misc/gprename: Updated for v 20190221.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
57274dab21
commit
31a7eea2b7
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Copyright 2010 Binh Nguyen <binhvng@gmail.com>
|
# Copyright 2010 Binh Nguyen <binhvng@gmail.com>
|
||||||
# Copyright 2017 Donald Cooley South Haven, IN USA
|
# Copyright 2017-2019 Donald Cooley South Haven, IN USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=gprename
|
PRGNAM=gprename
|
||||||
VERSION=${VERSION:-20160905}
|
VERSION=${VERSION:-20190221}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="gprename"
|
PRGNAM="gprename"
|
||||||
VERSION="20160905"
|
VERSION="20190221"
|
||||||
HOMEPAGE="http://gprename.sourceforge.net/"
|
HOMEPAGE="http://gprename.sourceforge.net/"
|
||||||
DOWNLOAD="https://sourceforge.net/projects/gprename/files/gprename/20160905/gprename-20160905.tar.bz2"
|
DOWNLOAD="https://sourceforge.net/projects/gprename/files/gprename/20190221/gprename-20190221.tar.bz2"
|
||||||
MD5SUM="70e73456528e260940220876306b8bf4"
|
MD5SUM="42cb068f1b423c7d97a13f1da50f90e0"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="perl-gtk2 perl-libintl"
|
REQUIRES="perl-gtk2 perl-libintl"
|
||||||
|
|
Loading…
Reference in New Issue