From 2f36def61fa8a63d95099c4a482fb901940ade10 Mon Sep 17 00:00:00 2001 From: Fabian Lipken Date: Sun, 11 Feb 2024 15:36:03 +0100 Subject: [PATCH] restic: update to 0.16.4 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 b59a89b4ee..5a4f45b483 100644 --- a/utils/restic/Makefile +++ b/utils/restic/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=restic -PKG_VERSION:=0.16.3 +PKG_VERSION:=0.16.4 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:=a94d6c1feb0034fcff3e8b4f2d65c0678f906fc21a1cf2d435341f69e7e7af52 +PKG_HASH:=d736a57972bb7ee3398cf6b45f30e5455d51266f5305987534b45a4ef505f965 PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=LICENSE