mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/gengetopt: Updated for version 2.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
41ec5d88d0
commit
da67128ada
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gengetopt
|
||||
VERSION=${VERSION:-2.22.6}
|
||||
VERSION=${VERSION:-2.23}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gengetopt"
|
||||
VERSION="2.22.6"
|
||||
VERSION="2.23"
|
||||
HOMEPAGE="https://www.gnu.org/software/gengetopt"
|
||||
DOWNLOAD="ftp://ftp.gnu.org/gnu/gengetopt/gengetopt-2.22.6.tar.gz"
|
||||
MD5SUM="29749a48dda69277ab969c510597a14e"
|
||||
DOWNLOAD="ftp://ftp.gnu.org/gnu/gengetopt/gengetopt-2.23.tar.xz"
|
||||
MD5SUM="ea165d618640dbdecb42ae4491337965"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue