comparison src/dbus.mk @ 5096:70c623038cb0

* src/dbus.mk: update to v1.13.12
author John Donoghue
date Wed, 19 Jun 2019 16:23:12 -0400
parents 6be9d71c52b9
children 537b7f339baf
comparison
equal deleted inserted replaced
5095:dc8939737823 5096:70c623038cb0
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := dbus 4 PKG := dbus
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.13.10 6 $(PKG)_VERSION := 1.13.12
7 $(PKG)_CHECKSUM := 0b28f1e611ac043fba3318102f65fbade91457af 7 $(PKG)_CHECKSUM := 85e86694d14e872c3a83b79a0c60063f33baaba7
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := http://$(PKG).freedesktop.org/releases/$(PKG)/$($(PKG)_FILE) 10 $(PKG)_URL := http://$(PKG).freedesktop.org/releases/$(PKG)/$($(PKG)_FILE)
11 $(PKG)_DEPS := expat 11 $(PKG)_DEPS := expat
12 12