summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2018-04-12 20:36:50 +0200
committerDario Ostuni2018-04-12 20:36:50 +0200
commit6be6267bb0e251c20470d968265dbe45d07e3541 (patch)
treed8e6cc6eceadbdf0deecfd27f5ab832e07937792
parent07b33b45e60ae264db6ceeeeaf9f02e89ad681d9 (diff)
downloadaur-6be6267bb0e251c20470d968265dbe45d07e3541.tar.gz
Bump to version 0.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7083ef9be687..5de2d78b64dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jan 13 20:13:23 UTC 2016
+# Thu Apr 12 18:36:47 UTC 2018
pkgbase = mingw-w64-opusfile
pkgdesc = The opusfile library provides seeking, decode, and playback of Opus streams in the Ogg container.
- pkgver = 0.7
- pkgrel = 2
+ pkgver = 0.9
+ pkgrel = 1
url = http://www.opus-codec.org
arch = any
license = BSD
@@ -17,7 +17,7 @@ pkgbase = mingw-w64-opusfile
options = !strip
options = !buildflags
source = http://downloads.xiph.org/releases/opus/opusfile-0.7.tar.gz
- sha256sums = 9e2bed13bc729058591a0f1cab2505e8cfd8e7ac460bf10a78bcc3b125e7c301
+ sha384sums = b9ec8d7827a4549091d553a66a78017e767f8d731a281651560799b6409d5da27d0777152b4c624a3ca94f5a416aa56c
pkgname = mingw-w64-opusfile
diff --git a/PKGBUILD b/PKGBUILD
index e5f7b4ba0346..8c73761e5c82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dario Ostuni <another.code.996@gmail.com>
pkgname=mingw-w64-opusfile
-pkgver=0.7
-pkgrel=2
+pkgver=0.9
+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 mingw-w64-openssl)
options=(staticlibs !strip !buildflags)
source=("http://downloads.xiph.org/releases/opus/opusfile-0.7.tar.gz")
-sha256sums=("9e2bed13bc729058591a0f1cab2505e8cfd8e7ac460bf10a78bcc3b125e7c301")
+sha384sums=('b9ec8d7827a4549091d553a66a78017e767f8d731a281651560799b6409d5da27d0777152b4c624a3ca94f5a416aa56c')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"