comparison src/sqlite.mk @ 3946:1a517a309475

sqlite: update to v3.8.10.2 * src/sqlite.mk: update version,checksum
author John Donoghue
date Thu, 21 May 2015 07:38:21 -0400
parents 01c6c2eac4f7
children 1ab4ef745599
comparison
equal deleted inserted replaced
3945:a397ccee4b57 3946:1a517a309475
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 := 3080803 6 $(PKG)_VERSION := 3081002
7 $(PKG)_CHECKSUM := 2fe3f6226a2a08a2e814b97cd53e36bb3c597112 7 $(PKG)_CHECKSUM := c2f2c17d3dc4c4e179d35cc04e4420636d48a152
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