diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-22 16:19:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-22 16:19:01 +0000 |
commit | 84d50d9372c0244f455c1b23db67d5849f333696 (patch) | |
tree | cf40a6a29817a37d5575660bb2203f4a6573f47f | |
parent | 863203e6afc6f6e45735c09ecefb935e3bebf5b6 (diff) | |
download | aports-84d50d9372c0244f455c1b23db67d5849f333696.tar.bz2 aports-84d50d9372c0244f455c1b23db67d5849f333696.tar.xz |
testing/bluez: upgrade to 4.72
-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 6ccd95931..ce10aecce 100644 --- a/testing/bluez/APKBUILD +++ b/testing/bluez/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=bluez -pkgver=4.69 -pkgrel=2 +pkgver=4.72 +pkgrel=0 pkgdesc="Tools for the Bluetooth protocol stack" url="http://www.bluez.org/" license="GPL2" @@ -80,6 +80,6 @@ gstreamer() { mv "$pkgdir"/usr/lib/gstreamer* \ "$subpkgdir"/usr/lib/ } -md5sums="350568aa11a95eac6e56e9289ff1f91d bluez-4.69.tar.bz2 +md5sums="1e7e4261954275076479a08dbeae26ca bluez-4.72.tar.bz2 66408fb89b05e7ce7e61c4c3c356d2c6 bluetooth.initd a159d897a057f4675548327329c4cc22 bluetooth.confd" |