diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-07-18 22:29:42 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-07-20 19:49:14 -0700 |
commit | efc131fcaeed10e7863d595d5ef5bb1c34647860 (patch) | |
tree | e536b9ddb8f7dc2a3c60787211b0bf3d66e62635 /utils/spi-tools/Makefile | |
parent | 0b28914abb818b4ab793ec41ffd9e27fa55cb876 (diff) |
spi-tools: update to 1.0.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/spi-tools/Makefile')
-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 1019eba6f..a60e27468 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.7 +PKG_VERSION:=1.0.0 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/cpb-/spi-tools/tar.gz/$(PKG_VERSION)? -PKG_HASH:=550f505cc5c34a50d5cd36c49c69b2709fca3f0be4f0777e3f96a45c1ffdbd79 +PKG_HASH:=5eb24670461dcf2c58471114dc69b5204dab1c0cc5053878f6de79503bd8cc9f PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> PKG_LICENSE:=GPL-2.0-only |