gnu: innoextract: Don't use unstable tarball.
authorEfraim Flashner <efraim@flashner.co.il>
Sun, 24 Nov 2019 17:36:21 +0000 (19:36 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Mon, 25 Nov 2019 12:08:31 +0000 (14:08 +0200)
* gnu/packages/compression.scm (innoextract)[source]: Download the
release tarball.

gnu/packages/compression.scm

index 9275938..ccbe6dd 100644 (file)
@@ -1819,12 +1819,12 @@ single-member files which can't be decompressed in parallel.")
    (source
     (origin
      (method url-fetch)
-     (uri (string-append "https://github.com/dscharrer/innoextract/archive/"
-                         version ".tar.gz"))
+     (uri (string-append "https://github.com/dscharrer/innoextract/releases"
+                         "/download/" version
+                         "/innoextract-" version ".tar.gz"))
      (sha256
       (base32
-       "0khwi9f0q0h6xfbixrrc1rfpgj0b7ajwilq7yhmxnn5lpc807f6x"))
-     (file-name (string-append name "-" version ".tar.gz"))))
+       "197hs9aj1ska6czrsq4caazsw9v0xbaa0lazbh380fmwy8rbgvy1"))))
    (build-system cmake-build-system)
    (arguments
     `(#:tests? #f