upgpkg: mattermost-plugin-calls 1:0.16.0-1

upstream release
This commit is contained in:
Caleb Maclennan 2023-05-11 16:59:23 +03:00
parent 9a6ee795a9
commit 19b3ef099f
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.15.1
pkgver = 0.16.0
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.15.1/com.mattermost.calls-0.15.1.tar.gz
sha256sums = ad97a02dbcdc2adf560c2b9cc8ffca090adc836d9913d8dec85e764abed4bb21
source = https://github.com/mattermost/mattermost-plugin-calls/releases/download/v0.16.0/com.mattermost.calls-0.16.0.tar.gz
sha256sums = 1161f0f61b42bf30f271d8e8f84c84085db696adc44ebb25bbfd215017ba9e68
pkgname = mattermost-plugin-calls

View file

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