diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2018-11-05 17:57:42 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:48:11 +0700 |
commit | 113a20b4ba1562af4eec7e2cc6e1ec4e4629c726 (patch) | |
tree | 756fe493989015dbabd61b165901dfb30f51393e | |
parent | f4a91d12fce818c7a84577a2881a09a4889d5831 (diff) | |
download | slackbuilds-113a20b4ba1562af4eec7e2cc6e1ec4e4629c726.tar.gz |
games/peg-e: Updated for version 1.2.6
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
-rw-r--r-- | games/peg-e/peg-e.SlackBuild | 6 | ||||
-rw-r--r-- | games/peg-e/peg-e.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/peg-e/peg-e.SlackBuild b/games/peg-e/peg-e.SlackBuild index 6fc0813519..a1b7c98157 100644 --- a/games/peg-e/peg-e.SlackBuild +++ b/games/peg-e/peg-e.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for peg-e -# Copyright 2012-2016 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2012-2018 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=peg-e -VERSION=${VERSION:-1.2.2} +VERSION=${VERSION:-1.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -83,7 +83,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ChangeLog COPYING CREDITS INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a ChangeLog COPYING CREDITS INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/games/peg-e/peg-e.info b/games/peg-e/peg-e.info index ce49bcc39e..d11453f87d 100644 --- a/games/peg-e/peg-e.info +++ b/games/peg-e/peg-e.info @@ -1,8 +1,8 @@ PRGNAM="peg-e" -VERSION="1.2.2" +VERSION="1.2.6" HOMEPAGE="https://gottcode.org/peg-e/" -DOWNLOAD="https://gottcode.org/peg-e/peg-e-1.2.2-src.tar.bz2" -MD5SUM="07dc7245acc219dd04e41fd5c060934f" +DOWNLOAD="https://gottcode.org/peg-e/peg-e-1.2.6-src.tar.bz2" +MD5SUM="001a9d449c47e7dca9c9c93defbaa946" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |