diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-12-24 19:18:41 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-24 19:18:41 -0800 |
commit | 952dbc05b2a277d7367f4a2297ea1834c46dfeaa (patch) | |
tree | a5f2eaf3dabae5e240828a966c0cc819283189bc | |
parent | 4662ccd382361d123c83565d8a4adcde22928bc3 (diff) | |
parent | 8536473ccdbc1cd171db193f9c46543289cb8501 (diff) |
Merge pull request #14308 from neheb/spi2
spi-tools: update to 0.8.6
-rw-r--r-- | utils/spi-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/spi-tools/Makefile b/utils/spi-tools/Makefile index 962cc7dad..804f44cf7 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.5 +PKG_VERSION:=0.8.6 PKG_RELEASE:=1 PKG_SOURCE_URL:=https://codeload.github.com/cpb-/spi-tools/tar.gz/$(PKG_VERSION)? PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=a1846bf3b4d38fc419f8efe4555242aa581358fdca28452b3ca11f74e3572e33 +PKG_HASH:=319ad6ab296111109ea4a820e216cef392429295de7e10e76f7146677337cf09 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> PKG_LICENSE:=GPL-2.0-only |