From cfa652ade054c6939c7984e7a66cd686bea0bc63 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Fri, 18 May 2018 15:18:10 +0300 Subject: [PATCH] opusfile: Update to 0.9 --- mingw-w64-opusfile/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-opusfile/PKGBUILD b/mingw-w64-opusfile/PKGBUILD index a9393a7cf3..ea3ac3517b 100644 --- a/mingw-w64-opusfile/PKGBUILD +++ b/mingw-w64-opusfile/PKGBUILD @@ -3,7 +3,7 @@ _realname=opusfile pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=0.8 +pkgver=0.9 pkgrel=1 pkgdesc="Library for opening, seeking, and decoding .opus files (mingw-w64)" arch=('any') @@ -15,7 +15,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-libogg" makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config") options=('strip' 'staticlibs') source=("https://ftp.mozilla.org/pub/mozilla.org/opus/${_realname}-${pkgver}.tar.gz") -sha256sums=('2c231ed3cfaa1b3173f52d740e5bbd77d51b9dfecb87014b404917fba4b855a4') +sha256sums=('f75fb500e40b122775ac1a71ad80c4477698842a8fe9da4a1b4a1a9f16e4e979') prepare() { cd "${srcdir}/${_realname}-${pkgver}"