comparison src/dbus.mk @ 4012:532c19b04f17

dbus: update to v1.9.20
author John Donoghue
date Wed, 12 Aug 2015 08:08:49 -0400
parents 063188e5c625
children 57fdbbe97ab5
comparison
equal deleted inserted replaced
4011:3b5c1bab1012 4012:532c19b04f17
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.9.18 6 $(PKG)_VERSION := 1.9.20
7 $(PKG)_CHECKSUM := b4d1c2870ff3fd9e25c482a24394cb0a20c40ee1 7 $(PKG)_CHECKSUM := a80fafb0252c6fc17ff7498ad7d4d7cdd7e715a4
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