Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-anomaly-detection-plugin
Commits:
debb3b91 by Leonidas Spyropoulos at 2023-12-08T20:52:07+00:00
upgpkg: 2.11.1.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.11.0.0
+ pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/monitoring-plugins/ad
arch = x86_64
license = Apache
makedepends = java-environment=11
makedepends = unzip
- depends = opensearch=2.11.0
- source =
opensearch-anomaly-detection-plugin-2.11.0.0.tar.gz::https://github.com/opensearch-project/anomaly-detection/archive/2.11.0.0.tar.gz
- sha256sums =
7671ccca4a4e3f832e37c9fc9f18fef2f78995c2c1f71fb275fe51a553d5682d
+ depends = opensearch=2.11.1
+ source =
opensearch-anomaly-detection-plugin-2.11.1.0.tar.gz::https://github.com/opensearch-project/anomaly-detection/archive/2.11.1.0.tar.gz
+ sha256sums =
2e734f9b972f58cfc126e0f39b687d848a37dbb706ab6890296822ffd66c846f
pkgname = opensearch-anomaly-detection-plugin
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=opensearch-anomaly-detection-plugin
-pkgver=2.11.0.0
+pkgver=2.11.1.0
pkgrel=1
-_opensearchver=2.11.0
+_opensearchver=2.11.1
_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=('7671ccca4a4e3f832e37c9fc9f18fef2f78995c2c1f71fb275fe51a553d5682d')
+sha256sums=('2e734f9b972f58cfc126e0f39b687d848a37dbb706ab6890296822ffd66c846f')
build() {
cd "anomaly-detection-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-anomaly-detection-plugin/-/commit/debb3b91b7f03e0936a9bec0a92315b079f103c7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-anomaly-detection-plugin/-/commit/debb3b91b7f03e0936a9bec0a92315b079f103c7
You're receiving this email because of your account on gitlab.archlinux.org.