upgpkg: mattermost-plugin-calls 1:0.19.2-1

upstream release
This commit is contained in:
Caleb Maclennan 2023-10-03 00:46:34 +03:00
parent b7d9731178
commit a4c228a19e
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.19.1
pkgver = 0.19.2
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.19.1/com.mattermost.calls-0.19.1.tar.gz
sha256sums = 6c37e5685da469aba6d7d8ddf7ab1de9bf712b75bdf6a53650b05654cd2da398
source = https://github.com/mattermost/mattermost-plugin-calls/releases/download/v0.19.2/com.mattermost.calls-0.19.2.tar.gz
sha256sums = 60b4e90ad32c8fb00869a1dbe637667f81fbcd4134bb30c4f955f625ff076cfb
pkgname = mattermost-plugin-calls

View file

@ -5,7 +5,7 @@
# the upstream generated binary version.
pkgname=mattermost-plugin-calls
pkgver=0.19.1
pkgver=0.19.2
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=('6c37e5685da469aba6d7d8ddf7ab1de9bf712b75bdf6a53650b05654cd2da398')
sha256sums=('60b4e90ad32c8fb00869a1dbe637667f81fbcd4134bb30c4f955f625ff076cfb')
# 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