summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Singer2016-12-15 00:10:54 +0100
committerFelix Singer2016-12-15 00:10:54 +0100
commit79485df66af1bc8d236eb54d7b413553b546a1bc (patch)
tree06a9b70d75a45da11362efbf70d19500c74d5bbd
parentb1b8c511a1dd7517dceb966a37188c8524e31590 (diff)
downloadaur-79485df66af1bc8d236eb54d7b413553b546a1bc.tar.gz
Update to version 1.2.18
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5640935cf52e..cc67feea3e76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mumble-stable-minimal
pkgdesc = Mumble is an open source voice chat application similar to TeamSpeak. This release doesn't include Text2Speech, Overlay and several plugins.
- pkgver = 1.2.17
- pkgrel = 2
+ pkgver = 1.2.18
+ pkgrel = 1
url = https://mumble.info
arch = i686
arch = x86_64
@@ -19,10 +19,10 @@ pkgbase = mumble-stable-minimal
depends = jack
depends = opus
depends = xdg-utils
- provides = mumble=1.2.17
+ provides = mumble=1.2.18
conflicts = mumble
- source = https://github.com/mumble-voip/mumble/releases/download/1.2.17/mumble-1.2.17.tar.gz
- sha512sums = 03cb0a2048d42bd480741e0580cb4bf6961d607d6cf9b620434aea87ac0cd7cdbfae33863b71821ac8b931300df490ae5436f3c8098d6a5f37dd1eab0fb34dbe
+ source = https://github.com/mumble-voip/mumble/releases/download/1.2.18/mumble-1.2.18.tar.gz
+ sha512sums = bd8b10cb34733d566fd6aae2410e8fe5f098efe5c5b106f569112d4e5205d8a045d43a0adc02a7a9d3e16b15e3515d908784596f293a7e2972fba20830161074
pkgname = mumble-stable-minimal
diff --git a/PKGBUILD b/PKGBUILD
index b205d0d799e9..41b8e0d717cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=mumble
pkgname=${_pkgname}-stable-minimal
-pkgver=1.2.17
-pkgrel=2
+pkgver=1.2.18
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Mumble is an open source voice chat application similar to TeamSpeak. This release doesn't include Text2Speech, Overlay and several plugins."
license=('BSD')
@@ -13,7 +13,7 @@ provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
url="https://mumble.info"
source=("https://github.com/mumble-voip/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha512sums=('03cb0a2048d42bd480741e0580cb4bf6961d607d6cf9b620434aea87ac0cd7cdbfae33863b71821ac8b931300df490ae5436f3c8098d6a5f37dd1eab0fb34dbe')
+sha512sums=('bd8b10cb34733d566fd6aae2410e8fe5f098efe5c5b106f569112d4e5205d8a045d43a0adc02a7a9d3e16b15e3515d908784596f293a7e2972fba20830161074')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"