From b1a4acd25152b47f788a19438fc44b8f65a0a63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20St=C3=B6veken?= Date: Sun, 10 Nov 2024 17:32:43 +0100 Subject: [PATCH] restic: update to 0.17.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Maintainer: Tom Stöveken Compile tested: SDK for OpenWrt 23.05.5 Run tested: x86/64 @ Intel(R) Celeron(R) CPU N3160 @ 1.60GHz, OpenWrt 23.05.5 Description: Updated to version 0.17.3 Signed-off-by: Tom Stöveken --- utils/restic/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/restic/Makefile b/utils/restic/Makefile index 5a4f45b48..573156f15 100644 --- a/utils/restic/Makefile +++ b/utils/restic/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=restic -PKG_VERSION:=0.16.4 +PKG_VERSION:=0.17.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/restic/restic/tar.gz/v${PKG_VERSION}? -PKG_HASH:=d736a57972bb7ee3398cf6b45f30e5455d51266f5305987534b45a4ef505f965 +PKG_HASH:=bf0dd73edfae531c24070e2e7833938613f7b179ed165e6b681098edfdf286c8 PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=LICENSE