diff options
author | Fabian Lipken <dynasticorpheus@gmail.com> | 2023-10-24 20:55:19 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2023-10-29 09:34:00 +0100 |
commit | e4c3336ddf29021a2c2055afd801db3a16274e78 (patch) | |
tree | 7493b7d656d19e732f6ee7e20b8f87cd615000b6 /utils/restic | |
parent | a6d91c989d30a0668809f16742c0e19371541872 (diff) |
restic: update to 0.16.1
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
Diffstat (limited to 'utils/restic')
-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 05156391c..d94a36c50 100644 --- a/utils/restic/Makefile +++ b/utils/restic/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=restic -PKG_VERSION:=0.15.2 +PKG_VERSION:=0.16.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:=52aca841486eaf4fe6422b059aa05bbf20db94b957de1d3fca019ed2af8192b7 +PKG_HASH:=31339090e3e8a044d014b9341c025cf59bf7bc133ae267bc5acdea5ac07837a9 PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=LICENSE |