summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-08-17 19:57:09 +0200
committerMichel Zou2017-08-17 19:57:09 +0200
commitad8e2f678a88490dcb78f1a1bb649b94c4360e32 (patch)
treeed040f5d1cba04ea42cc34aace52883218c3560a
parent5d9b7279abcfede10b99d979f9db4c93c83e5ca3 (diff)
downloadaur-ad8e2f678a88490dcb78f1a1bb649b94c4360e32.tar.gz
1.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a029888b9d40..7faf58aac4a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 30 18:25:01 UTC 2017
+# Thu Aug 17 17:57:09 UTC 2017
pkgbase = mingw-w64-opus
pkgdesc = Codec designed for interactive speech and audio transmission over the Internet (mingw-w64)
- pkgver = 1.1.4
+ pkgver = 1.2.1
pkgrel = 1
url = http://www.opus-codec.org
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-opus
options = staticlibs
options = !strip
options = !buildflags
- source = http://downloads.us.xiph.org/releases/opus/opus-1.1.4.tar.gz
- md5sums = a2c09d995d0885665ff83b5df2505a5f
+ source = http://downloads.us.xiph.org/releases/opus/opus-1.2.1.tar.gz
+ md5sums = 54bc867f13066407bc7b95be1fede090
pkgname = mingw-w64-opus
diff --git a/PKGBUILD b/PKGBUILD
index 9941cb0c8449..7313d546b8d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-opus
-pkgver=1.1.4
+pkgver=1.2.1
pkgrel=1
pkgdesc="Codec designed for interactive speech and audio transmission over the Internet (mingw-w64)"
arch=(any)
@@ -9,7 +9,7 @@ makedepends=('mingw-w64-configure')
depends=('mingw-w64-crt')
options=('staticlibs' '!strip' '!buildflags')
source=("http://downloads.us.xiph.org/releases/opus/opus-$pkgver.tar.gz")
-md5sums=('a2c09d995d0885665ff83b5df2505a5f')
+md5sums=('54bc867f13066407bc7b95be1fede090')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"