summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Tauro2023-04-21 15:17:05 +0200
committerToni Tauro2023-04-21 15:17:05 +0200
commit7d6bdf0016b64f2ea058abf055882bfdae5cba58 (patch)
tree713efe415f0220db613f85be8ed70035abfcb473
parent410eff52e9b529f67ad92debba2c0097c4895501 (diff)
downloadaur-7d6bdf0016b64f2ea058abf055882bfdae5cba58.tar.gz
chore(Update): 50200.18.0
Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9f6da9fcb44..0e00014ee919 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = matterhorn-bin
pkgdesc = A terminal-based chat client for MatterMost
- pkgver = 50200.17.0
+ pkgver = 50200.18.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.17.0/matterhorn-50200.17.0-ubuntu-22.04-jammy-x86_64.tar.bz2
+ source = https://github.com/matterhorn-chat/matterhorn/releases/download/50200.18.0/matterhorn-50200.18.0-ubuntu-22.04-jammy-x86_64.tar.bz2
source = LICENSE::https://raw.githubusercontent.com/matterhorn-chat/matterhorn/master/LICENSE
- sha1sums = 344c6cf44937a75f941da22eaa3b685a0babf377
+ sha1sums = 6b8be45df23f06daacca599129171a907893899f
sha1sums = 41bd788816973ea1340759da722bac169d6dc746
pkgname = matterhorn-bin
diff --git a/PKGBUILD b/PKGBUILD
index f53a3b2fe41e..cf0b82c36fd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex J. Malozemoff <amaloz@galois.com>
pkgname=matterhorn-bin
-pkgver=50200.17.0
+pkgver=50200.18.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-22.04-jammy-$CARCH.tar.bz2"
"LICENSE::https://raw.githubusercontent.com/matterhorn-chat/matterhorn/master/LICENSE")
-sha1sums=('344c6cf44937a75f941da22eaa3b685a0babf377'
+sha1sums=('6b8be45df23f06daacca599129171a907893899f'
'41bd788816973ea1340759da722bac169d6dc746')
package() {