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 /net-misc/iipsrv | |
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 'net-misc/iipsrv')
-rw-r--r-- | net-misc/iipsrv/iipsrv-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/iipsrv/iipsrv-1.2.ebuild b/net-misc/iipsrv/iipsrv-1.2.ebuild index 3b3d7fd82..23e4a09d2 100644 --- a/net-misc/iipsrv/iipsrv-1.2.ebuild +++ b/net-misc/iipsrv/iipsrv-1.2.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 systemd DESCRIPTION="High performance image server for high resolution and scientific images" HOMEPAGE="https://iipimage.sourceforge.io" -SRC_URI="mirror://sourceforge/iipimage/IIP%20Server/${P}/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/iipimage/IIP%20Server/${P}/${P}.tar.bz2" LICENSE="GPL-3+" SLOT="0" |