diff options
author | Ebben Aries <earies@dscp.org> | 2023-01-21 10:02:56 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-28 08:22:46 +0700 |
commit | a373ea3779af60662783fcfe77b44af3adb5d94d (patch) | |
tree | 9b8284294e184d35c32b1bd9355001f96e21bac4 /system/restic/restic.SlackBuild | |
parent | a934bf2392ddf3ac099e6d16fdeafcea274257d4 (diff) |
system/restic: Updated for version 0.15.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/restic/restic.SlackBuild')
-rw-r--r-- | system/restic/restic.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/restic/restic.SlackBuild b/system/restic/restic.SlackBuild index 09be5d0bbf..3262bd348b 100644 --- a/system/restic/restic.SlackBuild +++ b/system/restic/restic.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for restic -# Copyright 2020-2022 Ebben Aries <slackbuilds@dscp.org> +# Copyright 2020-2023 Ebben Aries <slackbuilds@dscp.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=restic -VERSION=${VERSION:-0.14.0} +VERSION=${VERSION:-0.15.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |