diff options
author | Mario Preksavec <mario@slackware.hr> | 2016-07-24 19:29:57 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:21 +0700 |
commit | df27e59d4aeec89f8cca4677b3004690d2bd105f (patch) | |
tree | 2821dfb08db2b58bd02986fb5f3dda065326d601 /system/unrar/unrar.SlackBuild | |
parent | 6e4611d5896ccfd8e727f8d845eed248965bd63c (diff) |
system/unrar: Updated for version 5.4.2.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/unrar/unrar.SlackBuild')
-rw-r--r-- | system/unrar/unrar.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/unrar/unrar.SlackBuild b/system/unrar/unrar.SlackBuild index 3db1a49eca87..7a733aafb9c0 100644 --- a/system/unrar/unrar.SlackBuild +++ b/system/unrar/unrar.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for unrar -# Copyright 2011, 2013, 2015 Mario Preksavec, Zagreb, Croatia +# Copyright 2011, 2013, 2015, 2016 Mario Preksavec, Zagreb, Croatia # 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=unrar -VERSION=${VERSION:-5.3.7} +VERSION=${VERSION:-5.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |