Browse Source
gnu: libaacs: Use HTTPS URL.
* gnu/packages/video.scm (libaacs)[source]: Use HTTPS URL.
python-updates
Leo Famulari
5 years ago
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with
1 additions and
1 deletions
-
gnu/packages/video.scm
|
|
@ -1990,7 +1990,7 @@ specifications.") |
|
|
|
(source |
|
|
|
(origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (string-append "ftp://ftp.videolan.org/pub/videolan/libaacs/" |
|
|
|
(uri (string-append "https://ftp.videolan.org/pub/videolan/libaacs/" |
|
|
|
version "/" name "-" version ".tar.bz2")) |
|
|
|
(sha256 |
|
|
|
(base32 "1kms92i0c7i1yl659kqjf19lm8172pnpik5lsxp19xphr74vvq27")))) |
|
|
|