diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-10 21:05:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-10 21:05:01 +0200 |
commit | d032a6289a88beaf8f764564e0fd796c3edb2904 (patch) | |
tree | 5c8dc98ae4c9912edc3fe45b515a42173566774c /package | |
parent | c11e51e667c4a5cf49fa9eef8578539d9962f64d (diff) |
dbus: update to 1.10.20
Diffstat (limited to 'package')
-rw-r--r-- | package/dbus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/dbus/Makefile b/package/dbus/Makefile index c1d221fd0..c32a5fdcd 100644 --- a/package/dbus/Makefile +++ b/package/dbus/Makefile @@ -4,16 +4,16 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= dbus -PKG_VERSION:= 1.10.16 +PKG_VERSION:= 1.10.20 PKG_RELEASE:= 1 -PKG_HASH:= a7b0ba6ea3e8d0e08afec5e3030d0245614268276620c536726f8fa6e5c43388 +PKG_HASH:= e574b9780b5425fde4d973bb596e7ea0f09e00fe2edd662da9016e976c460b48 PKG_DESCR:= desktop bus daemon PKG_SECTION:= sys/misc PKG_DEPENDS:= libdbus libexpat PKG_BUILDDEP:= expat util-linux PKG_NEEDS:= threads PKG_URL:= http://dbus.freedesktop.org/ -PKG_SITES:= http://dbus.freedesktop.org/releases/dbus/ +PKG_SITES:= https://dbus.freedesktop.org/releases/dbus/ PKG_LIBNAME:= libdbus PKG_OPTS:= dev |