From d8567adf4a61bc70b77a017d6fee773abd6af818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20St=C3=B6veken?= Date: Thu, 9 Feb 2023 07:36:08 +0100 Subject: [PATCH] restic: update to 0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Maintainer: Tom Stöveken Compile tested: SDK for OpenWrt 22.03.3 Run tested: x86/64 @ Intel(R) Celeron(R) CPU N3160 @ 1.60GHz, OpenWrt 22.03.3 Description: Updated to version 0.15.1 changed PKG_RELEASE:=2 due to deprecated value AUTORELEASE, squashed commits and then changed PKG_RELEASE:=1 because upgrading the whole main PKG_VERSION (the major version item) should reset this to 1 Signed-off-by: Tom Stöveken --- utils/restic/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/restic/Makefile b/utils/restic/Makefile index 4551ae0f..e3cde428 100644 --- a/utils/restic/Makefile +++ b/utils/restic/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=restic -PKG_VERSION:=0.14.0 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=0.15.1 +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:=78cdd8994908ebe7923188395734bb3cdc9101477e4163c67e7cc3b8fd3b4bd6 +PKG_HASH:=fce382fdcdac0158a35daa640766d5e8a6e7b342ae2b0b84f2aacdff13990c52 PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=LICENSE