mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: aegisub: Update source URL.
* gnu/packages/video.scm (aegisub)[source]: Update URL. Change-Id: I12751191eecfb797d98353c07802a56d92c074ee
This commit is contained in:
parent
1a9614c1fb
commit
762d8bac38
1 changed files with 2 additions and 2 deletions
|
@ -5495,8 +5495,8 @@ (define-public aegisub
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://ftp.aegisub.org/pub/archives/releases/source/"
|
||||
name "-" version ".tar.xz"))
|
||||
"https://github.com/Aegisub/Aegisub/releases/download/v"
|
||||
version "/aegisub-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11b83qazc8h0iidyj1rprnnjdivj1lpphvpa08y53n42bfa36pn5"))
|
||||
|
|
Loading…
Reference in a new issue