mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
upgpkg: mattermost-plugin-calls 1:0.19.2-1
upstream release
This commit is contained in:
parent
b7d9731178
commit
a4c228a19e
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue