summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e75b9c2dc510..e9d5f6e12169 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jul 4 12:34:07 UTC 2018
+# Wed Sep 19 12:40:31 UTC 2018
pkgbase = mingw-w64-opusfile
pkgdesc = The opusfile library provides seeking, decode, and playback of Opus streams in the Ogg container.
- pkgver = 0.10
- pkgrel = 2
+ pkgver = 0.11
+ pkgrel = 1
url = http://www.opus-codec.org
arch = any
license = BSD
@@ -15,8 +15,8 @@ pkgbase = mingw-w64-opusfile
options = staticlibs
options = !strip
options = !buildflags
- source = http://downloads.xiph.org/releases/opus/opusfile-0.10.tar.gz
- sha384sums = b491ecdf250b00298e0dc2b9d2e93d4f4d3bb0efc237902267f2b5db3bbc6c70ba12cb1af3d93cec7853a7b83b90388e
+ source = http://downloads.xiph.org/releases/opus/opusfile-0.11.tar.gz
+ sha384sums = 8885d67090b6b5edf4c6c57611e2f37b72ba325255052a2e7cb89d15d9e190cf132be00e41b1140322be579d06e2e13f
pkgname = mingw-w64-opusfile
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"