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 9e693d4acfae..f722bb6476b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=mumble
pkgname=${_pkgname}-jack
-pkgver=1.2.16
+pkgver=1.2.17
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Mumble with support for JACK"
@@ -15,7 +15,7 @@ conflicts=("${_pkgname}")
url="http://mumble.info/"
source=("https://github.com/mumble-voip/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
"http://sourceforge.net/p/mumble/patches/_discuss/thread/1bfdbda2/a90e/attachment/mumble-jack-support.patch")
-md5sums=('58e7574af80e36e0b943df0e6a44d6ce'
+md5sums=('98a28c10cb607bb51f13e568db2b9570'
'03d89f5f4265de696505211984b969a0')
prepare() {