diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-10-14 08:41:09 +0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-14 10:32:25 +0700 |
commit | b4b91a2df62f3339e38703d0de49eb39c0a5f142 (patch) | |
tree | e9479dcdfbbf0e7db0db355d175eafd577072cd6 | |
parent | b497f5610cbcb1055a7a23c0c1f1a34cebdc934f (diff) |
system/unar: Updated for version 1.10.8.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/unar/unar.SlackBuild | 7 | ||||
-rw-r--r-- | system/unar/unar.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/system/unar/unar.SlackBuild b/system/unar/unar.SlackBuild index f48dd25a4c61..43ac01aa34c1 100644 --- a/system/unar/unar.SlackBuild +++ b/system/unar/unar.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for <appname> -# Copyright 2016-2020 Alexander Verbovetsky, Moscow, Russia +# Copyright 2016-2023 Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=unar -VERSION=${VERSION:-1.10.7} +VERSION=${VERSION:-1.10.8} UDVERSION=${UDVERSION:-1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/system/unar/unar.info b/system/unar/unar.info index d0aad06e4ac7..35ebada0b2aa 100644 --- a/system/unar/unar.info +++ b/system/unar/unar.info @@ -1,9 +1,9 @@ PRGNAM="unar" -VERSION="1.10.7" +VERSION="1.10.8" HOMEPAGE="https://theunarchiver.com/command-line" -DOWNLOAD="https://github.com/MacPaw/XADMaster/archive/v1.10.7/XADMaster-1.10.7.tar.gz \ +DOWNLOAD="https://github.com/MacPaw/XADMaster/archive/v1.10.8/XADMaster-1.10.8.tar.gz \ https://github.com/MacPaw/universal-detector/archive/1.1/universal-detector-1.1.tar.gz" -MD5SUM="6cbb0629367e4f0fc0eac5af39786c6d \ +MD5SUM="3199b8ffdb9ceb67d1809befca9bd712 \ 5c87b87c72609b23110236c6d7aac8e5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |