Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-dashboards-anomaly-detection-plugin
Commits:
0e219b6a by Leonidas Spyropoulos at 2024-09-25T11:52:09+01:00
upgpkg: 2.17.0.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = opensearch-dashboards-anomaly-detection-plugin
pkgdesc = OpenSearch Dashboards Anomaly Detection Plugin
- pkgver = 2.16.0.0
+ pkgver = 2.17.0.0
pkgrel = 1
url = https://opensearch.org/docs/latest/monitoring-plugins/ad/index/
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = opensearch-dashboards-anomaly-detection-plugin
makedepends = npm
makedepends = python
makedepends = git
- depends = opensearch-dashboards=2.16.0
+ depends = opensearch-dashboards=2.17.0
options = !strip
options = emptydirs
- source =
git+https://github.com/opensearch-project/anomaly-detection-dashboards-plugin.git#tag=2.16.0.0
- source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.16.0
- sha256sums =
1b28fbca972f678aee89e16d8061a76cd83581383becd847c8ff9fa20dbe3234
- sha256sums =
461b77cc2acae8df36213d7b27b4719c28486ef96f8451ce1666c4a7dbe56103
+ source =
git+https://github.com/opensearch-project/anomaly-detection-dashboards-plugin.git#tag=2.17.0.0
+ source =
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.17.0
+ sha256sums =
70c022327b429042bd5ebb55e57cd75037cb7163e8105cddbb6cba1c7dd76899
+ sha256sums =
9bd4ce716740da32351ec4de0317f683cc642369f8f611626649d6ed6416cfaa
pkgname = opensearch-dashboards-anomaly-detection-plugin
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname='opensearch-dashboards-anomaly-detection-plugin'
_pluginname='anomaly-detection-dashboards-plugin'
-pkgver=2.16.0.0
-_dashboardsver=2.16.0
+pkgver=2.17.0.0
+_dashboardsver=2.17.0
pkgrel=1
pkgdesc='OpenSearch Dashboards Anomaly Detection Plugin'
url='https://opensearch.org/docs/latest/monitoring-plugins/ad/index/'
@@ -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=('1b28fbca972f678aee89e16d8061a76cd83581383becd847c8ff9fa20dbe3234'
- '461b77cc2acae8df36213d7b27b4719c28486ef96f8451ce1666c4a7dbe56103')
+sha256sums=('70c022327b429042bd5ebb55e57cd75037cb7163e8105cddbb6cba1c7dd76899'
+ '9bd4ce716740da32351ec4de0317f683cc642369f8f611626649d6ed6416cfaa')
prepare() {
nodeVersion="$(node -v)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-anomaly-detection-plugin/-/commit/0e219b6a66ee4a86102421e7db573038d769bce1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-anomaly-detection-plugin/-/commit/0e219b6a66ee4a86102421e7db573038d769bce1
You're receiving this email because of your account on gitlab.archlinux.org.