system/restic: Updated for version 0.16.3

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2024-01-15 12:14:46 -07:00 committed by Willy Sudiarto Raharjo
parent 32be1c9bc3
commit f0e9629680
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for restic
# Copyright 2020-2023 Ebben Aries <slackbuilds@dscp.org>
# Copyright 2020-2024 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.16.2}
VERSION=${VERSION:-0.16.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="restic"
VERSION="0.16.2"
VERSION="0.16.3"
HOMEPAGE="https://restic.net/"
DOWNLOAD="https://github.com/restic/restic/releases/download/v0.16.2/restic_0.16.2_linux_386.bz2"
MD5SUM="a5425e278aeba95af3ebf2035882306b"
DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.16.2/restic_0.16.2_linux_amd64.bz2"
MD5SUM_x86_64="8c93f88244f38df2b99486a957ba2a79"
DOWNLOAD="https://github.com/restic/restic/releases/download/v0.16.3/restic_0.16.3_linux_386.bz2"
MD5SUM="a305e6092875f9dcc4cd58463f00a666"
DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.16.3/restic_0.16.3_linux_amd64.bz2"
MD5SUM_x86_64="f67ea73096f6af7fdea8e0f108c0aecf"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"