Changes 3.6.2:
* Split the pager subsystem into separate pager and pcache subsystems. * Factor out indentifier resolution procedures into separate files. * Bug fixes.
This commit is contained in:
parent
52e36c5ecb
commit
b537ffb767
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile.common,v 1.21 2008/08/18 12:29:20 adam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.22 2008/09/07 14:04:01 adam Exp $
|
||||
|
||||
# used by databases/sqlite3-tcl/Makefile
|
||||
|
||||
DISTNAME= sqlite-3.6.1
|
||||
DISTNAME= sqlite-3.6.2
|
||||
PKGNAME= ${DISTNAME:S/-/3-/}
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.19 2008/08/18 12:29:20 adam Exp $
|
||||
$NetBSD: distinfo,v 1.20 2008/09/07 14:04:01 adam Exp $
|
||||
|
||||
SHA1 (sqlite-3.6.1.tar.gz) = 756f45e812a2063dacd947b9642fdb82301348fa
|
||||
RMD160 (sqlite-3.6.1.tar.gz) = c4948553fe2a0de96f6612a41aa2889eb97b1b42
|
||||
Size (sqlite-3.6.1.tar.gz) = 2187909 bytes
|
||||
SHA1 (sqlite-3.6.2.tar.gz) = 5408632b484d8e471e4a323e9c98dcdc08504bda
|
||||
RMD160 (sqlite-3.6.2.tar.gz) = db83f50ef72083905983b8fac6fcb3070a002d54
|
||||
Size (sqlite-3.6.2.tar.gz) = 2313114 bytes
|
||||
|
|
Loading…
Reference in a new issue