diff options
Diffstat (limited to 'dev-util/squashdelta/squashdelta-0.1.ebuild')
-rw-r--r-- | dev-util/squashdelta/squashdelta-0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/squashdelta/squashdelta-0.1.ebuild b/dev-util/squashdelta/squashdelta-0.1.ebuild index 180041a23e5..64d10780342 100644 --- a/dev-util/squashdelta/squashdelta-0.1.ebuild +++ b/dev-util/squashdelta/squashdelta-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit autotools-utils DESCRIPTION="Efficient (partially uncompressed) SquashFS binary delta tool" -HOMEPAGE="https://bitbucket.org/mgorny/squashdelta/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/squashdelta/" +SRC_URI="https://www.github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2" # uses public-domain murmurhash3 LICENSE="BSD public-domain" |