summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"