diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-12-25 23:51:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-25 23:51:32 +0100 |
commit | 13f713d08556e08e2e46a725865b3c2bd9022dd5 (patch) | |
tree | 78a073cf649a238322a0319bdf3cea118d90b8c1 /utils/dbus | |
parent | c849172949ce29b07d45e5555caf552f433e2535 (diff) |
utils/dbus: Update to 1.12.12
Update dbus to 1.12.12
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'utils/dbus')
-rw-r--r-- | utils/dbus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index 196d1aa8a..107dda6c0 100644 --- a/utils/dbus/Makefile +++ b/utils/dbus/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dbus -PKG_VERSION:=1.12.10 +PKG_VERSION:=1.12.12 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://dbus.freedesktop.org/releases/dbus/ -PKG_HASH:=4b693d24976258c3f2fa9cc33ad9288c5fbfa7a16481dbd9a8a429f7aa8cdcf7 +PKG_HASH:=9546f226011a1e5d9d77245fe5549ef25af4694053189d624d0d6ac127ecf5f8 PKG_MAINTAINER:= PKG_LICENSE:=AFL-2.1 |