summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8cf3981124a..e0523eb85e28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dario Ostuni <another.code.996@gmail.com>
pkgname=mingw-w64-opusfile
-pkgver=0.10
-pkgrel=2
+pkgver=0.11
+pkgrel=1
pkgdesc="The opusfile library provides seeking, decode, and playback of Opus streams in the Ogg container."
arch=(any)
url="http://www.opus-codec.org"
@@ -10,7 +10,7 @@ makedepends=(mingw-w64-gcc mingw-w64-pkg-config)
depends=(mingw-w64-crt mingw-w64-opus mingw-w64-libogg)
options=(staticlibs !strip !buildflags)
source=("http://downloads.xiph.org/releases/opus/opusfile-${pkgver}.tar.gz")
-sha384sums=('b491ecdf250b00298e0dc2b9d2e93d4f4d3bb0efc237902267f2b5db3bbc6c70ba12cb1af3d93cec7853a7b83b90388e')
+sha384sums=('8885d67090b6b5edf4c6c57611e2f37b72ba325255052a2e7cb89d15d9e190cf132be00e41b1140322be579d06e2e13f')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"