summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Singer2016-09-25 23:39:18 +0200
committerFelix Singer2016-09-25 23:39:18 +0200
commit61dcaf3e5a8537c5fae0920b5ff738e3f96544ef (patch)
tree840f249ed40eb43e20853a27f65ddbf0930a6181
parentb8b7129fbe41f0b6ffa6d3f42afd1559c29fe35e (diff)
downloadaur-61dcaf3e5a8537c5fae0920b5ff738e3f96544ef.tar.gz
Update version to 1.2.17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cf036cfdaaa..ad5f7b431983 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mumble-stable-minimal
pkgdesc = Mumble stable without Text2Speech and Overlay
- pkgver = 1.2.16
+ pkgver = 1.2.17
pkgrel = 1
url = http://mumble.info/
arch = i686
@@ -19,10 +19,10 @@ pkgbase = mumble-stable-minimal
depends = jack
depends = opus
depends = xdg-utils
- provides = mumble=1.2.16
+ provides = mumble=1.2.17
conflicts = mumble
- source = https://github.com/mumble-voip/mumble/releases/download/1.2.16/mumble-1.2.16.tar.gz
- md5sums = 58e7574af80e36e0b943df0e6a44d6ce
+ source = https://github.com/mumble-voip/mumble/releases/download/1.2.17/mumble-1.2.17.tar.gz
+ md5sums = 98a28c10cb607bb51f13e568db2b9570
pkgname = mumble-stable-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 180323e73ef7..ba82bed148a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=mumble
pkgname=${_pkgname}-stable-minimal
-pkgver=1.2.16
+pkgver=1.2.17
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Mumble stable without Text2Speech and Overlay"
@@ -13,7 +13,7 @@ provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
url="http://mumble.info/"
source=("https://github.com/mumble-voip/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('58e7574af80e36e0b943df0e6a44d6ce')
+md5sums=('98a28c10cb607bb51f13e568db2b9570')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"