diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2024-03-24 18:38:32 -0600 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2024-03-25 10:22:02 -0600 |
commit | 79fb3c5bd99022927b0c1f4ee364be0f2f8a6acc (patch) | |
tree | 8039090833e81a1449051c824e07b5a657ca8f41 /utils/cligen | |
parent | c8d934b6dfcfabc16419b2c4438c8efe4abd307a (diff) |
cligen: Update to 7.0.0
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'utils/cligen')
-rw-r--r-- | utils/cligen/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/cligen/Makefile b/utils/cligen/Makefile index f15d9cd4e..bd96a6c66 100644 --- a/utils/cligen/Makefile +++ b/utils/cligen/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cligen -PKG_VERSION:=6.5.0 -PKG_RELEASE:=2 +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:=8b3943430f7aa9eea6a5f7cf1ace5b68eb382380cf68f41ae3ef5e032e08816f +PKG_HASH:=61cbfbc60ded80d9293d340fadffa30258ca753d08f588ce61bb9707511f9ae9 PKG_MAINTAINER:=Olof Hagsand <olof@hagsand.se>, Philip Prindeville <philipp@redfish-solutions.com> PKG_LICENSE:=Apache-2.0 |