comparison src/sqlite.mk @ 3707:12aaa396be7c

sqlite: update to 3.8.6 * src/sqlite.mk: update version/checksum for 3.8.6
author John Donoghue
date Wed, 03 Sep 2014 12:20:08 -0400
parents 9b46971891dd
children b3e0f6e01437
comparison
equal deleted inserted replaced
3706:c611a634efec 3707:12aaa396be7c
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := sqlite 4 PKG := sqlite
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3080500 6 $(PKG)_VERSION := 3080600
7 $(PKG)_CHECKSUM := 7f667e10ccebc26ab2086b8a30cb0a600ca0acae 7 $(PKG)_CHECKSUM := c4b2911bc4a6e1dc2b411aa21d8c4f524113eb64
8 $(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://www.sqlite.org/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.sqlite.org/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12