diff options
Diffstat (limited to 'dev-db/gqlplus/gqlplus-1.16-r2.ebuild')
-rw-r--r-- | dev-db/gqlplus/gqlplus-1.16-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/gqlplus/gqlplus-1.16-r2.ebuild b/dev-db/gqlplus/gqlplus-1.16-r2.ebuild index 0d2c4b3310e7..ea1d31916619 100644 --- a/dev-db/gqlplus/gqlplus-1.16-r2.ebuild +++ b/dev-db/gqlplus/gqlplus-1.16-r2.ebuild @@ -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=7 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="a front-end for Oracle program sqlplus with command-line editing" HOMEPAGE="https://gitlab.com/jessp011/gqlplus" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz https://dev.gentoo.org/~grobian/distfiles/gqlplus-1.16-sqlplus-handling-fixes.patch" LICENSE="GPL-2" |