diff options
author | Tom Stöveken <tom@naaa.de> | 2023-04-27 18:33:41 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-04-29 13:42:21 +0300 |
commit | febf921d101eb11d87e7910a6bc23415bf8e625f (patch) | |
tree | 6fdcac40fc5660efb6fffd44325ef613a00f3969 /utils/restic/Makefile | |
parent | 16acda226255748c0501d64dd317ef0a844660f3 (diff) |
restic: update to 0.15.2
Maintainer: Tom Stöveken <tom@naaa.de>
Compile tested: SDK for OpenWrt 22.03.4
Run tested: x86/64 @ Intel(R) Celeron(R) CPU N3160 @ 1.60GHz, OpenWrt 22.03.4
Description:
Updated to version 0.15.2
Signed-off-by: Tom Stöveken <tom@naaa.de>
Diffstat (limited to 'utils/restic/Makefile')
-rw-r--r-- | utils/restic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/restic/Makefile b/utils/restic/Makefile index 7f08ccf4f..05156391c 100644 --- a/utils/restic/Makefile +++ b/utils/restic/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=restic -PKG_VERSION:=0.15.1 +PKG_VERSION:=0.15.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:=fce382fdcdac0158a35daa640766d5e8a6e7b342ae2b0b84f2aacdff13990c52 +PKG_HASH:=52aca841486eaf4fe6422b059aa05bbf20db94b957de1d3fca019ed2af8192b7 PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=LICENSE |