gnu: scummvm: Update source URL.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 8 Dec 2020 07:46:17 +0000 (08:46 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 8 Dec 2020 07:46:54 +0000 (08:46 +0100)
* gnu/packages/emulators.scm (scummvm)[source]: Use HTTPS & new
subdomain.

Reported by Matthew Brooks <matthewfbrooks@mailbox.org>.

gnu/packages/emulators.scm

index 86880be..c260129 100644 (file)
@@ -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"))))