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


Commits:
baccdb16 by Leonidas Spyropoulos at 2026-02-14T11:49:06+00:00
upgpkg: 3.5.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 = 3.4.0.0
+       pkgver = 3.5.0.0
        pkgrel = 1
        url = https://opensearch.org/docs/latest/monitoring-plugins/ad
        arch = x86_64
        license = Apache-2.0
        makedepends = java-environment=21
        makedepends = unzip
-       depends = opensearch=3.4.0
-       source = 
opensearch-anomaly-detection-plugin-3.4.0.0.tar.gz::https://github.com/opensearch-project/anomaly-detection/archive/3.4.0.0.tar.gz
-       sha256sums = 
3df28adbf1ddf7f7821cc985bfe41867f7a9e97b1d2c5c1e6e0d71b8bf3d69bc
+       depends = opensearch=3.5.0
+       source = 
opensearch-anomaly-detection-plugin-3.5.0.0.tar.gz::https://github.com/opensearch-project/anomaly-detection/archive/3.5.0.0.tar.gz
+       sha256sums = 
1c4b50683d778da6b6612b9e0aedf55696a3e40ebd0cb1489b01fc756bc87a0a
 
 pkgname = opensearch-anomaly-detection-plugin


=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger <[email protected]>
 
 pkgname=opensearch-anomaly-detection-plugin
-pkgver=3.4.0.0
+pkgver=3.5.0.0
 pkgrel=1
-_opensearchver=3.4.0
+_opensearchver=3.5.0
 _jdkver=21
 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=('3df28adbf1ddf7f7821cc985bfe41867f7a9e97b1d2c5c1e6e0d71b8bf3d69bc')
+sha256sums=('1c4b50683d778da6b6612b9e0aedf55696a3e40ebd0cb1489b01fc756bc87a0a')
 
 build() {
   cd "anomaly-detection-${pkgver}"



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

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


Reply via email to