diff options
author | Mark Brand <mabrand@mabrand.nl> | 2018-02-09 22:12:59 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2018-02-09 22:12:59 (GMT) |
commit | a352477bee6e2bf0a94525ae18dbf95d67728292 (patch) | |
tree | 71a85da615a76ddf297479bdffb22a394860b8ac /src/dbus.mk | |
parent | 1b7d2e0562f2ec93848f536d2a9d4cd414356d9e (diff) | |
download | mxe-a352477bee6e2bf0a94525ae18dbf95d67728292.zip mxe-a352477bee6e2bf0a94525ae18dbf95d67728292.tar.gz mxe-a352477bee6e2bf0a94525ae18dbf95d67728292.tar.bz2 |
update dbus
Diffstat (limited to 'src/dbus.mk')
-rw-r--r-- | src/dbus.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dbus.mk b/src/dbus.mk index aa7a958..7fec1d4 100644 --- a/src/dbus.mk +++ b/src/dbus.mk @@ -3,8 +3,8 @@ PKG := dbus $(PKG)_WEBSITE := https://dbus.freedesktop.org/ $(PKG)_IGNORE := -$(PKG)_VERSION := 1.12.2 -$(PKG)_CHECKSUM := 272bb5091770b047c8188b926d5e6038fa4fe6745488b2add96b23e2d9a83d88 +$(PKG)_VERSION := 1.13.0 +$(PKG)_CHECKSUM := 837abf414c0cdac4c8586ea6f93a999446470b10abcfeefe19ed8a7921854d2e $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://$(PKG).freedesktop.org/releases/$(PKG)/$($(PKG)_FILE) |