summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ5lx2015-12-21 00:17:07 +0100
committerJ5lx2015-12-21 00:17:07 +0100
commitb1ef9a4224d634303f8a3924521b534b8609b0db (patch)
treed291fc8633b8c44c17e5216b1dc99504e67837a6
parente8b51d19f48d95c81bc2e8953d1fa832e6e54bee (diff)
downloadaur-b1ef9a4224d634303f8a3924521b534b8609b0db.tar.gz
1.2.12-1: New Version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a2294d478e3..c428d6a5bea1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 12 09:49:47 UTC 2015
+# Sun Dec 20 23:16:24 UTC 2015
pkgbase = mumble-jack
pkgdesc = Mumble with support for JACK
- pkgver = 1.2.11
+ pkgver = 1.2.12
pkgrel = 1
url = http://mumble.info/
install = mumble.install
@@ -26,9 +26,9 @@ pkgbase = mumble-jack
depends = gtk-update-icon-cache
provides = mumble
conflicts = mumble
- source = https://github.com/mumble-voip/mumble/releases/download/1.2.11/mumble-1.2.11.tar.gz
+ source = https://github.com/mumble-voip/mumble/releases/download/1.2.12/mumble-1.2.12.tar.gz
source = http://sourceforge.net/p/mumble/patches/_discuss/thread/1bfdbda2/a90e/attachment/mumble-jack-support.patch
- md5sums = bd1f15c6c8c8950e1d02452689759d38
+ md5sums = af3ac577622e3a539269af865fb265fd
md5sums = 03d89f5f4265de696505211984b969a0
pkgname = mumble-jack
diff --git a/PKGBUILD b/PKGBUILD
index 451d84847b50..660d7c067e0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=mumble
pkgname=${_pkgname}-jack
-pkgver=1.2.11
+pkgver=1.2.12
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Mumble with support for JACK"
@@ -16,7 +16,7 @@ install=mumble.install
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=('bd1f15c6c8c8950e1d02452689759d38'
+md5sums=('af3ac577622e3a539269af865fb265fd'
'03d89f5f4265de696505211984b969a0')
prepare() {