diff options
author | Ariel Xiong <ArielHeleneto@outlook.com> | 2023-09-17 11:12:44 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-12-04 04:16:30 +0800 |
commit | 904438be39d2fb80573ab45ce606a20bb4fbe7e1 (patch) | |
tree | c2ca78b817039d1cdb281ad8ef0af48ac13ef376 /net/ariang | |
parent | 104098c38ba5c603a2a78b478d349e62b8072ed2 (diff) |
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 <ArielHeleneto@outlook.com>
Diffstat (limited to 'net/ariang')
-rw-r--r-- | net/ariang/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/ariang/Makefile b/net/ariang/Makefile index 4787a0e0b..3c36b489b 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 <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 |