comparison src/dbus.mk @ 3799:d064c843c7c2

dbus: update to 1.9.10 * src/dbus.mk: update version, checksum
author John Donoghue
date Mon, 16 Feb 2015 14:06:56 -0500
parents 1efb792247bc
children 063188e5c625
comparison
equal deleted inserted replaced
3798:55db4f11528f 3799:d064c843c7c2
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.8.4 6 $(PKG)_VERSION := 1.9.10
7 $(PKG)_CHECKSUM := 316f1196312a88cc858ba810d4e5d16f70ab9d58 7 $(PKG)_CHECKSUM := a9741b6d017d6374c20bac2ea41262683b3e2386
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
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