diff options
author | isaackwy <isaacyu@protonmail.com> | 2023-12-22 13:54:03 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-29 18:49:35 +0700 |
commit | 144d4fc28e7f0114b0c204e41c2c48f5bc233991 (patch) | |
tree | 42bab197c155d64db604f54e258564f5607af2b6 /system/arqiver | |
parent | 1ccf6ddd05adc19b6cf82ca09116743e80355eb2 (diff) |
system/arqiver: Update for 0.12.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/arqiver')
-rw-r--r-- | system/arqiver/arqiver.SlackBuild | 4 | ||||
-rw-r--r-- | system/arqiver/arqiver.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/arqiver/arqiver.SlackBuild b/system/arqiver/arqiver.SlackBuild index 3c0709d3106e..c73e911abe5b 100644 --- a/system/arqiver/arqiver.SlackBuild +++ b/system/arqiver/arqiver.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for arqiver -# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=arqiver -VERSION=${VERSION:-0.11.0} +VERSION=${VERSION:-0.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/arqiver/arqiver.info b/system/arqiver/arqiver.info index cd06f24c84af..e280be108fb4 100644 --- a/system/arqiver/arqiver.info +++ b/system/arqiver/arqiver.info @@ -1,8 +1,8 @@ PRGNAM="arqiver" -VERSION="0.11.0" +VERSION="0.12.0" HOMEPAGE="https://github.com/tsujan/Arqiver" -DOWNLOAD="https://github.com/tsujan/Arqiver/releases/download/V0.11.0/Arqiver-0.11.0.tar.xz" -MD5SUM="72b1011e9d7ca8f1357209c088db6654" +DOWNLOAD="https://github.com/tsujan/Arqiver/releases/download/V0.12.0/Arqiver-0.12.0.tar.xz" +MD5SUM="a6a331998d2c8b1c0c95fc0b9a3f89c6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |