diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-10 12:45:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-10 12:45:23 +0000 |
commit | 4b9b6d6846a505134c27dc2af1eaf6bb2803e31d (patch) | |
tree | c1ffabb2eee6de92e6d26dbb160871bc4e65b0c6 /testing | |
parent | 4b1d1a6c815628a146458869c2d47e9100debdcb (diff) | |
download | aports-4b9b6d6846a505134c27dc2af1eaf6bb2803e31d.tar.bz2 aports-4b9b6d6846a505134c27dc2af1eaf6bb2803e31d.tar.xz |
testing/bluez: upgrade to 4.89
Diffstat (limited to 'testing')
-rw-r--r-- | testing/bluez/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/bluez/APKBUILD b/testing/bluez/APKBUILD index 7e52619a7..158c7fcfa 100644 --- a/testing/bluez/APKBUILD +++ b/testing/bluez/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=bluez -pkgver=4.87 +pkgver=4.89 pkgrel=0 pkgdesc="Tools for the Bluetooth protocol stack" url="http://www.bluez.org/" @@ -73,6 +73,6 @@ gstreamer() { mv "$pkgdir"/usr/lib/gstreamer* \ "$subpkgdir"/usr/lib/ } -md5sums="390fe95ecf3d84375518098d2fed3a17 bluez-4.87.tar.bz2 +md5sums="e35936694cc745987ebce2053c51a840 bluez-4.89.tar.bz2 c511078403d7d27673581a8bb468b90b bluetooth.initd a159d897a057f4675548327329c4cc22 bluetooth.confd" |