diff options
| author | Frederic Culot <culot@FreeBSD.org> | 2016-01-11 13:33:18 +0000 |
|---|---|---|
| committer | Frederic Culot <culot@FreeBSD.org> | 2016-01-11 13:33:18 +0000 |
| commit | 7f2baaf6d085f1af1470fca88fabb3a74eae9472 (patch) | |
| tree | adaa02a4476beb76d71bf60902f81b47f5dafdb6 /databases/tcl-sqlite3/Makefile | |
| parent | - Update to 3.10.0 (diff) | |
- Update to 3.10.0
PR: 206063
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Diffstat (limited to 'databases/tcl-sqlite3/Makefile')
| -rw-r--r-- | databases/tcl-sqlite3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index 4b0ac04ebf95..30fd712d19ff 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.9.2 +PORTVERSION= 3.10.0 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- DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 |
