summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex J. Malozemoff2018-12-05 11:03:08 -0800
committerAlex J. Malozemoff2018-12-05 11:03:08 -0800
commit2a80a4738b260800e5f08e668db3bf908c9482d1 (patch)
tree95cac14310dabcc7d8bcf230fcd354c291531dd8
parent549a0ee23da403275f514801a42fa3f0a1f18dff (diff)
downloadaur-2a80a4738b260800e5f08e668db3bf908c9482d1.tar.gz
version 50200.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66a2dedc6d40..de9317c0411e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = matterhorn-bin
pkgdesc = A terminal-based chat client for MatterMost
- pkgver = 50200.0.0
- pkgrel = 2
+ pkgver = 50200.1.0
+ pkgrel = 1
url = https://github.com/matterhorn-chat/matterhorn
arch = x86_64
license = BSD
@@ -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.0.0/matterhorn-50200.0.0-ubuntu-x86_64.tar.bz2
+ source = https://github.com/matterhorn-chat/matterhorn/releases/download/50200.1.0/matterhorn-50200.1.0-ubuntu-x86_64.tar.bz2
source = LICENSE::https://github.com/matterhorn-chat/matterhorn/raw/master/LICENSE
- sha1sums = b5c3baa6b9de25b938da2624ec4631f6398d87ff
+ sha1sums = 22aff96508ce3d2a8aac507a9580b630b937ee1f
sha1sums = 42e13363365a1fed1318f9e7fadd8d1760e7ba95
pkgname = matterhorn-bin
diff --git a/PKGBUILD b/PKGBUILD
index af963aa27c90..eb737a656fd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex J. Malozemoff <amaloz@galois.com>
pkgname=matterhorn-bin
-pkgver=50200.0.0
-pkgrel=2
+pkgver=50200.1.0
+pkgrel=1
pkgdesc="A terminal-based chat client for MatterMost"
arch=('x86_64')
url="https://github.com/matterhorn-chat/matterhorn"
@@ -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-x86_64.tar.bz2"
"LICENSE::https://github.com/matterhorn-chat/matterhorn/raw/master/LICENSE")
-sha1sums=('b5c3baa6b9de25b938da2624ec4631f6398d87ff'
+sha1sums=('22aff96508ce3d2a8aac507a9580b630b937ee1f'
'42e13363365a1fed1318f9e7fadd8d1760e7ba95')
package() {