diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-02-28 19:28:48 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-02-28 19:28:48 -0800 |
commit | b28214e78f5f3821fc3b316cebde8f1561041127 (patch) | |
tree | 8d1973c1e3f14efe046aa2f60040c53992d7fa94 /utils/spi-tools/Makefile | |
parent | 7abef02024448a3b45853f0c6b7bf343bcf36007 (diff) |
spi-tools: update to 0.8.7
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/spi-tools/Makefile')
-rw-r--r-- | utils/spi-tools/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/spi-tools/Makefile b/utils/spi-tools/Makefile index 804f44cf7..1019eba6f 100644 --- a/utils/spi-tools/Makefile +++ b/utils/spi-tools/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=spi-tools -PKG_VERSION:=0.8.6 -PKG_RELEASE:=1 +PKG_VERSION:=0.8.7 +PKG_RELEASE:=$(AUTORELEASE) -PKG_SOURCE_URL:=https://codeload.github.com/cpb-/spi-tools/tar.gz/$(PKG_VERSION)? PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=319ad6ab296111109ea4a820e216cef392429295de7e10e76f7146677337cf09 +PKG_SOURCE_URL:=https://codeload.github.com/cpb-/spi-tools/tar.gz/$(PKG_VERSION)? +PKG_HASH:=550f505cc5c34a50d5cd36c49c69b2709fca3f0be4f0777e3f96a45c1ffdbd79 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> PKG_LICENSE:=GPL-2.0-only |