gnu: aria2: Update to 1.27.1.
* gnu/packages/bittorrent.scm (aria2): Update to 1.27.1.
This commit is contained in:
parent
99caa6f75f
commit
a777535cd7
|
@ -207,7 +207,7 @@ interface, for the Transmission BitTorrent daemon.")
|
||||||
(define-public aria2
|
(define-public aria2
|
||||||
(package
|
(package
|
||||||
(name "aria2")
|
(name "aria2")
|
||||||
(version "1.26.1")
|
(version "1.27.1")
|
||||||
(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/"
|
||||||
|
@ -215,7 +215,7 @@ interface, for the Transmission BitTorrent daemon.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00d8r631w4g05jf202arhn0c3jsszb2m0apfw471qpmgajblxrpl"))))
|
"023g22yn91pnvv7jvx43gl4x5rszn31sc9crgkxgsb3067pjg5n0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--enable-libaria2"
|
`(#:configure-flags (list "--enable-libaria2"
|
||||||
|
|
Loading…
Reference in New Issue