diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2024-03-24 18:48:12 -0600 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2024-03-25 13:17:22 -0600 |
commit | 45625ee37e243fddb8a8c89f24a4d331ac7a089a (patch) | |
tree | 5db1585b9ef63b9932bb13eaa9ddb4b237734083 /utils | |
parent | 1ca47e0ed4eecd56befc3516739b2cbcdb2aa702 (diff) |
clixon: Update to 7.0.0
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/clixon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/clixon/Makefile b/utils/clixon/Makefile index 44209b81a..394ad8b73 100644 --- a/utils/clixon/Makefile +++ b/utils/clixon/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=clixon -PKG_VERSION:=6.5.0 +PKG_VERSION:=7.0.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/clicon/$(PKG_NAME)/tar.gz/$(PKG_VERSION)? -PKG_HASH:=c85bf3112ddd9dcc00965780c21bf1589095c8b67f741ef7059c805feccf3bfc +PKG_HASH:=d0713aba3e9d4e036c9b0d6141046c782b9306bb4a40b5a7c4ed43520d5fc50a PKG_MAINTAINER:=Olof Hagsand <olof@hagsand.se>, Philip Prindeville <philipp@redfish-solutions.com> PKG_LICENSE:=Apache-2.0 |