From 548f32bf57454122af9c745a6eb8fcd69995e6f4 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Fri, 12 Jul 2024 22:28:27 +0300 Subject: [PATCH] upgpkg: mattermost-plugin-calls 1:0.29.0-1 upstream release --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d84eaeff01c75..c41fe792eda90 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mattermost-plugin-calls pkgdesc = enables voice calling and screen sharing functionality in Mattermost channels - pkgver = 0.28.2 + pkgver = 0.29.0 pkgrel = 1 epoch = 1 url = https://github.com/mattermost/mattermost-plugin-calls @@ -8,10 +8,10 @@ pkgbase = mattermost-plugin-calls license = MIT makedepends = jq options = !strip - source = https://github.com/mattermost/mattermost-plugin-calls/releases/download/v0.28.2/mattermost-plugin-calls-v0.28.2-linux-amd64.tar.gz - source = https://github.com/mattermost/mattermost-plugin-calls/releases/download/v0.28.2/mattermost-plugin-calls-v0.28.2-linux-amd64.tar.gz.asc + source = https://github.com/mattermost/mattermost-plugin-calls/releases/download/v0.29.0/mattermost-plugin-calls-v0.29.0-linux-amd64.tar.gz + source = https://github.com/mattermost/mattermost-plugin-calls/releases/download/v0.29.0/mattermost-plugin-calls-v0.29.0-linux-amd64.tar.gz.asc validpgpkeys = C55881B80F69E863B85AD5D1D1B54B47A5CEFEC4 - sha256sums = d48baa7cdde523032c24a88ba655d42cf5f7087bcf16fefc53178d2da8de5fe6 + sha256sums = a98ef702390738645e8b7e7251896dc70cd96c2e822d7bb6103e455757f9af39 sha256sums = SKIP pkgname = mattermost-plugin-calls diff --git a/PKGBUILD b/PKGBUILD index 0839e61d56cc5..fd45b58bc3b4f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # the upstream generated binary version. pkgname=mattermost-plugin-calls -pkgver=0.28.2 +pkgver=0.29.0 pkgrel=1 epoch=1 pkgdesc='enables voice calling and screen sharing functionality in Mattermost channels' @@ -17,7 +17,7 @@ options=(!strip) _plugin="com.mattermost.${pkgname##*-}" _archive="$pkgname-v$pkgver-linux-amd64" source=("$url/releases/download/v$pkgver/$_archive.tar.gz"{,.asc}) -sha256sums=('d48baa7cdde523032c24a88ba655d42cf5f7087bcf16fefc53178d2da8de5fe6' +sha256sums=('a98ef702390738645e8b7e7251896dc70cd96c2e822d7bb6103e455757f9af39' 'SKIP') validpgpkeys=(C55881B80F69E863B85AD5D1D1B54B47A5CEFEC4) # Mattermost, Inc.