upgpkg: mattermost-plugin-calls 1:0.21.1-1

upstream release
This commit is contained in:
Caleb Maclennan 2023-11-17 07:34:07 +03:00
parent 160e3f0ad7
commit c99f3315c1
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = mattermost-plugin-calls
pkgdesc = enables voice calling and screen sharing functionality in Mattermost channels
pkgver = 0.21.0
pkgver = 0.21.1
pkgrel = 1
epoch = 1
url = https://github.com/mattermost/mattermost-plugin-calls
@ -8,7 +8,7 @@ pkgbase = mattermost-plugin-calls
license = MIT
makedepends = jq
options = !strip
source = https://github.com/mattermost/mattermost-plugin-calls/releases/download/v0.21.0/com.mattermost.calls-0.21.0.tar.gz
sha256sums = c51320e7086444c9e75024a89858cf001ae11ef5d5fb1f30d7b6dcba0a8d7698
source = https://github.com/mattermost/mattermost-plugin-calls/releases/download/v0.21.1/com.mattermost.calls-0.21.1.tar.gz
sha256sums = 889968afdea492d0fd302f88122a5769a4797d1ea5a5eb0691f37b355f27e143
pkgname = mattermost-plugin-calls

View file

@ -5,7 +5,7 @@
# the upstream generated binary version.
pkgname=mattermost-plugin-calls
pkgver=0.21.0
pkgver=0.21.1
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="$_plugin-$pkgver"
source=("$url/releases/download/v$pkgver/$_archive.tar.gz")
sha256sums=('c51320e7086444c9e75024a89858cf001ae11ef5d5fb1f30d7b6dcba0a8d7698')
sha256sums=('889968afdea492d0fd302f88122a5769a4797d1ea5a5eb0691f37b355f27e143')
# 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