system/restic: Updated for version 0.16.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
32be1c9bc3
commit
f0e9629680
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for restic
|
# Slackware build script for restic
|
||||||
|
|
||||||
# Copyright 2020-2023 Ebben Aries <slackbuilds@dscp.org>
|
# Copyright 2020-2024 Ebben Aries <slackbuilds@dscp.org>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=restic
|
PRGNAM=restic
|
||||||
VERSION=${VERSION:-0.16.2}
|
VERSION=${VERSION:-0.16.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="restic"
|
PRGNAM="restic"
|
||||||
VERSION="0.16.2"
|
VERSION="0.16.3"
|
||||||
HOMEPAGE="https://restic.net/"
|
HOMEPAGE="https://restic.net/"
|
||||||
DOWNLOAD="https://github.com/restic/restic/releases/download/v0.16.2/restic_0.16.2_linux_386.bz2"
|
DOWNLOAD="https://github.com/restic/restic/releases/download/v0.16.3/restic_0.16.3_linux_386.bz2"
|
||||||
MD5SUM="a5425e278aeba95af3ebf2035882306b"
|
MD5SUM="a305e6092875f9dcc4cd58463f00a666"
|
||||||
DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.16.2/restic_0.16.2_linux_amd64.bz2"
|
DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.16.3/restic_0.16.3_linux_amd64.bz2"
|
||||||
MD5SUM_x86_64="8c93f88244f38df2b99486a957ba2a79"
|
MD5SUM_x86_64="f67ea73096f6af7fdea8e0f108c0aecf"
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Ebben Aries"
|
MAINTAINER="Ebben Aries"
|
||||||
EMAIL="slackbuilds@dscp.org"
|
EMAIL="slackbuilds@dscp.org"
|
||||||
|
|
Loading…
Reference in New Issue