Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-dashboards-anomaly-detection-plugin
Commits:
7923a0aa by Leonidas Spyropoulos at 2024-10-08T01:04:38+01:00
upgpkg: 2.17.1.0-1: new upstream release
- - - - -
cf61db37 by Leonidas Spyropoulos at 2024-10-17T07:56:44+01:00
upgpkg: 2.17.1.0-2: rebuild to set opensearch dep version 2.17.1
Fixes: #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 = 1
+ pkgrel = 2
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.0
+ depends = opensearch-dashboards=2.17.1
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.0
+ source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.17.1
sha256sums =
5465c58d007f2bd96d77b08b55f0ded176f319e15d88332e6539a2666afacf7b
- sha256sums =
9bd4ce716740da32351ec4de0317f683cc642369f8f611626649d6ed6416cfaa
+ sha256sums =
8d3826382d89649efd499152f53758b03afbb375d666fee40793bb882bff1a82
pkgname = opensearch-dashboards-anomaly-detection-plugin
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname='opensearch-dashboards-anomaly-detection-plugin'
_pluginname='anomaly-detection-dashboards-plugin'
pkgver=2.17.1.0
-_dashboardsver=2.17.0
-pkgrel=1
+_dashboardsver=2.17.1
+pkgrel=2
pkgdesc='OpenSearch Dashboards Anomaly Detection Plugin'
url='https://opensearch.org/docs/latest/monitoring-plugins/ad/index/'
arch=('x86_64')
@@ -17,7 +17,7 @@ source=(
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver}"
)
sha256sums=('5465c58d007f2bd96d77b08b55f0ded176f319e15d88332e6539a2666afacf7b'
- '9bd4ce716740da32351ec4de0317f683cc642369f8f611626649d6ed6416cfaa')
+ '8d3826382d89649efd499152f53758b03afbb375d666fee40793bb882bff1a82')
prepare() {
nodeVersion="$(node -v)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-anomaly-detection-plugin/-/compare/a2092726b26411471d2184d4f2240e07d997f4f5...cf61db379a5baca0532b6cf1b0214a36940d3758
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-anomaly-detection-plugin/-/compare/a2092726b26411471d2184d4f2240e07d997f4f5...cf61db379a5baca0532b6cf1b0214a36940d3758
You're receiving this email because of your account on gitlab.archlinux.org.