summaryrefslogtreecommitdiffstats
path: root/src/vmime.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2015-10-12 08:49:45 (GMT)
committerMark Brand <mabrand@mabrand.nl>2015-10-12 08:49:49 (GMT)
commit07551c5c7c0e0319e46036bfbbd34b85f3cafb9a (patch)
tree2387fda6062364d548fa8f0e8beeb4a285ae6ff3 /src/vmime.mk
parentbe0ce5f6f60759657333472a4b87c41f39b6e8a6 (diff)
downloadmxe-07551c5c7c0e0319e46036bfbbd34b85f3cafb9a.zip
mxe-07551c5c7c0e0319e46036bfbbd34b85f3cafb9a.tar.gz
mxe-07551c5c7c0e0319e46036bfbbd34b85f3cafb9a.tar.bz2
vmime: fix update macro
The subdir and filename are based on the first 7 characters of the sha1, so it's convenient to treat this as the version.
Diffstat (limited to 'src/vmime.mk')
-rw-r--r--src/vmime.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmime.mk b/src/vmime.mk
index b39dce1..7748ea4 100644
--- a/src/vmime.mk
+++ b/src/vmime.mk
@@ -10,7 +10,7 @@ $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://github.com/kisli/vmime/tarball/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc gnutls libgsasl pthreads zlib
-$(PKG)_UPDATE = $(call MXE_GET_GITHUB_SHA, kisli/vmime, master)
+$(PKG)_UPDATE = $(call MXE_GET_GITHUB_SHA, kisli/vmime, master) | $(SED) 's/^\(.......\).*/\1/;'
define $(PKG)_BUILD
# The following hint is probably needed for ICU: