gnu: aria2: Update to 1.21.0.
* gnu/packages/bittorrent.scm (aria2): Update to 1.21.0.
This commit is contained in:
parent
e3d3546eda
commit
c5e2b69d59
|
@ -202,7 +202,7 @@ interface, for the Transmission BitTorrent daemon.")
|
||||||
(define-public aria2
|
(define-public aria2
|
||||||
(package
|
(package
|
||||||
(name "aria2")
|
(name "aria2")
|
||||||
(version "1.20.0")
|
(version "1.21.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/tatsuhiro-t/aria2/"
|
(uri (string-append "https://github.com/tatsuhiro-t/aria2/"
|
||||||
|
@ -210,7 +210,7 @@ interface, for the Transmission BitTorrent daemon.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l4gzz3yr0cl6a9xdy7843c5sb7afyq0i80wi2hasfpfdx5k95mz"))))
|
"1035rzx9y7qv4p7cv04f461343dxha7ikprch059x2fci8n5yp12"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--enable-libaria2")
|
`(#:configure-flags '("--enable-libaria2")
|
||||||
|
|
Loading…
Reference in New Issue