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>
This commit is contained in:
Ebben Aries 2023-01-21 10:02:56 -07:00 committed by Willy Sudiarto Raharjo
parent a934bf2392
commit a373ea3779
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View File

@ -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}

View File

@ -1,10 +1,10 @@
PRGNAM="restic"
VERSION="0.14.0"
VERSION="0.15.0"
HOMEPAGE="https://restic.net/"
DOWNLOAD="https://github.com/restic/restic/releases/download/v0.14.0/restic_0.14.0_linux_386.bz2"
MD5SUM="370d2da8b801ea82d48b83559743f403"
DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.14.0/restic_0.14.0_linux_amd64.bz2"
MD5SUM_x86_64="5fe5576ae83562c3febff3731ca45c7e"
DOWNLOAD="https://github.com/restic/restic/releases/download/v0.15.0/restic_0.15.0_linux_386.bz2"
MD5SUM="bd8b5ebe9a1d5de313c8abae545d1f40"
DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.15.0/restic_0.15.0_linux_amd64.bz2"
MD5SUM_x86_64="f926928e49962f19defaff9513a565fa"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"