Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-dashboards-anomaly-detection-plugin


Commits:
267abf6e by Leonidas Spyropoulos at 2024-04-06T20:17:23+01:00
upgpkg: 2.13.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.12.0.0
+       pkgver = 2.13.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.12.0
+       depends = opensearch-dashboards=2.13.0
        options = !strip
        options = emptydirs
-       source = 
git+https://github.com/opensearch-project/anomaly-detection-dashboards-plugin.git#tag=2.12.0.0
-       source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.12.0
-       sha256sums = SKIP
-       sha256sums = SKIP
+       source = 
git+https://github.com/opensearch-project/anomaly-detection-dashboards-plugin.git#tag=2.13.0.0
+       source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.13.0
+       sha256sums = 
90b1c0128aa217c76b0b74ade2d52226d30d803bb0b6f3ac92732aeaf479533a
+       sha256sums = 
78a715eef9b363ef03bd2518016ae8af430aba8925fe03a0c47699435b5e23a6
 
 pkgname = opensearch-dashboards-anomaly-detection-plugin


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-anomaly-detection-plugin'
 _pluginname='anomaly-detection-dashboards-plugin'
-pkgver=2.12.0.0
-_dashboardsver=2.12.0
+pkgver=2.13.0.0
+_dashboardsver=2.13.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=('SKIP'
-            'SKIP')
+sha256sums=('90b1c0128aa217c76b0b74ade2d52226d30d803bb0b6f3ac92732aeaf479533a'
+            '78a715eef9b363ef03bd2518016ae8af430aba8925fe03a0c47699435b5e23a6')
 
 prepare() {
   nodeVersion="$(node -v)"
@@ -34,7 +34,7 @@ build() {
   yarn plugin-helpers build --skip-archive # `yarn build` will always create 
the ZIP
 }
 
-# This breaks in release 2.12.0 - check on next one
+# This breaks in release 2.13.0 - check on next one
 # check() {
 #   cd "OpenSearch-Dashboards/plugins/${_pluginname}"
 #   yarn test:jest



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-anomaly-detection-plugin/-/commit/267abf6e1530bd99e0104acc758d40c504e62e99

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-anomaly-detection-plugin/-/commit/267abf6e1530bd99e0104acc758d40c504e62e99
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to