upgpkg: mattermost-plugin-calls 1:0.26.0-2

This commit is contained in:
Caleb Maclennan 2024-04-11 00:13:19 +03:00
parent 3537fbc48f
commit 9b47585d5b
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = mattermost-plugin-calls
pkgdesc = enables voice calling and screen sharing functionality in Mattermost channels
pkgver = 0.26.0
pkgrel = 1
pkgrel = 2
epoch = 1
url = https://github.com/mattermost/mattermost-plugin-calls
arch = x86_64
@ -9,6 +9,6 @@ pkgbase = mattermost-plugin-calls
makedepends = jq
options = !strip
source = https://github.com/mattermost/mattermost-plugin-calls/releases/download/v0.26.0/com.mattermost.calls-0.26.0.tar.gz
sha256sums = d53e77951ad9f1dd3e940654834009cc65cf1438332aa828db713964a9fc56e0
sha256sums = fccfc70fc7239ba926a28f88659a9585208b507802b8287d20e56b785608a21a
pkgname = mattermost-plugin-calls

View file

@ -6,7 +6,7 @@
pkgname=mattermost-plugin-calls
pkgver=0.26.0
pkgrel=1
pkgrel=2
epoch=1
pkgdesc='enables voice calling and screen sharing functionality in Mattermost channels'
arch=(x86_64)
@ -17,7 +17,7 @@ options=(!strip)
_plugin="com.mattermost.${pkgname##*-}"
_archive="$_plugin-$pkgver"
source=("$url/releases/download/v$pkgver/$_archive.tar.gz")
sha256sums=('d53e77951ad9f1dd3e940654834009cc65cf1438332aa828db713964a9fc56e0')
sha256sums=('fccfc70fc7239ba926a28f88659a9585208b507802b8287d20e56b785608a21a')
# BEGIN boilerplate mattermost plugin version clamping, see also other packages in group
# 1. Call respective function helper in package() *after* cd'ing to the source directory