summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex J. Malozemoff2021-12-15 17:32:35 -0800
committerAlex J. Malozemoff2021-12-15 17:32:35 -0800
commit818afaba9657f031ec33f353c0142ddf449e7f11 (patch)
tree0fce9d8fa0c31c74f07d430f61e8c184859b98be
parent352ed5cba808d11bc9d3243d6222b49959dce52c (diff)
downloadaur-818afaba9657f031ec33f353c0142ddf449e7f11.tar.gz
version 50200.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74d6766db340..78725adc7377 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = matterhorn-bin
pkgdesc = A terminal-based chat client for MatterMost
- pkgver = 50200.14.0
+ pkgver = 50200.15.0
pkgrel = 1
url = https://github.com/matterhorn-chat/matterhorn
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = matterhorn-bin
depends = zlib
provides = matterhorn
conflicts = matterhorn
- source = https://github.com/matterhorn-chat/matterhorn/releases/download/50200.14.0/matterhorn-50200.14.0-ubuntu-18.04-bionic-x86_64.tar.bz2
+ source = https://github.com/matterhorn-chat/matterhorn/releases/download/50200.15.0/matterhorn-50200.15.0-ubuntu-18.04-bionic-x86_64.tar.bz2
source = LICENSE::https://raw.githubusercontent.com/matterhorn-chat/matterhorn/c911e2d828fd2147b1a3f618acf4727b5c18df61/LICENSE
- sha1sums = a2952d22033815628e98e94e767de2f4eead59b2
+ sha1sums = 20ca9316b00e80360ea747df311ca8e16a30f774
sha1sums = 41bd788816973ea1340759da722bac169d6dc746
pkgname = matterhorn-bin
diff --git a/PKGBUILD b/PKGBUILD
index e5af51f2a997..b1d7ec21af15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex J. Malozemoff <amaloz@galois.com>
pkgname=matterhorn-bin
-pkgver=50200.14.0
+pkgver=50200.15.0
pkgrel=1
pkgdesc="A terminal-based chat client for MatterMost"
arch=('x86_64')
@@ -11,7 +11,7 @@ conflicts=('matterhorn')
depends=('gmp' '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=('a2952d22033815628e98e94e767de2f4eead59b2'
+sha1sums=('20ca9316b00e80360ea747df311ca8e16a30f774'
'41bd788816973ea1340759da722bac169d6dc746')
package() {