From: Tom Stöveken Date: Wed, 8 Jun 2022 16:11:00 +0000 (+0200) Subject: restic: update to 0.13.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=06626a9fdf528804e00d9844d5f41d7c9f8bfa05;p=openwrt-packages.git restic: update to 0.13.1 Tested lantiq/xrx200 Maintainer: Markus Weipert suggested to hand over to me, thank you! Compile tested: SDK for OpenWrt 21.02.3 Run tested: xRX200 rev 1.2, AVM FRITZ!Box 7360 V2, OpenWrt 21.02.3 Description: Updated to version 0.13.1 Signed-off-by: Tom Stöveken --- diff --git a/utils/restic/Makefile b/utils/restic/Makefile index 2eb67853c..8c1bec59e 100644 --- a/utils/restic/Makefile +++ b/utils/restic/Makefile @@ -1,16 +1,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=restic -PKG_VERSION:=0.9.6 -PKG_RELEASE:=2 +PKG_VERSION:=0.13.1 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/restic/restic/tar.gz/v${PKG_VERSION}? -PKG_HASH:=1cc8655fa99f06e787871a9f8b5ceec283c856fa341a5b38824a0ca89420b0fe +PKG_HASH:=8430f80dc17b98fd78aca6f7d635bf12a486687677e15989a891ff4f6d8490a9 PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=LICENSE -PKG_MAINTAINER:=Markus Weippert +PKG_MAINTAINER:=Tom Stöveken PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1