diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-04-30 20:29:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-30 20:29:25 +0200 |
commit | c20f8c3acd684031787e58a8b4ed73bb3d118ee0 (patch) | |
tree | 79e9b92b4b36fd356dfdc4e2c542cdd8f6135ec1 /app-misc/doublecmd-bin/doublecmd-bin-1.1.11_beta.ebuild | |
parent | dev-scheme/sagittarius: fix cxxflags and tests (diff) | |
download | guru-c20f8c3acd684031787e58a8b4ed73bb3d118ee0.tar.gz guru-c20f8c3acd684031787e58a8b4ed73bb3d118ee0.tar.bz2 guru-c20f8c3acd684031787e58a8b4ed73bb3d118ee0.zip |
*/*: Inline mirror://sourceforge
See https://github.com/gentoo/gentoo/pull/36198 for the sed invocation.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/doublecmd-bin/doublecmd-bin-1.1.11_beta.ebuild')
-rw-r--r-- | app-misc/doublecmd-bin/doublecmd-bin-1.1.11_beta.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/doublecmd-bin/doublecmd-bin-1.1.11_beta.ebuild b/app-misc/doublecmd-bin/doublecmd-bin-1.1.11_beta.ebuild index 5e644bf42..d956c6970 100644 --- a/app-misc/doublecmd-bin/doublecmd-bin-1.1.11_beta.ebuild +++ b/app-misc/doublecmd-bin/doublecmd-bin-1.1.11_beta.ebuild @@ -10,12 +10,12 @@ DESCRIPTION="Free cross platform open source file manager with two panels side b HOMEPAGE="https://doublecmd.sourceforge.io/" SRC_URI="amd64? ( - gtk? ( mirror://sourceforge/${MY_PN}/${MY_PN}-${PV/_beta/}.gtk2.x86_64.tar.xz ) - qt5? ( mirror://sourceforge/${MY_PN}/${MY_PN}-${PV/_beta/}.qt.x86_64.tar.xz ) + gtk? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV/_beta/}.gtk2.x86_64.tar.xz ) + qt5? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV/_beta/}.qt.x86_64.tar.xz ) ) x86? ( - gtk? ( mirror://sourceforge/${MY_PN}/${MY_PN}-${PV/_beta/}.gtk2.i386.tar.xz ) - qt5? ( mirror://sourceforge/${MY_PN}/${MY_PN}-${PV/_beta/}.qt.i386.tar.xz ) + gtk? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV/_beta/}.gtk2.i386.tar.xz ) + qt5? ( https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-${PV/_beta/}.qt.i386.tar.xz ) )" S="${WORKDIR}/${MY_PN}" |