summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex J. Malozemoff2019-09-13 12:56:00 -0700
committerAlex J. Malozemoff2019-09-13 12:56:00 -0700
commite9170248874819d66ddd229c79a890db7997af27 (patch)
treee9144859aceb23c4a62e8774aba7a048bc6cec36
parent34e01c7160a1faf1023912ebc9fa2be9f3be52d0 (diff)
downloadaur-e9170248874819d66ddd229c79a890db7997af27.tar.gz
version 50200.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c79eff88daeb..3d4a70f5a4fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = matterhorn-bin
pkgdesc = A terminal-based chat client for MatterMost
- pkgver = 50200.4.0
+ pkgver = 50200.5.0
pkgrel = 1
url = https://github.com/matterhorn-chat/matterhorn
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = matterhorn-bin
provides = matterhorn-bin
conflicts = matterhorn
conflicts = matterhorn-git
- source = https://github.com/matterhorn-chat/matterhorn/releases/download/50200.4.0/matterhorn-50200.4.0-ubuntu-18.04-bionic-x86_64.tar.bz2
+ source = https://github.com/matterhorn-chat/matterhorn/releases/download/50200.5.0/matterhorn-50200.5.0-ubuntu-18.04-bionic-x86_64.tar.bz2
source = LICENSE::https://github.com/matterhorn-chat/matterhorn/raw/master/LICENSE
- sha1sums = 3a806502c2f17ce7306abd9ec6e8e186eeca4966
+ sha1sums = e4e944725c131994ae408b42cdf8ca27e2d0ab0f
sha1sums = 42e13363365a1fed1318f9e7fadd8d1760e7ba95
pkgname = matterhorn-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2503140fc37e..8283e473731c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex J. Malozemoff <amaloz@galois.com>
pkgname=matterhorn-bin
-pkgver=50200.4.0
+pkgver=50200.5.0
pkgrel=1
pkgdesc="A terminal-based chat client for MatterMost"
arch=('x86_64')
@@ -11,7 +11,7 @@ conflicts=('matterhorn' 'matterhorn-git')
depends=('gmp' 'libffi' 'ncurses5-compat-libs' 'zlib')
source=("https://github.com/matterhorn-chat/matterhorn/releases/download/${pkgver}/matterhorn-${pkgver}-ubuntu-18.04-bionic-x86_64.tar.bz2"
"LICENSE::https://github.com/matterhorn-chat/matterhorn/raw/master/LICENSE")
-sha1sums=('3a806502c2f17ce7306abd9ec6e8e186eeca4966'
+sha1sums=('e4e944725c131994ae408b42cdf8ca27e2d0ab0f'
'42e13363365a1fed1318f9e7fadd8d1760e7ba95')
package() {