diff options
author | mabrand <mabrand@mabrand.nl> | 2018-11-14 10:29:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-14 10:29:20 (GMT) |
commit | b9607fd0054d7ea71205571963788071faab5a55 (patch) | |
tree | 2746b30e0f82a08489bbd1688d185f5c83091a12 /src/lzo.mk | |
parent | 93f93fb7306c00c900ff59f6eeee3e8d74a6f917 (diff) | |
parent | 5ca945d079226e2b636aa5e42adf09e82a217855 (diff) | |
download | mxe-b9607fd0054d7ea71205571963788071faab5a55.zip mxe-b9607fd0054d7ea71205571963788071faab5a55.tar.gz mxe-b9607fd0054d7ea71205571963788071faab5a55.tar.bz2 |
Merge pull request #2212 from jonaski/updates
Update packages
Diffstat (limited to 'src/lzo.mk')
-rw-r--r-- | src/lzo.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ PKG := lzo $(PKG)_WEBSITE := https://www.oberhumer.com/opensource/lzo/ $(PKG)_IGNORE := -$(PKG)_VERSION := 2.09 -$(PKG)_CHECKSUM := f294a7ced313063c057c504257f437c8335c41bfeed23531ee4e6a2b87bcb34c +$(PKG)_VERSION := 2.10 +$(PKG)_CHECKSUM := c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072 $(PKG)_SUBDIR := lzo-$($(PKG)_VERSION) $(PKG)_FILE := lzo-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://www.oberhumer.com/opensource/lzo/download/$($(PKG)_FILE) |