system/reptyr: Updated for version 0.6.2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
bdcc18aeac
commit
fba85061e0
|
@ -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 \) \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue