mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/unrar: Updated for version 5.0.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
667708e874
commit
6a106964f5
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for unrar
|
||||
|
||||
# Copyright 2010-2013 Mario Preksavec, Zagreb, HR
|
||||
# Copyright 2011, 2013 Mario Preksavec, Zagreb, HR
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=unrar
|
||||
VERSION=${VERSION:-5.0.13}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-5.0.14}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="unrar"
|
||||
VERSION="5.0.13"
|
||||
VERSION="5.0.14"
|
||||
HOMEPAGE="http://www.rarlab.com"
|
||||
DOWNLOAD="http://www.rarlab.com/rar/unrarsrc-5.0.13.tar.gz"
|
||||
MD5SUM="901f4957aec5f7ea0a181864a5a3184d"
|
||||
DOWNLOAD="http://www.rarlab.com/rar/unrarsrc-5.0.14.tar.gz"
|
||||
MD5SUM="be4261c70a790c61c1747aef59e72db0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue