aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2022-01-01 07:02:44 +0000
committerCharlie Li <vishwin@FreeBSD.org>2022-01-01 07:12:27 +0000
commit29f62814e9260a18475b403b8ec1567660621c97 (patch)
treecc72e825c389f7263d074f8245603abae76a9f98 /databases/sqlite3
parentf64c91df20ddfa015c1f3a265bf352852576bad7 (diff)
downloadports-29f62814e9260a18475b403b8ec1567660621c97.tar.gz
ports-29f62814e9260a18475b403b8ec1567660621c97.zip
databases/sqlite3: unbreak fetch
3.35.5 was not released in 2022, nor have there been any SQLite releases thus far in 2022. Approved by: portmgr (implicit)
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 723a0371df9a..dd161068d209 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -5,7 +5,7 @@ DISTVERSION= 3.35.5
PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= databases
-MASTER_SITES= https://www.sqlite.org/${%Y:L:gmtime}/ https://www2.sqlite.org/${%Y:L:gmtime}/ https://www3.sqlite.org/${%Y:L:gmtime}/
+MASTER_SITES= https://www.sqlite.org/2021/ https://www2.sqlite.org/2021/ https://www3.sqlite.org/2021/
DISTNAME= sqlite-src-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
MAINTAINER= pavelivolkov@gmail.com