diff --git a/.SRCINFO b/.SRCINFO index 5b942ef5b090c..4857de35cded1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index ca4bb3280ccef..47df950a9216d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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