diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-26 12:12:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-26 12:27:11 +0100 |
commit | 80adf529bda101c61d73b0b98e234ceefcab1ba8 (patch) | |
tree | d303c9cc139e16a5111fcc7c17ffa9d468220f01 /dev-util/squashdelta | |
parent | dev-python/docutils-glep: Remove old (diff) | |
download | gentoo-80adf529bda101c61d73b0b98e234ceefcab1ba8.tar.gz gentoo-80adf529bda101c61d73b0b98e234ceefcab1ba8.tar.bz2 gentoo-80adf529bda101c61d73b0b98e234ceefcab1ba8.zip |
dev-util/squashdelta: Update SRC_URI
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/squashdelta')
-rw-r--r-- | dev-util/squashdelta/squashdelta-0.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/squashdelta/squashdelta-0.1.1.ebuild b/dev-util/squashdelta/squashdelta-0.1.1.ebuild index 9883a7ef38f0..9f6ebdce8b9d 100644 --- a/dev-util/squashdelta/squashdelta-0.1.1.ebuild +++ b/dev-util/squashdelta/squashdelta-0.1.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Efficient (partially uncompressed) SquashFS binary delta tool" HOMEPAGE="https://github.com/mgorny/squashdelta/" -SRC_URI="https://www.github.com/mgorny/squashdelta/releases/download/v${PV}/${P}.tar.bz2" +SRC_URI="https://github.com/mgorny/squashdelta/releases/download/v${PV}/${P}.tar.bz2" # uses public-domain murmurhash3 LICENSE="BSD public-domain" |