Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-dashboards-anomaly-detection-plugin
Commits:
a2092726 by Leonidas Spyropoulos at 2024-10-07T21:24:18+01:00
upgpkg: 2.17.1.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.17.0.0
+ pkgver = 2.17.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/monitoring-plugins/ad/index/
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = opensearch-dashboards-anomaly-detection-plugin
depends = opensearch-dashboards=2.17.0
options = !strip
options = emptydirs
- source =
git+https://github.com/opensearch-project/anomaly-detection-dashboards-plugin.git#tag=2.17.0.0
+ 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
- sha256sums =
70c022327b429042bd5ebb55e57cd75037cb7163e8105cddbb6cba1c7dd76899
+ sha256sums =
5465c58d007f2bd96d77b08b55f0ded176f319e15d88332e6539a2666afacf7b
sha256sums =
9bd4ce716740da32351ec4de0317f683cc642369f8f611626649d6ed6416cfaa
pkgname = opensearch-dashboards-anomaly-detection-plugin
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname='opensearch-dashboards-anomaly-detection-plugin'
_pluginname='anomaly-detection-dashboards-plugin'
-pkgver=2.17.0.0
+pkgver=2.17.1.0
_dashboardsver=2.17.0
pkgrel=1
pkgdesc='OpenSearch Dashboards Anomaly Detection Plugin'
@@ -16,7 +16,7 @@ source=(
"git+https://github.com/opensearch-project/${_pluginname}.git#tag=${pkgver}"
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver}"
)
-sha256sums=('70c022327b429042bd5ebb55e57cd75037cb7163e8105cddbb6cba1c7dd76899'
+sha256sums=('5465c58d007f2bd96d77b08b55f0ded176f319e15d88332e6539a2666afacf7b'
'9bd4ce716740da32351ec4de0317f683cc642369f8f611626649d6ed6416cfaa')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-anomaly-detection-plugin/-/commit/a2092726b26411471d2184d4f2240e07d997f4f5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-anomaly-detection-plugin/-/commit/a2092726b26411471d2184d4f2240e07d997f4f5
You're receiving this email because of your account on gitlab.archlinux.org.