diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-06-22 13:59:40 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-06-22 13:59:40 (GMT) |
commit | eb31637d176c55eee6af4de3f20c292a046cfb54 (patch) | |
tree | 99adc6e53e28f684b796a79b1a8b12342f8830c1 | |
parent | 9da7a4327c6a0fb5eaef699040b8e05c5e2a6293 (diff) | |
parent | db336e917cc977f57c8d2de2caf476babd10e92d (diff) | |
download | mxe-eb31637d176c55eee6af4de3f20c292a046cfb54.zip mxe-eb31637d176c55eee6af4de3f20c292a046cfb54.tar.gz mxe-eb31637d176c55eee6af4de3f20c292a046cfb54.tar.bz2 |
Merge branch 'master' of github.com:mxe/mxe
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | src/vmime.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2220,7 +2220,7 @@ aptitude -t squeeze-backports install cmake yasm</pre> </tr> <tr> <td id="vmime-package">vmime</td> - <td id="vmime-version">eee80fc</td> + <td id="vmime-version">87f6acb</td> <td id="vmime-website"><a href="http://www.vmime.org/">VMime</a></td> </tr> <tr> diff --git a/src/vmime.mk b/src/vmime.mk index f38ff9d..56487fc 100644 --- a/src/vmime.mk +++ b/src/vmime.mk @@ -3,7 +3,7 @@ PKG := vmime $(PKG)_IGNORE := -$(PKG)_CHECKSUM := c4c2fdcba95c39f4ce84108a664bc842f51ecb48 +$(PKG)_CHECKSUM := d36f925e21f429c71bac40ac4ca1ec0a00c5299c $(PKG)_SUBDIR := kisli-vmime-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://github.com/kisli/vmime/tarball/$($(PKG)_VERSION)/$(PKG)_FILE |