Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-dashboards-anomaly-detection-plugin
Commits:
f85e1d80 by Leonidas Spyropoulos at 2024-11-09T10:40:50+00:00
upgpkg: 2.18.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = opensearch-dashboards-anomaly-detection-plugin
pkgdesc = OpenSearch Dashboards Anomaly Detection Plugin
- pkgver = 2.17.1.0
- pkgrel = 2
+ pkgver = 2.18.0.0
+ pkgrel = 1
url = https://opensearch.org/docs/latest/monitoring-plugins/ad/index/
arch = x86_64
license = Apache-2.0
@@ -9,12 +9,12 @@ pkgbase = opensearch-dashboards-anomaly-detection-plugin
makedepends = npm
makedepends = python
makedepends = git
- depends = opensearch-dashboards=2.17.1
+ depends = opensearch-dashboards=2.18.0
options = !strip
options = emptydirs
- source =
git+https://github.com/opensearch-project/anomaly-detection-dashboards-plugin.git#tag=2.17.1.0
- source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.17.1
- sha256sums =
5465c58d007f2bd96d77b08b55f0ded176f319e15d88332e6539a2666afacf7b
- sha256sums =
8d3826382d89649efd499152f53758b03afbb375d666fee40793bb882bff1a82
+ source =
git+https://github.com/opensearch-project/anomaly-detection-dashboards-plugin.git#tag=2.18.0.0
+ source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.18.0
+ sha256sums =
dc3a0bebdff3b1a729febb2a4bdf93789485940a8d4a9d4ead52b9de837e4068
+ sha256sums =
047ea8d8669958d1cd16ee4c6c417088b7295dcf83a7efe855e9b32903eb02e1
pkgname = opensearch-dashboards-anomaly-detection-plugin
=====================================
PKGBUILD
=====================================
@@ -2,9 +2,9 @@
pkgname='opensearch-dashboards-anomaly-detection-plugin'
_pluginname='anomaly-detection-dashboards-plugin'
-pkgver=2.17.1.0
-_dashboardsver=2.17.1
-pkgrel=2
+pkgver=2.18.0.0
+_dashboardsver=2.18.0
+pkgrel=1
pkgdesc='OpenSearch Dashboards Anomaly Detection Plugin'
url='https://opensearch.org/docs/latest/monitoring-plugins/ad/index/'
arch=('x86_64')
@@ -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=('5465c58d007f2bd96d77b08b55f0ded176f319e15d88332e6539a2666afacf7b'
- '8d3826382d89649efd499152f53758b03afbb375d666fee40793bb882bff1a82')
+sha256sums=('dc3a0bebdff3b1a729febb2a4bdf93789485940a8d4a9d4ead52b9de837e4068'
+ '047ea8d8669958d1cd16ee4c6c417088b7295dcf83a7efe855e9b32903eb02e1')
prepare() {
nodeVersion="$(node -v)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-anomaly-detection-plugin/-/commit/f85e1d80354d95bf8f283cd44e629e4c5641fba5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-anomaly-detection-plugin/-/commit/f85e1d80354d95bf8f283cd44e629e4c5641fba5
You're receiving this email because of your account on gitlab.archlinux.org.