comparison src/sqlite.mk @ 3822:01c6c2eac4f7

sqlite: update to v3.8.8.3 * src/sqlite.mk: update version, checksum
author John Donoghue
date Tue, 03 Mar 2015 11:46:44 -0500
parents 55db4f11528f
children 1a517a309475
comparison
equal deleted inserted replaced
3821:731fda77b6bd 3822:01c6c2eac4f7
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 := 3080802 6 $(PKG)_VERSION := 3080803
7 $(PKG)_CHECKSUM := 1db237523419af7110e1d92c6b766e965f9322e4 7 $(PKG)_CHECKSUM := 2fe3f6226a2a08a2e814b97cd53e36bb3c597112
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/2015/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.sqlite.org/2015/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12