Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-dashboards-security-plugin
Commits:
bc252dde by Leonidas Spyropoulos at 2024-08-19T18:37:37+01:00
upgpkg: 2.16.0.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = opensearch-dashboards-security-plugin
pkgdesc = OpenSearch Dashboards Security Plugin
- pkgver = 2.15.0.0
+ pkgver = 2.16.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=2.15.0
+ depends = opensearch-dashboards=2.16.0
options = !strip
options = emptydirs
- source =
git+https://github.com/opensearch-project/security-dashboards-plugin.git#tag=2.15.0.0
- source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.15.0
- sha256sums =
8646e46863cd14314e6e1e88bf4fa9ed02a2ff4cf85dd96e0afd4000adb15ef5
- sha256sums =
8528ed81c9b2282472089e611a648b22f7f240e2244bddd1124cc03612cb45d8
+ source =
git+https://github.com/opensearch-project/security-dashboards-plugin.git#tag=2.16.0.0
+ source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.16.0
+ sha256sums =
a4c621cb73ea6365ca3afc93918de921e9c7908cae40345aa4d8fbf8d205169a
+ sha256sums =
461b77cc2acae8df36213d7b27b4719c28486ef96f8451ce1666c4a7dbe56103
pkgname = opensearch-dashboards-security-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname='opensearch-dashboards-security-plugin'
_pluginname='security-dashboards-plugin'
-pkgver=2.15.0.0
-_dashboardsver=2.15.0
+pkgver=2.16.0.0
+_dashboardsver=2.16.0
pkgrel=1
pkgdesc='OpenSearch Dashboards Security Plugin'
url='https://opensearch.org/docs/latest/security-plugin'
@@ -16,8 +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=('8646e46863cd14314e6e1e88bf4fa9ed02a2ff4cf85dd96e0afd4000adb15ef5'
- '8528ed81c9b2282472089e611a648b22f7f240e2244bddd1124cc03612cb45d8')
+sha256sums=('a4c621cb73ea6365ca3afc93918de921e9c7908cae40345aa4d8fbf8d205169a'
+ '461b77cc2acae8df36213d7b27b4719c28486ef96f8451ce1666c4a7dbe56103')
prepare() {
nodeVersion="$(node -v)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-security-plugin/-/commit/bc252dde58b5d6921a09b797a18ef75086046156
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-security-plugin/-/commit/bc252dde58b5d6921a09b797a18ef75086046156
You're receiving this email because of your account on gitlab.archlinux.org.