games-engines/dMagnetic: Keep download as .tar.gz and not .tar
authorJames Le Cuirot <chewi@gentoo.org>
Tue, 12 Nov 2019 22:21:36 +0000 (22:21 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Tue, 12 Nov 2019 22:22:01 +0000 (22:22 +0000)
I thought the server was really sending a .tar but it was my browser
decompressing it. Nevertheless, the server appears to be
misconfigured.

Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
games-engines/dMagnetic/Manifest
games-engines/dMagnetic/dMagnetic-0.18.ebuild

index 015eb000db164dbb628c54c32e0259ceb22a3e45..34d731053098cb7f43999239565231ee16128367 100644 (file)
@@ -1 +1 @@
-DIST dMagnetic_0.18.tar 61210 BLAKE2B 9707ea8e6545b06b998bd8cf979d45088fcbabc64553a2688fcb56b23a7d161e56276718bb73f112a4d6b3a3a6955589fd6e26cfe2bd9604c334b20acc0a74ea SHA512 0703c45f674e2bf1391d9a0c9f1c52b6fd5c6fa329c051281894df53fe1cbe84662c6489a2e10a7d6009c2a31891c3c61bf615ef2706cf98e1f4b760764ef3b5
+DIST dMagnetic_0.18.tar.gz 61210 BLAKE2B 9707ea8e6545b06b998bd8cf979d45088fcbabc64553a2688fcb56b23a7d161e56276718bb73f112a4d6b3a3a6955589fd6e26cfe2bd9604c334b20acc0a74ea SHA512 0703c45f674e2bf1391d9a0c9f1c52b6fd5c6fa329c051281894df53fe1cbe84662c6489a2e10a7d6009c2a31891c3c61bf615ef2706cf98e1f4b760764ef3b5
index 0097d62d0b883fa0526562102256f7180d36fd45..24ce0397466754f7900b1b00560d4575bd01e755 100644 (file)
@@ -8,7 +8,7 @@ inherit prefix toolchain-funcs
 MY_P="${PN}_${PV}"
 DESCRIPTION="A Magnetic Scrolls Interpreter for playing a collection of old text adventures"
 HOMEPAGE="https://www.dettus.net/dMagnetic/"
-SRC_URI="https://www.dettus.net/${PN}/${MY_P}.tar.gz -> ${MY_P}.tar"
+SRC_URI="https://www.dettus.net/${PN}/${MY_P}.tar.gz"
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64"