diff options
author | Mark Brand <mabrand@mabrand.nl> | 2013-12-06 15:35:22 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2013-12-06 15:35:22 (GMT) |
commit | 215e523c2d4b39e12d634c43087c7d30f0757ccc (patch) | |
tree | 4c19bf538f04722726cc1ab8238363d56ea2e5cf /src | |
parent | 8812b170baf258262b7ad000b1d73c828b736b25 (diff) | |
download | mxe-215e523c2d4b39e12d634c43087c7d30f0757ccc.zip mxe-215e523c2d4b39e12d634c43087c7d30f0757ccc.tar.gz mxe-215e523c2d4b39e12d634c43087c7d30f0757ccc.tar.bz2 |
update package sqlite
Diffstat (limited to 'src')
-rw-r--r-- | src/sqlite.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sqlite.mk b/src/sqlite.mk index 8015ad8..a440b7c 100644 --- a/src/sqlite.mk +++ b/src/sqlite.mk @@ -3,8 +3,8 @@ PKG := sqlite $(PKG)_IGNORE := -$(PKG)_VERSION := 3080100 -$(PKG)_CHECKSUM := 42464b07df2d6f8aa28f73ce4cc6d48b47be810e +$(PKG)_VERSION := 3080200 +$(PKG)_CHECKSUM := 6033ef603ce221d367c665477514d972ef1dc90e $(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://www.sqlite.org/2013/$($(PKG)_FILE) |