wok-current rev 24323
updated aria2 (1.35.0 -> 1.36.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 27 09:00:40 2022 +0100 (2022-01-27) |
parents | 964bcabe7e8c |
children | 8b1706ed1b75 |
files | aria2/description.txt aria2/receipt |
line diff
1.1 --- a/aria2/description.txt Wed Jan 26 10:29:43 2022 +0100 1.2 +++ b/aria2/description.txt Thu Jan 27 09:00:40 2022 +0100 1.3 @@ -1,3 +1,4 @@ 1.4 -aria2 is a lightweight multi-protocol & multi-source command-line download 1.5 -utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. aria2 1.6 -can be manipulated via built-in JSON-RPC and XML-RPC interfaces. 1.7 +Aria2 is a lightweight multi-protocol and multi-source command-line download 1.8 +utility. 1.9 +It supports HTTP, HTTPS, FTP, SFTP, BitTorrent and Metalink. 1.10 +Aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.
2.1 --- a/aria2/receipt Wed Jan 26 10:29:43 2022 +0100 2.2 +++ b/aria2/receipt Thu Jan 27 09:00:40 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="aria2" 2.7 -VERSION="1.35.0" 2.8 +VERSION="1.36.0" 2.9 CATEGORY="utilities" 2.10 SHORT_DESC="A download utility with resuming and segmented downloading with HTTP, HTTPS and FTP support." 2.11 MAINTAINER="devl547@gmail.com" 2.12 @@ -40,6 +40,5 @@ 2.13 # Rules to gen a SliTaz package suitable for Tazpkg. 2.14 genpkg_rules() 2.15 { 2.16 - mkdir -p $fs/usr 2.17 - cp -a $install/usr/bin $fs/usr 2.18 + cook_copy_folders bin 2.19 }