From 904438be39d2fb80573ab45ce606a20bb4fbe7e1 Mon Sep 17 00:00:00 2001 From: Ariel Xiong Date: Sun, 17 Sep 2023 11:12:44 +0800 Subject: [PATCH] AriaNg: bump 1.3.2 to 1.3.6 Fix the problem that cannot create new task after clearing checksum option Other bug fix and user interface optimization Support overriding aria2 global settings with empty content when create new download task (#712) Other bug fix and user interface optimization Update Traditional Chinese translation (#705, thx @ChiaYen-Kan) Other bug fix and user interface optimization Add check-integrity to task settings tab (#693, thx @raytrap) Fix a spelling mistake (#696, thx @rusq) fix due to the index.html (1.3.6) cite these 2 png files. To keep the page looks fine without 404, added these 2 png files. Signed-off-by: Ariel Xiong --- net/ariang/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/ariang/Makefile b/net/ariang/Makefile index 4787a0e0ba..3c36b489b6 100644 --- a/net/ariang/Makefile +++ b/net/ariang/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ariang -PKG_VERSION:=1.3.2 +PKG_VERSION:=1.3.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip PKG_SOURCE_URL:=https://github.com/mayswind/AriaNg/releases/download/$(PKG_VERSION) -PKG_HASH:=2186dacf57c9d1650e00084c0454f2227e910f3203d89c6190f547b40cac7243 +PKG_HASH:=2d36e1a39d95867b8e0cdb3cde96d04d40117bd37e8742d639da92496e07cc7b UNPACK_CMD=unzip -q -d $(1) $(DL_DIR)/$(PKG_SOURCE) PKG_MAINTAINER:=Ansuel Smith @@ -56,6 +56,8 @@ define Package/ariang/install $(PKG_BUILD_DIR)/LICENSE \ $(PKG_BUILD_DIR)/favicon.* \ $(PKG_BUILD_DIR)/robots.txt \ + $(PKG_BUILD_DIR)/tileicon.png \ + $(PKG_BUILD_DIR)/touchicon.png \ $(1)/www/ariang endef