diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2020-03-22 02:03:19 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-03-29 18:47:09 +0200 |
commit | 79b60d878d419eaa9d9a56549afc3b2f7285ec89 (patch) | |
tree | 88109685ac12911c44da5bddfde78314d19ce69a | |
parent | a08394b3c6f5c8e4b4828b11bf691836c8dd306f (diff) | |
download | upstream-79b60d878d419eaa9d9a56549afc3b2f7285ec89.tar.gz upstream-79b60d878d419eaa9d9a56549afc3b2f7285ec89.tar.bz2 upstream-79b60d878d419eaa9d9a56549afc3b2f7285ec89.zip |
squashfskit4/Makefile: introduce PKG_RELEASE=1
When adding patches, the PKG_RELEASE should be increased.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
(cherry picked from commit 1f4020a293476d5e34461a655cb9f6540cefeea2)
-rw-r--r-- | tools/squashfskit4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/squashfskit4/Makefile b/tools/squashfskit4/Makefile index 4808c5607f..4d099b59c3 100644 --- a/tools/squashfskit4/Makefile +++ b/tools/squashfskit4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=squashfskit4 PKG_VERSION:=4.14 - +PKG_RELEASE:=1 PKG_SOURCE:=squashfskit-v$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/squashfskit/squashfskit/releases/download/v$(PKG_VERSION)/ PKG_HASH:=5761aaa3aedc4f7112b708367d891c9abdc1ffea972e3fe47923ddba23984d95 |