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)

(cherry picked from commit 29f62814e9)
This commit is contained in:
Charlie Li 2022-01-01 02:02:44 -05:00
parent a6c0f28298
commit 9f533ce838
No known key found for this signature in database
GPG Key ID: FEB7852BE29B3E87
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ DISTVERSION= 3.35.5
PORTREVISION= 3
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