aboutsummaryrefslogtreecommitdiff
path: root/utils/sispmctl/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-10-18 15:00:35 -0700
committerRosen Penev <rosenp@gmail.com>2019-10-18 15:00:35 -0700
commit5decb769f4c884d67c04b02d8af377d5225d441c (patch)
treea607205590bdea1a8f302674bc216e3018a0a62a /utils/sispmctl/Makefile
parent04b9f209a067ad378cfd69f18429db5a570852c2 (diff)
sispmctl: Update to 4.2
Added license file. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/sispmctl/Makefile')
-rw-r--r--utils/sispmctl/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/utils/sispmctl/Makefile b/utils/sispmctl/Makefile
index 56e4e6898..2d8fb3478 100644
--- a/utils/sispmctl/Makefile
+++ b/utils/sispmctl/Makefile
@@ -8,17 +8,19 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sispmctl
-PKG_VERSION:=4.1
-PKG_RELEASE:=2
+PKG_VERSION:=4.2
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
-PKG_HASH:=bf5177e085cb0168e18e4cfb69645c3095da149ed46f5659d6e757bde3548e40
+PKG_HASH:=300adc32ab35a4f9260705f8f57ccd83c3c6601fc493dbe7d259335938819aaf
+
PKG_MAINTAINER:=Rosen Penev <rosenp@gmail.com>
PKG_LICENSE:=GPL-2.0-or-later
+PKG_LICENSE_FILES:=COPYING
-PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1
+PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk