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


Commits:
33cdd4da by Leonidas Spyropoulos at 2024-04-06T11:12:54+01:00
upgpkg: 2.13.0.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = opensearch-anomaly-detection-plugin
        pkgdesc = OpenSearch Anomaly Detection Plugin
-       pkgver = 2.12.0.0
+       pkgver = 2.13.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.12.0
-       source = 
opensearch-anomaly-detection-plugin-2.12.0.0.tar.gz::https://github.com/opensearch-project/anomaly-detection/archive/2.12.0.0.tar.gz
-       sha256sums = 
d6fbe45fffd4f125d37ff0c1af42eca462c7a81a2c6ae62fbba0c228b6acd04d
+       depends = opensearch=2.13.0
+       source = 
opensearch-anomaly-detection-plugin-2.13.0.0.tar.gz::https://github.com/opensearch-project/anomaly-detection/archive/2.13.0.0.tar.gz
+       sha256sums = 
552f579eda89ee01e3b2ef6e1723a8659063ccf38b84edabd718fe7b3f3b5aec
 
 pkgname = opensearch-anomaly-detection-plugin


=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger <hashwo...@archlinux.org>
 
 pkgname=opensearch-anomaly-detection-plugin
-pkgver=2.12.0.0
+pkgver=2.13.0.0
 pkgrel=1
-_opensearchver=2.12.0
+_opensearchver=2.13.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=('d6fbe45fffd4f125d37ff0c1af42eca462c7a81a2c6ae62fbba0c228b6acd04d')
+sha256sums=('552f579eda89ee01e3b2ef6e1723a8659063ccf38b84edabd718fe7b3f3b5aec')
 
 build() {
   cd "anomaly-detection-${pkgver}"



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

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


Reply via email to