diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-23 18:07:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-23 18:07:58 +0000 |
commit | c399d539f0e3802194114d2566e8334951ffb146 (patch) | |
tree | 4ba11fc24226b1f0433c4f63a8de805197015bf9 /testing/bluez | |
parent | bcf54359e303890bb6148ccf6944e518649c49c7 (diff) | |
download | aports-c399d539f0e3802194114d2566e8334951ffb146.tar.bz2 aports-c399d539f0e3802194114d2566e8334951ffb146.tar.xz |
testing/bluez: upgrade to 4.69
Diffstat (limited to 'testing/bluez')
-rw-r--r-- | testing/bluez/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/bluez/APKBUILD b/testing/bluez/APKBUILD index b8a18a350e..2bf90aea96 100644 --- a/testing/bluez/APKBUILD +++ b/testing/bluez/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=bluez -pkgver=4.64 -pkgrel=1 +pkgver=4.69 +pkgrel=0 pkgdesc="Tools for the Bluetooth protocol stack" url="http://www.bluez.org/" license="GPL2" @@ -72,6 +72,6 @@ netlink() { "$subpkgdir"/usr/lib/bluetooth/plugins } -md5sums="d6e60bad937fe72b0bc77e327ee470b0 bluez-4.64.tar.bz2 +md5sums="350568aa11a95eac6e56e9289ff1f91d bluez-4.69.tar.bz2 66408fb89b05e7ce7e61c4c3c356d2c6 bluetooth.initd a159d897a057f4675548327329c4cc22 bluetooth.confd" |