libsndfile: update to 1.0.28 to fix security issues

This commit is contained in:
Jeff Huang 2017-04-10 00:31:01 +01:00
parent 17d1529b9a
commit de46bdfa19

View File

@ -1,6 +1,6 @@
# Please remember lib32 counterpart
pkgname=libsndfile
pkgver=1.0.26
pkgver=1.0.28
pkgrel=1
pkgdesc="A C library for reading and writing files containing sampled sound"
arch=('x86_64')
@ -9,7 +9,7 @@ license=('LGPL')
depends=('alsa-lib' 'flac' 'libvorbis')
options=('!libtool')
source=("http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz")
md5sums=('ec810a0c60c08772a8a5552704b63393')
md5sums=('646b5f98ce89ac60cdb060fcd398247c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"