summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Bart2020-09-08 14:59:39 -0300
committerEduardo Bart2020-09-08 14:59:39 -0300
commit737d55d3700f9a66da7504c0b83a9a542e8e9348 (patch)
treec5b621767617f133f6b087d6ec4f79b4e8d5a22e
parent8d737ed1c2a879b2ecbea719aca0fbffdef4694c (diff)
downloadaur-737d55d3700f9a66da7504c0b83a9a542e8e9348.tar.gz
1.3.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5937f93cf31b..70e2965e3821 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Jun 7 17:04:49 UTC 2018
pkgbase = mingw-w64-libvorbis
pkgdesc = Vorbis codec library (mingw-w64)
- pkgver = 1.3.6
+ pkgver = 1.3.7
pkgrel = 1
url = http://xiph.org
arch = any
@@ -13,8 +11,8 @@ pkgbase = mingw-w64-libvorbis
options = !strip
options = !buildflags
options = staticlibs
- source = http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.gz
- sha256sums = 6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb
+ source = http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.7.tar.gz
+ sha256sums = 0e982409a9c3fc82ee06e08205b1355e5c6aa4c36bca58146ef399621b0ce5ab
pkgname = mingw-w64-libvorbis
diff --git a/PKGBUILD b/PKGBUILD
index c3be8d38e204..cdcff2f0ab67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: naelstrof <naelstrof@gmail.com>
pkgname=mingw-w64-libvorbis
-pkgver=1.3.6
+pkgver=1.3.7
pkgrel=1
pkgdesc="Vorbis codec library (mingw-w64)"
arch=(any)
@@ -10,7 +10,7 @@ depends=('mingw-w64-libogg' 'mingw-w64-crt')
makedepends=('mingw-w64-configure')
options=(!strip !buildflags staticlibs)
source=(http://downloads.xiph.org/releases/vorbis/libvorbis-${pkgver}.tar.gz)
-sha256sums=('6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb')
+sha256sums=('0e982409a9c3fc82ee06e08205b1355e5c6aa4c36bca58146ef399621b0ce5ab')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"