From 9a40592543e7e55e4738e4b85f3dbb3ebd038ec1 Mon Sep 17 00:00:00 2001 From: Fabian Lipken Date: Mon, 30 Oct 2023 18:52:11 +0100 Subject: [PATCH] restic: update to 0.16.2 Signed-off-by: Fabian Lipken --- utils/restic/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/restic/Makefile b/utils/restic/Makefile index d94a36c50e..89963c0853 100644 --- a/utils/restic/Makefile +++ b/utils/restic/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=restic -PKG_VERSION:=0.16.1 +PKG_VERSION:=0.16.2 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:=31339090e3e8a044d014b9341c025cf59bf7bc133ae267bc5acdea5ac07837a9 +PKG_HASH:=88165b5b89b6064df37a9964d660f40ac62db51d6536e459db9aaea6f2b2fc11 PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=LICENSE