diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-07-01 12:12:15 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-07-01 14:53:24 -0400 |
commit | 0c6cf4c10de3413939d7596d68190339f6727fa5 (patch) | |
tree | 55cb09f6f2b134f62ed7c19f435b18f510c5a3e0 | |
parent | app-admin/apache-tools: add 2.4.60 (diff) | |
download | gentoo-0c6cf4c10de3413939d7596d68190339f6727fa5.tar.gz gentoo-0c6cf4c10de3413939d7596d68190339f6727fa5.tar.bz2 gentoo-0c6cf4c10de3413939d7596d68190339f6727fa5.zip |
app-arch/lbzip2: update SRC_URI
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r-- | app-arch/lbzip2/lbzip2-2.5_p20181227-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/lbzip2/lbzip2-2.5_p20181227-r2.ebuild b/app-arch/lbzip2/lbzip2-2.5_p20181227-r2.ebuild index b92a6e2fff28..5c21dd52804e 100644 --- a/app-arch/lbzip2/lbzip2-2.5_p20181227-r2.ebuild +++ b/app-arch/lbzip2/lbzip2-2.5_p20181227-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit autotools flag-o-matic DESCRIPTION="Parallel bzip2 utility" HOMEPAGE="https://github.com/kjn/lbzip2/" -SRC_URI="https://dev.gentoo.org/~whissi/dist/${PN}/${P}.tar.gz" +SRC_URI="mirror://gentoo/05/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |