guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: scummvm: Update source URL.


From: guix-commits
Subject: branch master updated: gnu: scummvm: Update source URL.
Date: Tue, 08 Dec 2020 02:47:22 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 53cd301  gnu: scummvm: Update source URL.
53cd301 is described below

commit 53cd301b080d3c840d9754dceab0bc85e7ccbed6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Dec 8 08:46:17 2020 +0100

    gnu: scummvm: Update source URL.
    
    * gnu/packages/emulators.scm (scummvm)[source]: Use HTTPS & new
    subdomain.
    
    Reported by Matthew Brooks <matthewfbrooks@mailbox.org>.
---
 gnu/packages/emulators.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 86880be..c260129 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1330,7 +1330,7 @@ multi-system game/emulator system.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://www.scummvm.org/frs/scummvm/"; version
+       (uri (string-append "https://downloads.scummvm.org/frs/scummvm/"; version
                            "/scummvm-" version ".tar.xz"))
        (sha256
         (base32 "11vknasm5dna2vqr6gk343qynh7nhsq3kf60zayarn1vb5z6as8l"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]