diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-09-29 08:11:20 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-10-01 16:41:40 +0200 |
commit | 08c2dcd75987c192730e89d6f229c49e2a3571e9 (patch) | |
tree | 677702d1d10b868462681f9fdf9b35dfc7d95c8a /main/dbus/APKBUILD | |
parent | 50de7d785d5500a14ed00fa12e483e8ceaf4f06a (diff) | |
download | aports-08c2dcd75987c192730e89d6f229c49e2a3571e9.tar.bz2 aports-08c2dcd75987c192730e89d6f229c49e2a3571e9.tar.xz |
main/dbus: upgrade to 1.6.8
Diffstat (limited to 'main/dbus/APKBUILD')
-rw-r--r-- | main/dbus/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/dbus/APKBUILD b/main/dbus/APKBUILD index 800b7b3678..ee5e4bd5cb 100644 --- a/main/dbus/APKBUILD +++ b/main/dbus/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=dbus -pkgver=1.6.4 +pkgver=1.6.8 pkgrel=0 pkgdesc="Freedesktop.org message bus system" url="http://www.freedesktop.org/Software/dbus" @@ -56,5 +56,5 @@ x11() { mv "$pkgdir"/usr/bin/dbus-launch "$subpkgdir"/usr/bin/ } -md5sums="5ec43dc4554cba638917317b2b4f7640 dbus-1.6.4.tar.gz +md5sums="3bf059c7dd5eda5f539a1b7cfe7a14a2 dbus-1.6.8.tar.gz bc835765907698a95da8d8e5bf199378 dbus.initd" |