summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2024-02-02 18:16:04 +0100
committerJakov Smolić <jsmolic@gentoo.org>2024-02-02 18:25:51 +0100
commit468034096c2e133cefe917121a1d822756ae06a6 (patch)
treec4c6692933c494a50e6dd62a56e5aa0e38cd45d4 /dev-db/sqlite/sqlite-9999.ebuild
parentdev-db/sqlite: add 3.45.1 (diff)
downloadgentoo-468034096c2e133cefe917121a1d822756ae06a6.tar.gz
gentoo-468034096c2e133cefe917121a1d822756ae06a6.tar.bz2
gentoo-468034096c2e133cefe917121a1d822756ae06a6.zip
dev-db/sqlite: Update live ebuild
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-db/sqlite/sqlite-9999.ebuild')
-rw-r--r--dev-db/sqlite/sqlite-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/sqlite/sqlite-9999.ebuild b/dev-db/sqlite/sqlite-9999.ebuild
index fc49246e4375..e529a0d8187d 100644
--- a/dev-db/sqlite/sqlite-9999.ebuild
+++ b/dev-db/sqlite/sqlite-9999.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
@@ -19,8 +19,8 @@ else
#printf -v DOC_PV "%u%02u%02u00" $(ver_rs 1-3 " ")
SRC_URI="
- https://sqlite.org/2023/${PN}-src-${SRC_PV}.zip
- doc? ( https://sqlite.org/2023/${PN}-doc-${DOC_PV}.zip )
+ https://sqlite.org/2024/${PN}-src-${SRC_PV}.zip
+ doc? ( https://sqlite.org/2024/${PN}-doc-${DOC_PV}.zip )
"
S="${WORKDIR}/${PN}-src-${SRC_PV}"