diff options
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/conty/Manifest | 3 | ||||
-rw-r--r-- | games-emulation/conty/conty-1.25.1.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/conty/conty-1.25.2.ebuild | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/games-emulation/conty/Manifest b/games-emulation/conty/Manifest index aebbe6220..79f7a26fe 100644 --- a/games-emulation/conty/Manifest +++ b/games-emulation/conty/Manifest @@ -1 +1,2 @@ -DIST conty_lite_dwarfs.sh 1406491989 BLAKE2B 5106200f9b9e565044b8c525fb53349235ba78207e00b69dfdd0071439fef1eac55f204c89a9f0949b416c5d07d7e22f589062de57ba34b5a106cd0723b345e6 SHA512 3f74ac40583e362ee7bc05684aa7d2f77f7d2b908f98d179539a714cd9a83cc58948c12352fd948df9b446bb9119c078c6ffae874a9bdbf726167fb1e45ed8ee +DIST conty-1.25.1 1406491989 BLAKE2B 5106200f9b9e565044b8c525fb53349235ba78207e00b69dfdd0071439fef1eac55f204c89a9f0949b416c5d07d7e22f589062de57ba34b5a106cd0723b345e6 SHA512 3f74ac40583e362ee7bc05684aa7d2f77f7d2b908f98d179539a714cd9a83cc58948c12352fd948df9b446bb9119c078c6ffae874a9bdbf726167fb1e45ed8ee +DIST conty-1.25.2 1400806116 BLAKE2B 2cb6fffe4603a5f147cbdf802277b0c0ea73924151397463484aa3e715dc3c42ce25961811b51a898af5ed8a3289d7e4e3b32a9b4c864c47852880f6c9e511e4 SHA512 1cdc34f689b04d44504b57fa93665e9a27546f16ebc1541889212b0612d76ecac654384be5ffe694c59336bd2bdcd9498bf591957f5f721c4de2e238f049485a diff --git a/games-emulation/conty/conty-1.25.1.ebuild b/games-emulation/conty/conty-1.25.1.ebuild index eb20204d5..00680ba83 100644 --- a/games-emulation/conty/conty-1.25.1.ebuild +++ b/games-emulation/conty/conty-1.25.1.ebuild @@ -10,7 +10,7 @@ inherit linux-info NAME="${PN}_lite_dwarfs.sh" -SRC_URI="https://github.com/Kron4ek/Conty/releases/download/${PV}/${NAME}" +SRC_URI="https://github.com/Kron4ek/Conty/releases/download/${PV}/${NAME} -> $P" KEYWORDS="~amd64" LICENSE="MIT" @@ -29,7 +29,7 @@ CONFIG_CHECK=" " src_install() { - dobin "${DISTDIR}/${PN}_lite_dwarfs.sh" + dobin "${DISTDIR}/${P}" } pkg_postinst() { diff --git a/games-emulation/conty/conty-1.25.2.ebuild b/games-emulation/conty/conty-1.25.2.ebuild index eb20204d5..00680ba83 100644 --- a/games-emulation/conty/conty-1.25.2.ebuild +++ b/games-emulation/conty/conty-1.25.2.ebuild @@ -10,7 +10,7 @@ inherit linux-info NAME="${PN}_lite_dwarfs.sh" -SRC_URI="https://github.com/Kron4ek/Conty/releases/download/${PV}/${NAME}" +SRC_URI="https://github.com/Kron4ek/Conty/releases/download/${PV}/${NAME} -> $P" KEYWORDS="~amd64" LICENSE="MIT" @@ -29,7 +29,7 @@ CONFIG_CHECK=" " src_install() { - dobin "${DISTDIR}/${PN}_lite_dwarfs.sh" + dobin "${DISTDIR}/${P}" } pkg_postinst() { |