diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-04-16 20:25:48 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-04-16 20:25:48 (GMT) |
commit | 08749f48db0ff16144d8f66904a2288f457bf960 (patch) | |
tree | 6aa0590e5987f0d6270a53fdccbf42fc128ab84e | |
parent | 5814a1aa10f0aef7f77b909f3633fb32d72725a6 (diff) | |
download | mxe-08749f48db0ff16144d8f66904a2288f457bf960.zip mxe-08749f48db0ff16144d8f66904a2288f457bf960.tar.gz mxe-08749f48db0ff16144d8f66904a2288f457bf960.tar.bz2 |
update the checksum of package sqlite - sqlite had a hotfix shortly after the release
-rw-r--r-- | src/sqlite.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.mk b/src/sqlite.mk index 884dc70..02e0efa 100644 --- a/src/sqlite.mk +++ b/src/sqlite.mk @@ -2,7 +2,7 @@ PKG := sqlite $(PKG)_VERSION := 3.6.13 -$(PKG)_CHECKSUM := 78395c994d7c920e83a419c69af7e4ce2f2b1ba0 +$(PKG)_CHECKSUM := 950855d9eed9b8bd6fad406cece5a24b640c3e3f $(PKG)_SUBDIR := sqlite-$($(PKG)_VERSION) $(PKG)_FILE := sqlite-amalgamation-$($(PKG)_VERSION).tar.gz $(PKG)_WEBSITE := http://www.sqlite.org/ |