diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2022-10-20 12:16:11 +0000 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-10-21 15:08:46 -0700 |
commit | 7fdaa56205849dfaf4ed3222cea7f381a76b2432 (patch) | |
tree | ac213008f9f5ae7859918604f649a258eff5e2c8 /net/uacme/Makefile | |
parent | a707fcc88da8ee5adcb4619aab4180e18eac5645 (diff) |
uacme: update to 1.7.3
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'net/uacme/Makefile')
-rw-r--r-- | net/uacme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/uacme/Makefile b/net/uacme/Makefile index 0c5a51d41..d7d66cff1 100644 --- a/net/uacme/Makefile +++ b/net/uacme/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uacme -PKG_VERSION:=1.7.1 +PKG_VERSION:=1.7.3 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/ndilieto/uacme/tar.gz/upstream/$(PKG_VERSION)? -PKG_HASH:=36027a587256cbaa86650cec2a5b3eb000480e1150bd83941565661b392625ac +PKG_HASH:=0ec8e5bcb8ed2b532572ca4878d30b2a794f607b995348ebc176d566b64d73f9 PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com> PKG_LICENSE:=GPL-3.0-or-later |