diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-09-29 23:12:40 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-09-30 22:43:59 +0200 |
commit | a4ec0aa5272dbabe4a6048b5bf3eccabf15ef11e (patch) | |
tree | 1a067faa6a582a11e4fdbbbc7db88d7b03334afb /tools/mm-macros | |
parent | 85d93b67af31eb709578b12820f56e48c66821a6 (diff) | |
download | upstream-a4ec0aa5272dbabe4a6048b5bf3eccabf15ef11e.tar.gz upstream-a4ec0aa5272dbabe4a6048b5bf3eccabf15ef11e.tar.bz2 upstream-a4ec0aa5272dbabe4a6048b5bf3eccabf15ef11e.zip |
tools/mm-macros: Update to 0.9.11
Update mm-macros to 0.9.11
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/mm-macros')
-rw-r--r-- | tools/mm-macros/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mm-macros/Makefile b/tools/mm-macros/Makefile index a8a7bc137f..d8f4a520b2 100644 --- a/tools/mm-macros/Makefile +++ b/tools/mm-macros/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mm-macros -PKG_VERSION:=0.9.10 +PKG_VERSION:=0.9.11 PKG_SOURCE_URL:=@GNOME/mm-common/0.9 PKG_SOURCE:=mm-common-$(PKG_VERSION).tar.xz -PKG_HASH:=16c0e2bc196b67fbc145edaecb5dbe5818386504fe5703de27002d77140fa217 +PKG_HASH:=20d1e7466ca4c83c92e29f9e8dfcc8e5721fdf1337f53157bed97be3b73b32a8 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/mm-common-$(PKG_VERSION) |