diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-08-09 07:42:20 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-08-09 07:42:37 +0300 |
commit | ced5d2e9eb10bba03005ee7c5b35a8c414c8990a (patch) | |
tree | f4ca0ac195650d94608ebb60e57d17466354a49c /app-crypt | |
parent | app-admin/ansible: fixing build bug in the new ansible, reported via email (diff) | |
download | gentoo-ced5d2e9eb10bba03005ee7c5b35a8c414c8990a.tar.gz gentoo-ced5d2e9eb10bba03005ee7c5b35a8c414c8990a.tar.bz2 gentoo-ced5d2e9eb10bba03005ee7c5b35a8c414c8990a.zip |
app-crypt/nwipe: fix src_uri to meaningul name
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/nwipe/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/nwipe/nwipe-0.21.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/nwipe/Manifest b/app-crypt/nwipe/Manifest index 30159d401d79..f6ce37471e30 100644 --- a/app-crypt/nwipe/Manifest +++ b/app-crypt/nwipe/Manifest @@ -1 +1 @@ -DIST v0.21.tar.gz 49298 SHA256 21251065b5a59d81286a2afdc25ef5602c06895113f8d2e5b537c11f2e0c3819 SHA512 0d083ac903889602ea5bd889b97f3dd3f1ac8c3737612394a68e9cc1fe44d387819be2aca563005b13e61d3406f080bfb279adbeffb106d3b489ac4748189aa2 WHIRLPOOL b9afdba68ec9dff33f555859a24b9543a17fb78633e02d17e61a9362395d8ac54a6438f774d1971605383abf515efe48d40e13fd0d522e7f60df0f9610cff826 +DIST nwipe-0.21.tar.gz 49298 SHA256 21251065b5a59d81286a2afdc25ef5602c06895113f8d2e5b537c11f2e0c3819 SHA512 0d083ac903889602ea5bd889b97f3dd3f1ac8c3737612394a68e9cc1fe44d387819be2aca563005b13e61d3406f080bfb279adbeffb106d3b489ac4748189aa2 WHIRLPOOL b9afdba68ec9dff33f555859a24b9543a17fb78633e02d17e61a9362395d8ac54a6438f774d1971605383abf515efe48d40e13fd0d522e7f60df0f9610cff826 diff --git a/app-crypt/nwipe/nwipe-0.21.ebuild b/app-crypt/nwipe/nwipe-0.21.ebuild index 42136eb1d5af..91818423c6c6 100644 --- a/app-crypt/nwipe/nwipe-0.21.ebuild +++ b/app-crypt/nwipe/nwipe-0.21.ebuild @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Securely erase disks using a variety of recognized methods" HOMEPAGE="https://github.com/martijnvanbrummelen/nwipe/" -SRC_URI="https://github.com/martijnvanbrummelen/${PN}/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/martijnvanbrummelen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |