From 5decb769f4c884d67c04b02d8af377d5225d441c Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 18 Oct 2019 15:00:35 -0700 Subject: sispmctl: Update to 4.2 Added license file. Signed-off-by: Rosen Penev --- utils/sispmctl/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'utils/sispmctl/Makefile') 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 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 -- cgit v1.2.3