AriaNg: bump 1.3.2 to 1.3.6
authorAriel Xiong <ArielHeleneto@outlook.com>
Sun, 17 Sep 2023 03:12:44 +0000 (11:12 +0800)
committerTianling Shen <cnsztl@gmail.com>
Sun, 3 Dec 2023 20:16:30 +0000 (04:16 +0800)
    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 <ArielHeleneto@outlook.com>
net/ariang/Makefile

index 4787a0e0baedbe3c4455324d138906f39202c40f..3c36b489b619f4cd8d4baadaf2792fa53aea880b 100644 (file)
@@ -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 <ansuelsmth@gmail.com>
@@ -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