diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-15 11:20:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-15 11:21:21 +0200 |
commit | 14776601d458600067f78182969390a701979438 (patch) | |
tree | 507d22cd3268218b5cfd6301f4f59cb702ca564c /app-crypt/gifshuffle | |
parent | app-cdr/b5i2iso: Version the distfile (diff) | |
download | gentoo-14776601d458600067f78182969390a701979438.tar.gz gentoo-14776601d458600067f78182969390a701979438.tar.bz2 gentoo-14776601d458600067f78182969390a701979438.zip |
app-crypt/gifshuffle: Version the distfile
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt/gifshuffle')
-rw-r--r-- | app-crypt/gifshuffle/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/gifshuffle/Manifest b/app-crypt/gifshuffle/Manifest index aa8e64a94989..ce279bd5f109 100644 --- a/app-crypt/gifshuffle/Manifest +++ b/app-crypt/gifshuffle/Manifest @@ -1 +1 @@ -DIST gifshuffle.tar.gz 21509 BLAKE2B a07490c2f6a29782d7d25219eefbf49393ccb06b1fbb260927dce741450934990673cc86168285ec9d0bc2ef258a64d98d623f143b464b48c9955b13a808822d SHA512 0a0521f924c508c80c11309203e64cbd948945ddd557f01008a39987602320be780c1710dfcaa8ec9886fff4e9745465f2f242919ede4cedb2af9f73e5cc54be +DIST gifshuffle-2.0.tar.gz 21509 BLAKE2B a07490c2f6a29782d7d25219eefbf49393ccb06b1fbb260927dce741450934990673cc86168285ec9d0bc2ef258a64d98d623f143b464b48c9955b13a808822d SHA512 0a0521f924c508c80c11309203e64cbd948945ddd557f01008a39987602320be780c1710dfcaa8ec9886fff4e9745465f2f242919ede4cedb2af9f73e5cc54be diff --git a/app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild b/app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild index c2a8cfb2d9de..dc85560e9fd5 100644 --- a/app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild +++ b/app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="GIF colourmap steganography" HOMEPAGE="http://www.darkside.com.au/gifshuffle/" -SRC_URI="http://www.darkside.com.au/gifshuffle/${PN}.tar.gz" +SRC_URI="http://www.darkside.com.au/gifshuffle/${PN}.tar.gz -> ${P}.tar.gz" LICENSE="public-domain" SLOT="0" |