summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Ostuni2018-06-15 09:02:29 +0200
committerDario Ostuni2018-06-15 09:02:29 +0200
commit604313dcde9e9185dbadc763aece4b988cac25b9 (patch)
treef898037543212e02c43723b005e39fcb74fa4a66 /PKGBUILD
parent6be6267bb0e251c20470d968265dbe45d07e3541 (diff)
downloadaur-604313dcde9e9185dbadc763aece4b988cac25b9.tar.gz
Bump to version 0.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c73761e5c82..a9aafc09e5fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dario Ostuni <another.code.996@gmail.com>
pkgname=mingw-w64-opusfile
-pkgver=0.9
+pkgver=0.10
pkgrel=1
pkgdesc="The opusfile library provides seeking, decode, and playback of Opus streams in the Ogg container."
arch=(any)
@@ -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.7.tar.gz")
-sha384sums=('b9ec8d7827a4549091d553a66a78017e767f8d731a281651560799b6409d5da27d0777152b4c624a3ca94f5a416aa56c')
+source=("http://downloads.xiph.org/releases/opus/opusfile-${pkgver}.tar.gz")
+sha384sums=('b491ecdf250b00298e0dc2b9d2e93d4f4d3bb0efc237902267f2b5db3bbc6c70ba12cb1af3d93cec7853a7b83b90388e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"