diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-01-28 08:37:39 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-01-28 08:37:39 +0000 |
commit | fcd0b8b53331bfa33d506da09809c09c9c324825 (patch) | |
tree | 39c06540cd0ec21a255f64b27d35dfe4fe828a76 /databases | |
parent | f0e5a55a879e4c58c773bc48b750da3fe56c2af1 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite3/Makefile | 4 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 3c259ae643f6..8a34824b7307 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.8 +PORTVERSION= 3.8.8.1 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/ -DISTNAME= sqlite-autoconf-3080800 +DISTNAME= sqlite-autoconf-3080801 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQL database engine in a C library diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index b60c39ddf0f5..6a4f7de22f35 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080800.tar.gz) = c6409da6e7ba853c53bfa88c740f353b016721f943a44aad6e7b11dfb1d60535 -SIZE (sqlite-autoconf-3080800.tar.gz) = 2020708 +SHA256 (sqlite-autoconf-3080801.tar.gz) = 2721361eb4a71d5f727dfa466bd910dadd5dbeb4d2d57b8b34205f7ce7e5b7f9 +SIZE (sqlite-autoconf-3080801.tar.gz) = 2021072 |