From f0e9629680408fc758f516e38dbf1442d3de543e Mon Sep 17 00:00:00 2001 From: Ebben Aries Date: Mon, 15 Jan 2024 12:14:46 -0700 Subject: [PATCH] system/restic: Updated for version 0.16.3 Signed-off-by: Willy Sudiarto Raharjo --- system/restic/restic.SlackBuild | 4 ++-- system/restic/restic.info | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/system/restic/restic.SlackBuild b/system/restic/restic.SlackBuild index 35504688a9..2e38840619 100644 --- a/system/restic/restic.SlackBuild +++ b/system/restic/restic.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for restic -# Copyright 2020-2023 Ebben Aries +# Copyright 2020-2024 Ebben Aries # 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} diff --git a/system/restic/restic.info b/system/restic/restic.info index 434ae6c5a7..d244a454d7 100644 --- a/system/restic/restic.info +++ b/system/restic/restic.info @@ -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"