summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-05-20 20:13:25 +0300
committerCaleb Maclennan2024-05-20 20:13:25 +0300
commitac6763d5cfef51f5cc079d5851164cc530cf54a8 (patch)
treef08ed8ad189e536436d2e05cf75e6baf491d3435
parentc2c4b942cfaf0e62230d1ec17e9e68251984f119 (diff)
downloadaur-mattermost-plugin-gitlab.tar.gz
upgpkg: mattermost-plugin-gitlab 1.9.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 062f12d20aa5..0bc806a911de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mattermost-plugin-gitlab
pkgdesc = a GitLab plugin for Mattermost
- pkgver = 1.9.0
+ pkgver = 1.9.1
pkgrel = 1
url = https://mattermost.gitbook.io/plugin-gitlab
arch = x86_64
license = Apache2
makedepends = jq
options = !strip
- source = https://github.com/mattermost/mattermost-plugin-gitlab/releases/download/v1.9.0/com.github.manland.mattermost-plugin-gitlab-1.9.0.tar.gz
- sha256sums = 8d432489c070cbea568080b6ebd03d2c2636ad6110795ba8f80e62ece5a9e3b1
+ source = https://github.com/mattermost/mattermost-plugin-gitlab/releases/download/v1.9.1/com.github.manland.mattermost-plugin-gitlab-1.9.1.tar.gz
+ sha256sums = 2e6fffd6d1a78d7dd014e84b73b8fc7b5a8d4695dc643f708bd143fdb4d91637
pkgname = mattermost-plugin-gitlab
diff --git a/PKGBUILD b/PKGBUILD
index 0b739485f81c..b8b0c9df50e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_plugin=gitlab
pkgname=mattermost-plugin-$_plugin
-pkgver=1.9.0
+pkgver=1.9.1
pkgrel=1
pkgdesc='a GitLab plugin for Mattermost'
arch=(x86_64)
@@ -17,7 +17,7 @@ makedepends=(jq)
options=(!strip)
_archive="com.github.manland.$pkgname"
source=("$_url/releases/download/v$pkgver/$_archive-$pkgver.tar.gz")
-sha256sums=('8d432489c070cbea568080b6ebd03d2c2636ad6110795ba8f80e62ece5a9e3b1')
+sha256sums=('2e6fffd6d1a78d7dd014e84b73b8fc7b5a8d4695dc643f708bd143fdb4d91637')
# 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