diff options
author | B. Watson <yalhcru@gmail.com> | 2015-05-05 11:11:51 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-10 07:04:46 +0700 |
commit | fba85061e02ef36bef16b55f95b160c6cb77a24a (patch) | |
tree | 50e687cad81c744260d50d98b6e2c625ddc74a58 /system/reptyr | |
parent | bdcc18aeacc74b1f1e488d42b024acc5632939a1 (diff) | |
download | slackbuilds-fba85061e02ef36bef16b55f95b160c6cb77a24a.tar.gz |
system/reptyr: Updated for version 0.6.2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/reptyr')
-rw-r--r-- | system/reptyr/reptyr.SlackBuild | 6 | ||||
-rw-r--r-- | system/reptyr/reptyr.info | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/system/reptyr/reptyr.SlackBuild b/system/reptyr/reptyr.SlackBuild index ee6fad3e23..f42da43ba2 100644 --- a/system/reptyr/reptyr.SlackBuild +++ b/system/reptyr/reptyr.SlackBuild @@ -6,8 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20150505 bkw: updated for v0.6.2 + PRGNAM=reptyr -VERSION=${VERSION:-0.5_20140916} +VERSION=${VERSION:-0.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,7 +43,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +cd $PRGNAM-$PRGNAM-$VERSION # weird chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/system/reptyr/reptyr.info b/system/reptyr/reptyr.info index 433ac73a2b..e6748612e1 100644 --- a/system/reptyr/reptyr.info +++ b/system/reptyr/reptyr.info @@ -1,8 +1,8 @@ PRGNAM="reptyr" -VERSION="0.5_20140916" +VERSION="0.6.2" HOMEPAGE="https://github.com/nelhage/reptyr" -DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/reptyr-0.5_20140916.tar.gz" -MD5SUM="250f07d71ebc083577503bee975d5773" +DOWNLOAD="https://github.com/nelhage/reptyr/archive/reptyr-0.6.2.tar.gz" +MD5SUM="9beb26462407f229c9e900466dc25b56" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |