summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2016-01-10 21:43:50 +0100
committerDario Ostuni2016-01-10 21:43:50 +0100
commitf312f831d0f100555164788e970ab4d1872de827 (patch)
tree9bee31ce6daf2e4070e4a9b9f122dbf737cf1e1c
parentb6d658e5e81e36f57e2b75e1b956452ccc99b221 (diff)
downloadaur-f312f831d0f100555164788e970ab4d1872de827.tar.gz
Updated version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b42e3c005753..bafd25828690 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 3 00:54:04 UTC 2016
+# Sun Jan 10 20:43:17 UTC 2016
pkgbase = mingw-w64-opusfile
pkgdesc = The opusfile library provides seeking, decode, and playback of Opus streams in the Ogg container.
pkgver = 0.6
@@ -16,8 +16,8 @@ pkgbase = mingw-w64-opusfile
options = staticlibs
options = !strip
options = !buildflags
- source = http://downloads.xiph.org/releases/opus/opusfile-0.6.tar.gz
- sha256sums = 2428717b356e139f18ed2fdb5ad990b5654a238907a0058200b39c46a7d03ea6
+ source = http://downloads.xiph.org/releases/opus/opusfile-0.7.tar.gz
+ sha256sums = 9e2bed13bc729058591a0f1cab2505e8cfd8e7ac460bf10a78bcc3b125e7c301
pkgname = mingw-w64-opusfile
diff --git a/PKGBUILD b/PKGBUILD
index 2a3b532e053e..3bcc1388082b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ license=("BSD")
makedepends=(mingw-w64-gcc mingw-w64-pkg-config)
depends=(mingw-w64-crt mingw-w64-opus mingw-w64-libogg mingw-w64-openssl)
options=(staticlibs !strip !buildflags)
-source=("http://downloads.xiph.org/releases/opus/opusfile-0.6.tar.gz")
-sha256sums=("2428717b356e139f18ed2fdb5ad990b5654a238907a0058200b39c46a7d03ea6")
+source=("http://downloads.xiph.org/releases/opus/opusfile-0.7.tar.gz")
+sha256sums=("9e2bed13bc729058591a0f1cab2505e8cfd8e7ac460bf10a78bcc3b125e7c301")
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"