diff options
author | Mario Preksavec <mario@slackware.hr> | 2013-12-04 22:48:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-12-05 06:42:23 +0700 |
commit | 667708e8740fe63446f3270fa5d77fe709f1620b (patch) | |
tree | 1453af3cd453e161e25ded367a1f65b2b065c314 | |
parent | a6d8e29e9c125d71872b6947971d0f17cf675dab (diff) | |
download | slackbuilds-667708e8740fe63446f3270fa5d77fe709f1620b.tar.gz |
system/rar: Updated for version 5.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/rar/rar.SlackBuild | 7 | ||||
-rw-r--r-- | system/rar/rar.info | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/system/rar/rar.SlackBuild b/system/rar/rar.SlackBuild index e7756ef50f..42763c2898 100644 --- a/system/rar/rar.SlackBuild +++ b/system/rar/rar.SlackBuild @@ -4,9 +4,10 @@ # Written by Steven Pledger <spledger91@yahoo.com> # Modifed for new rar version with x64 support by Ozan Türkyılmaz ozan.turkyilmaz@gmail.com +# Modified by Mario Preksavec <mario@slackware.hr> PRGNAM=rar -VERSION=${VERSION:-4.2.0} +VERSION=${VERSION:-5.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,8 +67,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - readme.txt whatsnew.txt license.txt rar.txt order.htm technote.txt \ - $PKG/usr/doc/$PRGNAM-$VERSION + readme.txt whatsnew.txt license.txt rar.txt order.htm acknow.txt \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/rar/rar.info b/system/rar/rar.info index 8732d6fe44..5b154dcb67 100644 --- a/system/rar/rar.info +++ b/system/rar/rar.info @@ -1,10 +1,10 @@ PRGNAM="rar" -VERSION="4.2.0" +VERSION="5.0.1" HOMEPAGE="http://www.rarlab.com/" -DOWNLOAD="ftp://ftp.rarlab.com/rar/rarlinux-4.2.0.tar.gz" -MD5SUM="33dd6e01b7c336706ec778776b2151b2" -DOWNLOAD_x86_64="ftp://ftp.rarlab.com/rar/rarlinux-x64-4.2.0.tar.gz" -MD5SUM_x86_64="bc319712e998179249494a4eb168af7b" +DOWNLOAD="http://www.rarlab.com/rar/rarlinux-5.0.1.tar.gz" +MD5SUM="14437c88255215cb317cb6b04b663f57" +DOWNLOAD_x86_64="http://www.rarlab.com/rar/rarlinux-x64-5.0.1.tar.gz" +MD5SUM_x86_64="a8dc6fd70578809ff820d6f40d697452" REQUIRES="" MAINTAINER="Steven Pledger" EMAIL="spledger91@yahoo.com" |