summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex J. Malozemoff2020-01-16 08:54:26 -0800
committerAlex J. Malozemoff2020-01-16 08:54:26 -0800
commit13237c09675a9d069936683846e224435c7352b1 (patch)
tree8ebdb2c027ffe975c6d3e4a9a9a63eebd18664e2
parent1bffec56b4b4d50515b79338d3141a883243d4c1 (diff)
downloadaur-13237c09675a9d069936683846e224435c7352b1.tar.gz
version 50200.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d12c1e56eb1d..74fd927f5b8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = matterhorn-bin
pkgdesc = A terminal-based chat client for MatterMost
- pkgver = 50200.5.0
- pkgrel = 3
+ pkgver = 50200.6.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.5.0/matterhorn-50200.5.0-ubuntu-18.04-bionic-x86_64.tar.bz2
+ source = https://github.com/matterhorn-chat/matterhorn/releases/download/50200.6.0/matterhorn-50200.6.0-ubuntu-18.04-bionic-x86_64.tar.bz2
source = LICENSE::https://raw.githubusercontent.com/matterhorn-chat/matterhorn/c911e2d828fd2147b1a3f618acf4727b5c18df61/LICENSE
- sha1sums = e4e944725c131994ae408b42cdf8ca27e2d0ab0f
+ sha1sums = 227b11fd53efc6ad4848cc770145767a553845f9
sha1sums = 41bd788816973ea1340759da722bac169d6dc746
pkgname = matterhorn-bin
diff --git a/PKGBUILD b/PKGBUILD
index c2c8f997ae08..1e36267cafc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex J. Malozemoff <amaloz@galois.com>
pkgname=matterhorn-bin
-pkgver=50200.5.0
-pkgrel=3
+pkgver=50200.6.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-18.04-bionic-$CARCH.tar.bz2"
"LICENSE::https://raw.githubusercontent.com/matterhorn-chat/matterhorn/c911e2d828fd2147b1a3f618acf4727b5c18df61/LICENSE")
-sha1sums=('e4e944725c131994ae408b42cdf8ca27e2d0ab0f'
+sha1sums=('227b11fd53efc6ad4848cc770145767a553845f9'
'41bd788816973ea1340759da722bac169d6dc746')
package() {