diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-09-21 16:07:32 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-09-21 16:07:32 (GMT) |
commit | d6e16634b98954d6e6c33e2c95e38971ebd11bbb (patch) | |
tree | fb1cf1a9ad1f9325517954ffa9ea41f07e00cff7 | |
parent | 5611d117e2ca317ebdbf52f064e9b46b0ca4e3d1 (diff) | |
download | mxe-d6e16634b98954d6e6c33e2c95e38971ebd11bbb.zip mxe-d6e16634b98954d6e6c33e2c95e38971ebd11bbb.tar.gz mxe-d6e16634b98954d6e6c33e2c95e38971ebd11bbb.tar.bz2 |
xapian-core: update 1.2.19 --> 1.2.21
-rw-r--r-- | src/xapian-core.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xapian-core.mk b/src/xapian-core.mk index c12a404..eab181d 100644 --- a/src/xapian-core.mk +++ b/src/xapian-core.mk @@ -3,8 +3,8 @@ PKG := xapian-core $(PKG)_IGNORE := -$(PKG)_VERSION := 1.2.19 -$(PKG)_CHECKSUM := a8679cd0f708e32f2ec76bcdc198cd9fa2e1d65e +$(PKG)_VERSION := 1.2.21 +$(PKG)_CHECKSUM := 03f67df86f600f0b64ea62fd9b956f72b5dce933 $(PKG)_SUBDIR := xapian-core-$($(PKG)_VERSION) $(PKG)_FILE := xapian-core-$($(PKG)_VERSION).tar.xz $(PKG)_URL := http://oligarchy.co.uk/xapian/$($(PKG)_VERSION)/$($(PKG)_FILE) |