comparison src/sqlite.mk @ 831:47a4cf923d20

upgrade package sqlite
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 08 Apr 2010 11:28:51 +0200
parents 29f1ba4559ae
children 9993be51f18d
comparison
equal deleted inserted replaced
830:d6fee27eaaa0 831:47a4cf923d20
2 # See doc/index.html for further information. 2 # See doc/index.html for further information.
3 3
4 # SQLite 4 # SQLite
5 PKG := sqlite 5 PKG := sqlite
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 3.6.22 7 $(PKG)_VERSION := 3.6.23.1
8 $(PKG)_CHECKSUM := b0b87bd1945528723083f6830094f5c676829164 8 $(PKG)_CHECKSUM := 0f4a1390f6405b8f00ecc3694c99ba4e87b40308
9 $(PKG)_SUBDIR := sqlite-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := sqlite-$($(PKG)_VERSION)
10 $(PKG)_FILE := sqlite-amalgamation-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := sqlite-amalgamation-$($(PKG)_VERSION).tar.gz
11 $(PKG)_WEBSITE := http://www.sqlite.org/ 11 $(PKG)_WEBSITE := http://www.sqlite.org/
12 $(PKG)_URL := http://www.sqlite.org/$($(PKG)_FILE) 12 $(PKG)_URL := http://www.sqlite.org/$($(PKG)_FILE)
13 $(PKG)_DEPS := gcc 13 $(PKG)_DEPS := gcc