mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 16:07:13 +08:00
libsndfile: update to 1.0.28 to fix security issues
This commit is contained in:
parent
17d1529b9a
commit
de46bdfa19
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user