comparison src/sqlite.mk @ 3729:b3e0f6e01437

sqlite: update to version 3080701 * src/sqlite.mk: update version,checksum and path to 3.8.7.1 file
author John Donoghue
date Tue, 11 Nov 2014 08:22:06 -0500
parents 12aaa396be7c
children 2609ed5b5d76
comparison
equal deleted inserted replaced
3728:8c11c5a1a939 3729:b3e0f6e01437
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 := 3080600 6 $(PKG)_VERSION := 3080701
7 $(PKG)_CHECKSUM := c4b2911bc4a6e1dc2b411aa21d8c4f524113eb64 7 $(PKG)_CHECKSUM := 5601be1263842209d7c5dbf6128f1cc0b6bbe2e5
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/2014/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12
13 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
14 $(WGET) -q -O- 'http://www.sqlite.org/download.html' | \ 14 $(WGET) -q -O- 'http://www.sqlite.org/download.html' | \
15 $(SED) -n 's,.*sqlite-autoconf-\([0-9][^>]*\)\.tar.*,\1,p' | \ 15 $(SED) -n 's,.*sqlite-autoconf-\([0-9][^>]*\)\.tar.*,\1,p' | \