diff options
author | Sam James <sam@gentoo.org> | 2022-09-22 04:33:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-22 05:05:23 +0100 |
commit | 7489f318da1d20e9eb0f078521382a9677ae22df (patch) | |
tree | 0e5eaa8caf0ace5892d2aca6468e377910a3e115 /sci-geosciences | |
parent | sci-electronics/petrify: use PV in SRC_URI (diff) | |
download | gentoo-7489f318da1d20e9eb0f078521382a9677ae22df.tar.gz gentoo-7489f318da1d20e9eb0f078521382a9677ae22df.tar.bz2 gentoo-7489f318da1d20e9eb0f078521382a9677ae22df.zip |
sci-geosciences/gshhs: use PV in SRC_URI
Avoids mistakes on bumping and why not?
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gshhs/gshhs-1.13-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-geosciences/gshhs/gshhs-1.13-r1.ebuild b/sci-geosciences/gshhs/gshhs-1.13-r1.ebuild index 14c8c92d67cb..dd460de1633c 100644 --- a/sci-geosciences/gshhs/gshhs-1.13-r1.ebuild +++ b/sci-geosciences/gshhs/gshhs-1.13-r1.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="Global Self-consistent, Hierarchical, High-resolution Shoreline programs" HOMEPAGE="https://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html" -SRC_URI="ftp://ftp.soest.hawaii.edu/pwessel/gshhs/gshhs_1.13_src.zip" +SRC_URI="ftp://ftp.soest.hawaii.edu/pwessel/gshhs/gshhs_${PV}_src.zip" S="${WORKDIR}/${PN}" LICENSE="GPL-2" |