Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-dashboards-security-plugin
Commits:
b29d2a33 by Leonidas Spyropoulos at 2025-07-01T23:20:49+01:00
upgpkg: 3.1.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = opensearch-dashboards-security-plugin
pkgdesc = OpenSearch Dashboards Security Plugin
- pkgver = 3.0.0.0
+ pkgver = 3.1.0.0
pkgrel = 1
url = https://opensearch.org/docs/latest/security-plugin
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = opensearch-dashboards-security-plugin
makedepends = npm
makedepends = python
makedepends = git
- depends = opensearch-dashboards=3.0.0
+ depends = opensearch-dashboards=3.1.0
options = !strip
options = emptydirs
- source =
git+https://github.com/opensearch-project/security-dashboards-plugin.git#tag=3.0.0.0
- source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=3.0.0
- sha256sums =
f24127ead8f972671f41978bf42caba544047c167da8dac2e8c08a92b8e8146a
- sha256sums =
5d3e0b9b92e4dd3d7267ea5941c2d41f52c90db19d3faea9566f6c0a37006161
+ source =
git+https://github.com/opensearch-project/security-dashboards-plugin.git#tag=3.1.0.0
+ source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=3.1.0
+ sha256sums =
83051b58c5b52d12b35c60434d5cdab75dd2d4814032af8afa9657aae68834b8
+ sha256sums =
8756ba3ab17ffcf41a3ea94adda9773c593416ea84d201a33aa66b2db3a5a2c7
pkgname = opensearch-dashboards-security-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname='opensearch-dashboards-security-plugin'
_pluginname='security-dashboards-plugin'
-pkgver=3.0.0.0
-_dashboardsver=3.0.0
+pkgver=3.1.0.0
+_dashboardsver=3.1.0
pkgrel=1
pkgdesc='OpenSearch Dashboards Security Plugin'
url='https://opensearch.org/docs/latest/security-plugin'
@@ -16,9 +16,8 @@ source=(
"git+https://github.com/opensearch-project/${_pluginname}.git#tag=${pkgver}"
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver}"
)
-sha256sums=('f24127ead8f972671f41978bf42caba544047c167da8dac2e8c08a92b8e8146a'
- '5d3e0b9b92e4dd3d7267ea5941c2d41f52c90db19d3faea9566f6c0a37006161'
-)
+sha256sums=('83051b58c5b52d12b35c60434d5cdab75dd2d4814032af8afa9657aae68834b8'
+ '8756ba3ab17ffcf41a3ea94adda9773c593416ea84d201a33aa66b2db3a5a2c7')
prepare() {
nodeVersion="$(node -v)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-security-plugin/-/commit/b29d2a3301feb97db3590fe080766aa9eb322392
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-security-plugin/-/commit/b29d2a3301feb97db3590fe080766aa9eb322392
You're receiving this email because of your account on gitlab.archlinux.org.