*/*: Inline mirror://sourceforge

See https://github.com/gentoo/gentoo/pull/36198 for the sed invocation.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-04-30 20:29:25 +02:00
parent 9edeb03c86
commit c20f8c3acd
24 changed files with 53 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2022 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 flag-o-matic
DESCRIPTION="An XQuery and XPath 2 library and command line utility written in C++"
HOMEPAGE="https://sourceforge.net/projects/xqilla/"
SRC_URI="mirror://sourceforge/${PN}/XQilla-${PV}.tar.gz"
SRC_URI="https://downloads.sourceforge.net/${PN}/XQilla-${PV}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"

View File

@@ -1,11 +1,11 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="An XQuery and XPath 2 library and command line utility written in C++"
HOMEPAGE="https://sourceforge.net/projects/xqilla/"
SRC_URI="mirror://sourceforge/${PN}/XQilla-${PV}.tar.gz"
SRC_URI="https://downloads.sourceforge.net/${PN}/XQilla-${PV}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"