diff options
Diffstat (limited to 'dev-embedded/libdisasm/libdisasm-0.23.ebuild')
-rw-r--r-- | dev-embedded/libdisasm/libdisasm-0.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/libdisasm/libdisasm-0.23.ebuild b/dev-embedded/libdisasm/libdisasm-0.23.ebuild index efa0c8af8724..15ab4b72ab65 100644 --- a/dev-embedded/libdisasm/libdisasm-0.23.ebuild +++ b/dev-embedded/libdisasm/libdisasm-0.23.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=7 @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="Provides basic disassembly of Intel x86 instructions from a binary stream" HOMEPAGE="https://bastard.sourceforge.net/libdisasm.html" -SRC_URI="mirror://sourceforge/project/bastard/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/project/bastard/${PN}/${PV}/${P}.tar.gz" LICENSE="Clarified-Artistic" SLOT="0" |