Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-dashboards-alerting-plugin
Commits:
1cde443a by Leonidas Spyropoulos at 2026-02-14T13:58:35+00:00
upgpkg: 3.5.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = opensearch-dashboards-alerting-plugin
pkgdesc = OpenSearch Dashboards Alerting Plugin
- pkgver = 3.4.0.0
+ pkgver = 3.5.0.0
pkgrel = 1
url = https://opensearch.org/docs/latest/monitoring-plugins/alerting
arch = x86_64
@@ -9,14 +9,14 @@ pkgbase = opensearch-dashboards-alerting-plugin
makedepends = npm
makedepends = python
makedepends = git
- depends = opensearch-dashboards=3.4.0
+ depends = opensearch-dashboards=3.5.0
depends = opensearch-dashboards-notifications-plugin
depends = coffeescript
options = !strip
options = emptydirs
- source =
git+https://github.com/opensearch-project/alerting-dashboards-plugin.git#tag=3.4.0.0
- source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=3.4.0
- sha256sums =
31160c0212fe9ecc8a86d73083f0e65b772e669229e8320c50c8a883a2b6c836
- sha256sums =
b99d6edf20a7f16fae2bc6bca2dc1a09392e35961df40921781c819f70b9f321
+ source =
git+https://github.com/opensearch-project/alerting-dashboards-plugin.git#tag=3.5.0.0
+ source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=3.5.0
+ sha256sums =
3143fed59a3b26e7424126b95d06eb6e92ff4043cde580220acfbee2640308fc
+ sha256sums =
e8b318e1a695c72edec1b54c75c229b081c126a8e411516ab5657eab6e23b2de
pkgname = opensearch-dashboards-alerting-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname='opensearch-dashboards-alerting-plugin'
_pluginname='alerting-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 Alerting Plugin'
url='https://opensearch.org/docs/latest/monitoring-plugins/alerting'
@@ -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=('31160c0212fe9ecc8a86d73083f0e65b772e669229e8320c50c8a883a2b6c836'
- 'b99d6edf20a7f16fae2bc6bca2dc1a09392e35961df40921781c819f70b9f321')
+sha256sums=('3143fed59a3b26e7424126b95d06eb6e92ff4043cde580220acfbee2640308fc'
+ 'e8b318e1a695c72edec1b54c75c229b081c126a8e411516ab5657eab6e23b2de')
prepare() {
nodeVersion="$(node -v)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-alerting-plugin/-/commit/1cde443a3e8824f96eaae42324a1ed5d6be997bc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-alerting-plugin/-/commit/1cde443a3e8824f96eaae42324a1ed5d6be997bc
You're receiving this email because of your account on gitlab.archlinux.org.