<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/ariang, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-08-24T16:42:53Z</updated>
<entry>
<title>ariang: bump to 1.3.11</title>
<updated>2025-08-24T16:42:53Z</updated>
<author>
<name>Roc Lai</name>
</author>
<published>2025-08-08T07:12:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1d490107287209c17fbc2106701ef38c2b0c37ce'/>
<id>urn:sha1:1d490107287209c17fbc2106701ef38c2b0c37ce</id>
<content type='text'>
ariang: bump to 1.3.11

Change log is available at https://github.com/mayswind/AriaNg/releases/tag/1.3.11

Signed-off-by: Roc Lai &lt;laipeng668@qq.com&gt;</content>
</entry>
<entry>
<title>ariang: bump to 1.3.10</title>
<updated>2025-06-18T08:33:08Z</updated>
<author>
<name>Ariel Xiong</name>
</author>
<published>2025-05-25T14:14:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4e80b8dbba19c46442edbf126b0a234abbca2d91'/>
<id>urn:sha1:4e80b8dbba19c46442edbf126b0a234abbca2d91</id>
<content type='text'>
Change log is https://github.com/mayswind/AriaNg/compare/1.3.7...1.3.10

Signed-off-by: Ariel Xiong &lt;ArielHeleneto@outlook.com&gt;
</content>
</entry>
<entry>
<title>ariang: Bump to version 1.3.7</title>
<updated>2024-11-08T13:39:12Z</updated>
<author>
<name>Roc Lai</name>
</author>
<published>2024-10-25T08:37:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ee89d79eb070e9dbdaf66eb4c3e6fa76d18bf26e'/>
<id>urn:sha1:ee89d79eb070e9dbdaf66eb4c3e6fa76d18bf26e</id>
<content type='text'>
Bump ariang version to 1.3.7.

Signed-off-by: Roc Lai &lt;laipeng668@qq.com&gt;
[ improve commit description and title ]
Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>AriaNg: bump 1.3.2 to 1.3.6</title>
<updated>2023-12-03T20:16:30Z</updated>
<author>
<name>Ariel Xiong</name>
</author>
<published>2023-09-17T03:12:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=904438be39d2fb80573ab45ce606a20bb4fbe7e1'/>
<id>urn:sha1:904438be39d2fb80573ab45ce606a20bb4fbe7e1</id>
<content type='text'>
    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 &lt;ArielHeleneto@outlook.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>ariang: update to 1.3.2</title>
<updated>2022-11-17T06:50:54Z</updated>
<author>
<name>van waholtz</name>
</author>
<published>2022-11-16T11:10:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=99315b516f5cfcb6825ca4afdfd5ee14799ee370'/>
<id>urn:sha1:99315b516f5cfcb6825ca4afdfd5ee14799ee370</id>
<content type='text'>
Signed-off-by: van waholtz &lt;brvphoenix@gmail.com&gt;
</content>
</entry>
<entry>
<title>ariang: update to 1.2.4</title>
<updated>2022-08-16T20:06:37Z</updated>
<author>
<name>Van Waholtz</name>
</author>
<published>2022-08-14T02:24:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=aee5b7db55c3eb7a84b4fc9e90994a1fdef8cd41'/>
<id>urn:sha1:aee5b7db55c3eb7a84b4fc9e90994a1fdef8cd41</id>
<content type='text'>
Changelog: https://github.com/mayswind/AriaNg/releases

Signed-off-by: Van Waholtz &lt;vanwaholtz@gmail.com&gt;
</content>
</entry>
<entry>
<title>ariang: update to 1.2.3</title>
<updated>2021-12-17T03:26:45Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T06:00:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4a400ed105e59430f2fd16f592a1f4d8deef3d41'/>
<id>urn:sha1:4a400ed105e59430f2fd16f592a1f4d8deef3d41</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>ariang: update to 1.2.2</title>
<updated>2021-06-16T12:47:40Z</updated>
<author>
<name>Van Waholtz</name>
</author>
<published>2021-06-16T12:47:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ae09a31ffed9e2b5fa72b075d30455916eb82157'/>
<id>urn:sha1:ae09a31ffed9e2b5fa72b075d30455916eb82157</id>
<content type='text'>
Signed-off-by: Van Waholtz &lt;vanwaholtz@gmail.com&gt;
</content>
</entry>
<entry>
<title>ariang: update to 1.2.1</title>
<updated>2021-06-13T13:45:59Z</updated>
<author>
<name>Van Waholtz</name>
</author>
<published>2021-06-13T09:08:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3bcab30f2051720049d8c7605cc4288204bea472'/>
<id>urn:sha1:3bcab30f2051720049d8c7605cc4288204bea472</id>
<content type='text'>
Use original main repo's releases instead

Signed-off-by: Van Waholtz &lt;vanwaholtz@gmail.com&gt;
</content>
</entry>
</feed>
