summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2a854749944..5937f93cf31b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 9 17:04:20 UTC 2016
+# Thu Jun 7 17:04:49 UTC 2018
pkgbase = mingw-w64-libvorbis
pkgdesc = Vorbis codec library (mingw-w64)
- pkgver = 1.3.5
+ pkgver = 1.3.6
pkgrel = 1
url = http://xiph.org
arch = any
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-libvorbis
options = !strip
options = !buildflags
options = staticlibs
- source = http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.5.tar.gz
- md5sums = 7220e089f3be3412a2317d6fde9e3944
+ source = http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.gz
+ sha256sums = 6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb
pkgname = mingw-w64-libvorbis
diff --git a/PKGBUILD b/PKGBUILD
index dbab28c0b27c..c3be8d38e204 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: naelstrof <naelstrof@gmail.com>
pkgname=mingw-w64-libvorbis
-pkgver=1.3.5
+pkgver=1.3.6
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)
-md5sums=('7220e089f3be3412a2317d6fde9e3944')
+sha256sums=('6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"