comparison src/dbus.mk @ 5070:6be9d71c52b9

* src/dbus.mk: update to v1.13.10
author John Donoghue
date Fri, 17 May 2019 08:30:44 -0400
parents 4c5a70572b2b
children 70c623038cb0
comparison
equal deleted inserted replaced
5069:75068ddff45a 5070:6be9d71c52b9
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.8 6 $(PKG)_VERSION := 1.13.10
7 $(PKG)_CHECKSUM := 6e9a99e0140f71800c1ed6283af80c26f7e3f39b 7 $(PKG)_CHECKSUM := 0b28f1e611ac043fba3318102f65fbade91457af
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