diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2022-02-28 14:53:10 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-02-28 11:43:53 -0800 |
commit | ca4324aee022421022f9e2e5c2e4b1e6a2c1c484 (patch) | |
tree | e8e399f9bd4e2dbe8f3c05b0aaf581eb5766d91c /net | |
parent | ece80b55ebc0574906eec59893fb049ecbe029fc (diff) |
gg: Update to 0.2.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/gg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gg/Makefile b/net/gg/Makefile index 19df11a51..abdb21bb6 100644 --- a/net/gg/Makefile +++ b/net/gg/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gg -PKG_VERSION:=0.2.2 +PKG_VERSION:=0.2.3 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/mzz2017/gg/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=201affc9fce191f4b1e123974364a77e4762d0c26c1af428f960d68e1b9ed267 +PKG_HASH:=ae508f1df0798c6b4c16c13035baa49c1e103a883c8f91ea2149446489ff1c78 PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=AGPL-3.0-only |