ariang: Bump to version 1.3.7 25201/head
authorRoc Lai <laipeng668@qq.com>
Fri, 25 Oct 2024 08:37:07 +0000 (16:37 +0800)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 8 Nov 2024 13:39:12 +0000 (14:39 +0100)
Bump ariang version to 1.3.7.

Signed-off-by: Roc Lai <laipeng668@qq.com>
[ improve commit description and title ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
net/ariang/Makefile

index 3c36b489b619f4cd8d4baadaf2792fa53aea880b..1a437af93e53a1c0ff2e6288f0a03bad51ebbc0e 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ariang
-PKG_VERSION:=1.3.6
+PKG_VERSION:=1.3.7
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
 PKG_SOURCE_URL:=https://github.com/mayswind/AriaNg/releases/download/$(PKG_VERSION)
-PKG_HASH:=2d36e1a39d95867b8e0cdb3cde96d04d40117bd37e8742d639da92496e07cc7b
+PKG_HASH:=60023dce3e02d4811b76cfdccf5953fe616006bceff90b5291872be8239dcedf
 UNPACK_CMD=unzip -q -d $(1) $(DL_DIR)/$(PKG_SOURCE)
 
 PKG_MAINTAINER:=Ansuel Smith <ansuelsmth@gmail.com>