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


Commits:
6a575a0b by Leonidas Spyropoulos at 2024-11-09T10:37:52+00:00
upgpkg: 2.18.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = opensearch-anomaly-detection-plugin
        pkgdesc = OpenSearch Anomaly Detection Plugin
-       pkgver = 2.17.1.0
+       pkgver = 2.18.0.0
        pkgrel = 1
        url = https://opensearch.org/docs/latest/monitoring-plugins/ad
        arch = x86_64
        license = Apache-2.0
        makedepends = java-environment=11
        makedepends = unzip
-       depends = opensearch=2.17.1
-       source = 
opensearch-anomaly-detection-plugin-2.17.1.0.tar.gz::https://github.com/opensearch-project/anomaly-detection/archive/2.17.1.0.tar.gz
-       sha256sums = 
05d0c32cca902b3e1af70b26c07feb1758d9dcccf7a179851d06fea480ae523a
+       depends = opensearch=2.18.0
+       source = 
opensearch-anomaly-detection-plugin-2.18.0.0.tar.gz::https://github.com/opensearch-project/anomaly-detection/archive/2.18.0.0.tar.gz
+       sha256sums = 
7d8e45e2bb359e76119f1d9730100cc1f32e4ea92926c5512b61dc1403a9f90b
 
 pkgname = opensearch-anomaly-detection-plugin


=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger <[email protected]>
 
 pkgname=opensearch-anomaly-detection-plugin
-pkgver=2.17.1.0
+pkgver=2.18.0.0
 pkgrel=1
-_opensearchver=2.17.1
+_opensearchver=2.18.0
 _jdkver=11
 pkgdesc="OpenSearch Anomaly Detection Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=("java-environment=${_jdkver}" 'unzip')
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/anomaly-detection/archive/${pkgver}.tar.gz";
 )
-sha256sums=('05d0c32cca902b3e1af70b26c07feb1758d9dcccf7a179851d06fea480ae523a')
+sha256sums=('7d8e45e2bb359e76119f1d9730100cc1f32e4ea92926c5512b61dc1403a9f90b')
 
 build() {
   cd "anomaly-detection-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-anomaly-detection-plugin/-/commit/6a575a0b7421be27d0b480e62321632ce80b9e71

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


Reply via email to