View | Details | Raw Unified | Return to bug 252963
Collapse All | Expand All

(-)databases/sqlite3/Makefile (-3 / +2 lines)
Lines 2-12 Link Here
2
# $FreeBSD: head/databases/sqlite3/Makefile 557725 2020-12-11 11:58:14Z gahr $
2
# $FreeBSD: head/databases/sqlite3/Makefile 557725 2020-12-11 11:58:14Z gahr $
3
3
4
PORTNAME=	sqlite3
4
PORTNAME=	sqlite3
5
DISTVERSION=	3.34.0
5
DISTVERSION=	3.34.1
6
PORTREVISION=	0
7
PORTEPOCH=	1
6
PORTEPOCH=	1
8
CATEGORIES=	databases
7
CATEGORIES=	databases
9
MASTER_SITES=	https://www.sqlite.org/2020/ http://www2.sqlite.org/2020/ http://www3.sqlite.org/2020/
8
MASTER_SITES=	https://www.sqlite.org/2021/ https://www2.sqlite.org/2021/ https://www3.sqlite.org/2021/
10
DISTNAME=	sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
9
DISTNAME=	sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
11
10
12
MAINTAINER=	pavelivolkov@gmail.com
11
MAINTAINER=	pavelivolkov@gmail.com
(-)databases/sqlite3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1607687216
1
TIMESTAMP = 1611464266
2
SHA256 (sqlite-autoconf-3340000.tar.gz) = bf6db7fae37d51754737747aaaf413b4d6b3b5fbacd52bdb2d0d6e5b2edd9aee
2
SHA256 (sqlite-autoconf-3340100.tar.gz) = 2a3bca581117b3b88e5361d0ef3803ba6d8da604b1c1a47d902ef785c1b53e89
3
SIZE (sqlite-autoconf-3340000.tar.gz) = 2930085
3
SIZE (sqlite-autoconf-3340100.tar.gz) = 2930089

Return to bug 252963