diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-12-04 19:52:12 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-12-04 19:52:12 (GMT) |
commit | dddcec05d0ea1abdeea08525e4a4c16efcc16295 (patch) | |
tree | 30af99c576dd22f4535df2cb0c9a4f19fd53379f | |
parent | 6ef491b13b74f7c5bc077f62eb027d3eb595d4f8 (diff) | |
download | linhes_pkgbuild-dddcec05d0ea1abdeea08525e4a4c16efcc16295.zip linhes_pkgbuild-dddcec05d0ea1abdeea08525e4a4c16efcc16295.tar.gz linhes_pkgbuild-dddcec05d0ea1abdeea08525e4a4c16efcc16295.tar.bz2 |
alsa-utils: update to 1.0.28
-rw-r--r-- | abs/core/alsa-utils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/alsa-utils/PKGBUILD b/abs/core/alsa-utils/PKGBUILD index 0ee6995..55a36a3 100644 --- a/abs/core/alsa-utils/PKGBUILD +++ b/abs/core/alsa-utils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 191710 2013-07-29 10:16:55Z tpowa $ +# $Id$ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=alsa-utils -pkgver=1.0.27.2 +pkgver=1.0.28 pkgrel=1 pkgdesc="An alternative implementation of Linux sound support" arch=('i686' 'x86_64') @@ -38,5 +38,5 @@ package() { # dir where to save ALSA state install -d ${pkgdir}/var/lib/alsa } -md5sums=('b65e9a04181bd7c9db7667a4566f8dc3' +md5sums=('361552d5b1cacd0a1e7ba09e69990211' '529216f6a46e61a546640e08ea7a0879') |