Browse Source
sispmctl: update to 4.7
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
5 years ago
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with
3 additions and
3 deletions
-
utils/sispmctl/Makefile
|
|
@ -8,12 +8,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=sispmctl |
|
|
|
PKG_VERSION:=4.5 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=4.7 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=@SF/$(PKG_NAME) |
|
|
|
PKG_HASH:=59336c06e3590d42564917cc96c9fb654b6aa2814e01636b2e4fdcbfb3b9094c |
|
|
|
PKG_HASH:=e7d2f32f590984b6f44d758946e57776d68146e47f6cdc41d21c9218f2d2317b |
|
|
|
|
|
|
|
PKG_MAINTAINER:= |
|
|
|
PKG_LICENSE:=GPL-2.0-or-later |
|
|
|