Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-dashboards-observability-plugin
Commits:
134915a7 by Leonidas Spyropoulos at 2026-02-14T12:11:00+00:00
upgpkg: 3.5.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = opensearch-dashboards-observability-plugin
pkgdesc = OpenSearch Dashboards Observability Plugin
- pkgver = 3.4.0.0
+ pkgver = 3.5.0.0
pkgrel = 1
url = https://docs.opensearch.org/latest/observing-your-data/
arch = x86_64
@@ -9,13 +9,13 @@ pkgbase = opensearch-dashboards-observability-plugin
makedepends = npm
makedepends = python
makedepends = git
- depends = opensearch-dashboards=3.4.0
+ depends = opensearch-dashboards=3.5.0
depends = gnuplot
options = !strip
options = emptydirs
- source =
git+https://github.com/opensearch-project/dashboards-observability.git#tag=3.4.0.0
- source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=3.4.0
- sha256sums =
54c67ec12abd99a361593acce06604093dd5f62c7ca04aa45928552144e6a9d5
- sha256sums =
b99d6edf20a7f16fae2bc6bca2dc1a09392e35961df40921781c819f70b9f321
+ source =
git+https://github.com/opensearch-project/dashboards-observability.git#tag=3.5.0.0
+ source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=3.5.0
+ sha256sums =
5a4fcacc096b9f1e4c25b41a22cc0cb958ff5be4cba72c771730530bf880f4fd
+ sha256sums =
e8b318e1a695c72edec1b54c75c229b081c126a8e411516ab5657eab6e23b2de
pkgname = opensearch-dashboards-observability-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname='opensearch-dashboards-observability-plugin'
_pluginname='observability-dashboards-plugin'
-pkgver=3.4.0.0
-_dashboardsver=3.4.0
+pkgver=3.5.0.0
+_dashboardsver=3.5.0
pkgrel=1
pkgdesc='OpenSearch Dashboards Observability Plugin'
url='https://docs.opensearch.org/latest/observing-your-data/'
@@ -16,8 +16,8 @@ source=(
"git+https://github.com/opensearch-project/dashboards-observability.git#tag=${pkgver}"
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver}"
)
-sha256sums=('54c67ec12abd99a361593acce06604093dd5f62c7ca04aa45928552144e6a9d5'
- 'b99d6edf20a7f16fae2bc6bca2dc1a09392e35961df40921781c819f70b9f321')
+sha256sums=('5a4fcacc096b9f1e4c25b41a22cc0cb958ff5be4cba72c771730530bf880f4fd'
+ 'e8b318e1a695c72edec1b54c75c229b081c126a8e411516ab5657eab6e23b2de')
prepare() {
nodeVersion="$(node -v)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-observability-plugin/-/commit/134915a760c1498f4e33b51c1b6875b57420d1b1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-observability-plugin/-/commit/134915a760c1498f4e33b51c1b6875b57420d1b1
You're receiving this email because of your account on gitlab.archlinux.org.