Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-dashboards-alerting-plugin
Commits:
8b63b595 by Leonidas Spyropoulos at 2024-11-09T11:23:39+00:00
upgpkg: 2.18.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 = 2.17.1.0
+ pkgver = 2.18.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=2.17.1
+ depends = opensearch-dashboards=2.18.0
depends = opensearch-dashboards-notifications-plugin
depends = coffeescript
options = !strip
options = emptydirs
- source =
git+https://github.com/opensearch-project/alerting-dashboards-plugin.git#tag=2.17.1.0
- source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.17.1
- sha256sums =
09302f97fe13b3468c37e93438e85f796ba06cd9edbda059a18c4d89f279bd1c
- sha256sums =
8d3826382d89649efd499152f53758b03afbb375d666fee40793bb882bff1a82
+ source =
git+https://github.com/opensearch-project/alerting-dashboards-plugin.git#tag=2.18.0.0
+ source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.18.0
+ sha256sums =
baab25b1f52f5fc79a503bc8a5cc74cb8a785457d3a99dae83606c979d57e35e
+ sha256sums =
047ea8d8669958d1cd16ee4c6c417088b7295dcf83a7efe855e9b32903eb02e1
pkgname = opensearch-dashboards-alerting-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname='opensearch-dashboards-alerting-plugin'
_pluginname='alerting-dashboards-plugin'
-pkgver=2.17.1.0
-_dashboardsver=2.17.1
+pkgver=2.18.0.0
+_dashboardsver=2.18.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=('09302f97fe13b3468c37e93438e85f796ba06cd9edbda059a18c4d89f279bd1c'
- '8d3826382d89649efd499152f53758b03afbb375d666fee40793bb882bff1a82')
+sha256sums=('baab25b1f52f5fc79a503bc8a5cc74cb8a785457d3a99dae83606c979d57e35e'
+ '047ea8d8669958d1cd16ee4c6c417088b7295dcf83a7efe855e9b32903eb02e1')
prepare() {
nodeVersion="$(node -v)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-alerting-plugin/-/commit/8b63b595cdbf1594b1d52160bb19cb08fce7aacc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-alerting-plugin/-/commit/8b63b595cdbf1594b1d52160bb19cb08fce7aacc
You're receiving this email because of your account on gitlab.archlinux.org.