mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 3.10.0
PR: 206063 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
This commit is contained in:
parent
8c27d1cc49
commit
7f2baaf6d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405785
3 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= sqlite3
|
PORTNAME= sqlite3
|
||||||
PORTVERSION= 3.9.2
|
PORTVERSION= 3.10.0
|
||||||
CATEGORIES= databases tcl
|
CATEGORIES= databases tcl
|
||||||
MASTER_SITES= https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
|
MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/
|
||||||
PKGNAMEPREFIX= tcl-
|
PKGNAMEPREFIX= tcl-
|
||||||
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
|
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (sqlite-autoconf-3090200.tar.gz) = 064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b
|
SHA256 (sqlite-autoconf-3100000.tar.gz) = 43cc292d70711fa7580250c8a1cd7c64813a4a0a479dbd502cce5f10b5d91042
|
||||||
SIZE (sqlite-autoconf-3090200.tar.gz) = 2284431
|
SIZE (sqlite-autoconf-3100000.tar.gz) = 2331542
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This is the SQLite extension for Tcl using the Tcl Extension
|
This is the SQLite extension for Tcl using the Tcl Extension
|
||||||
Architecture (TEA).
|
Architecture (TEA).
|
||||||
|
|
||||||
WWW: http://www.sqlite.org/
|
WWW: https://www.sqlite.org/
|
||||||
|
|
Loading…
Add table
Reference in a new issue