Skip to content
Snippets Groups Projects
Unverified Commit d779305d authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: aria2: Update to 1.31.0.

* gnu/packages/bittorrent.scm (aria2): Update to 1.31.0.
parent 3b2dc9ed
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ (define-public transmission-remote-cli
(define-public aria2
(package
(name "aria2")
(version "1.30.0")
(version "1.31.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/tatsuhiro-t/aria2/"
......@@ -271,7 +271,7 @@ (define-public aria2
name "-" version ".tar.xz"))
(sha256
(base32
"1xiiqk4yiqr0c4hf05zkma9if13lp3wh37z1r0w60ahxs5k56v5z"))))
"131zh75fqw9a1j0igl8gx3lwmhhbicdmp2p387r0cd5j928631bv"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list "--enable-libaria2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment