diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-08-13 21:00:06 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-08-17 17:21:29 (GMT) |
commit | 9dabe4a7ba77eecae027ee4c24849eab407563f7 (patch) | |
tree | ded526402e688c76b8055c5935f516456ef3bec0 | |
parent | 9732da25b1388d57f461db94b9e2813fd486fe93 (diff) | |
download | mxe-9dabe4a7ba77eecae027ee4c24849eab407563f7.zip mxe-9dabe4a7ba77eecae027ee4c24849eab407563f7.tar.gz mxe-9dabe4a7ba77eecae027ee4c24849eab407563f7.tar.bz2 |
lzo: update
-rw-r--r-- | src/lzo.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ PKG := lzo $(PKG)_IGNORE := -$(PKG)_VERSION := 2.06 -$(PKG)_CHECKSUM := a11768b8a168ec607750842bbef406f11547b904 +$(PKG)_VERSION := 2.08 +$(PKG)_CHECKSUM := 64c3e44843a44ffc4533aa89e41516f42bfefa76 $(PKG)_SUBDIR := lzo-$($(PKG)_VERSION) $(PKG)_FILE := lzo-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://www.oberhumer.com/opensource/lzo/download/$($(PKG)_FILE) |