mirror of https://github.com/openwrt/packages.git
restic: update to 0.19.1
Changelog: https://github.com/restic/restic/compare/v0.17.3...v0.19.1 Release note of 0.19.1: https://github.com/restic/restic/releases/tag/v0.19.1 Signed-off-by: Romain Isnel <ri@frmg.eu>pull/29726/merge
parent
4df8cf12e0
commit
905a8ae2e2
|
|
@ -1,12 +1,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=restic
|
||||
PKG_VERSION:=0.17.3
|
||||
PKG_VERSION:=0.19.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:=bf0dd73edfae531c24070e2e7833938613f7b179ed165e6b681098edfdf286c8
|
||||
PKG_HASH:=bb9b1a19040744d26d8a79be029d4e6b189c45ccc9d8831d7fe367d3c33df725
|
||||
|
||||
PKG_LICENSE:=BSD-2-Clause
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
|
|
|||
Loading…
Reference in New Issue