diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2017-09-01 10:08:23 +0300 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2017-10-27 09:55:23 +0300 |
commit | 401b376b759d30c750a72699f1d7a260c38eb0f4 (patch) | |
tree | fa3a5e1c14d7067021171d440641b70f4be4fc04 /utils/squashfs-tools/Makefile | |
parent | aacfbb244a4c8366785996ee225615faab277158 (diff) |
squashfs-tools: pull newer version from git repo
squashfs-tools does not provide tar-balls.
It looks like a good time to pull a newer version
that obsoletes a few accepted patches.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'utils/squashfs-tools/Makefile')
-rw-r--r-- | utils/squashfs-tools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/squashfs-tools/Makefile b/utils/squashfs-tools/Makefile index 519c51754..d856ce7c1 100644 --- a/utils/squashfs-tools/Makefile +++ b/utils/squashfs-tools/Makefile @@ -9,16 +9,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=squashfs-tools PKG_VERSION:=4.3 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/plougher/squashfs-tools PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=9c1db6d13a51a2e009f0027ef336ce03624eac0d +PKG_SOURCE_VERSION:=5be5d61e5e5a93911256b5f2106e50da0ca81e8d PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MIRROR_HASH:=4e9a017561b6f9d7b9782c7c672d224726ffd069b0543f310e85ed8ab1c4589b +PKG_MIRROR_HASH:=eac1bc559708dc8656fe7d099ffc9e9374ae0cfb9a12d180a9c0c28acb0adf11 PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk |