diff options
author | 2019-08-23 20:23:02 +0200 | |
---|---|---|
committer | 2019-08-23 20:25:55 +0200 | |
commit | d5e5da47ab99ec91d68b06703cc59ba768512073 (patch) | |
tree | 8d50c0b414fbd8dc7e3dabac101731a18cc51939 /dev-lang | |
parent | app-text/sigil: remove old v0.9.8 (diff) | |
download | gentoo-d5e5da47ab99ec91d68b06703cc59ba768512073.tar.gz gentoo-d5e5da47ab99ec91d68b06703cc59ba768512073.tar.bz2 gentoo-d5e5da47ab99ec91d68b06703cc59ba768512073.zip |
dev-lang/pasm: Mirror and rename the distfile
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/pasm/Manifest | 2 | ||||
-rw-r--r-- | dev-lang/pasm/pasm-1.7.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/pasm/Manifest b/dev-lang/pasm/Manifest index ee95bdb30c34..d60258923382 100644 --- a/dev-lang/pasm/Manifest +++ b/dev-lang/pasm/Manifest @@ -1 +1 @@ -DIST pasm.tar.gz 82136 BLAKE2B d9aa8ab23eb184ca00b416d172b86c4c4aad0e12eea3ff92979c4570ebcf04306b8030f81524952f62f2221d25384db13d208dd22fb98105b7edd55587537a54 SHA512 313e4ad694704ad59619c46353c53ef9bd5529b6c9faee5cc6124dd0175f7b5a87268d2c26045f0639a0002311828b227915f30e697f8adedcd4256774674283 +DIST pasm-1.7.tar.gz 82136 BLAKE2B d9aa8ab23eb184ca00b416d172b86c4c4aad0e12eea3ff92979c4570ebcf04306b8030f81524952f62f2221d25384db13d208dd22fb98105b7edd55587537a54 SHA512 313e4ad694704ad59619c46353c53ef9bd5529b6c9faee5cc6124dd0175f7b5a87268d2c26045f0639a0002311828b227915f30e697f8adedcd4256774674283 diff --git a/dev-lang/pasm/pasm-1.7.ebuild b/dev-lang/pasm/pasm-1.7.ebuild index e4e41e367302..f6c98702e948 100644 --- a/dev-lang/pasm/pasm-1.7.ebuild +++ b/dev-lang/pasm/pasm-1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -6,7 +6,7 @@ EAPI=0 inherit eutils DESCRIPTION="A portable assembler for processors of the PowerPC family" -SRC_URI="http://devnull.owl.de/~frank/${PN}.tar.gz" +SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.gz" HOMEPAGE="http://sun.hasenbraten.de/~frank/projects/" LICENSE="GPL-2" SLOT="0" |