Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-alerting-plugin
Commits:
36dd9f4b by Leonidas Spyropoulos at 2026-02-14T13:56:09+00:00
upgpkg: 3.5.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = opensearch-alerting-plugin
pkgdesc = OpenSearch Alerting Plugin
- pkgver = 3.4.0.0
+ pkgver = 3.5.0.0
pkgrel = 1
url =
https://opensearch.org/docs/latest/observing-your-data/alerting/index/
arch = x86_64
license = Apache-2.0
makedepends = java-environment-openjdk=21
makedepends = unzip
- depends = opensearch=3.4.0
+ depends = opensearch=3.5.0
depends = opensearch-notifications-plugin
- source =
opensearch-alerting-plugin-3.4.0.0.tar.gz::https://github.com/opensearch-project/alerting/archive/3.4.0.0.tar.gz
- sha256sums =
c19ca42178a42bff9f0c0fa6f556af71256d59911c87acb254749444547d0030
+ source =
opensearch-alerting-plugin-3.5.0.0.tar.gz::https://github.com/opensearch-project/alerting/archive/3.5.0.0.tar.gz
+ sha256sums =
33b790eb59bc29d76735608057d2d9c606928834b191c57eccd1d772e409f5b0
pkgname = opensearch-alerting-plugin
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=opensearch-alerting-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 Alerting Plugin"
arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=("java-environment-openjdk=${_jdkver}" 'unzip')
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/alerting/archive/${pkgver}.tar.gz"
)
-sha256sums=('c19ca42178a42bff9f0c0fa6f556af71256d59911c87acb254749444547d0030')
+sha256sums=('33b790eb59bc29d76735608057d2d9c606928834b191c57eccd1d772e409f5b0')
build() {
cd "alerting-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-alerting-plugin/-/commit/36dd9f4b55f569fe7e03d1b16acb0dac447c619c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-alerting-plugin/-/commit/36dd9f4b55f569fe7e03d1b16acb0dac447c619c
You're receiving this email because of your account on gitlab.archlinux.org.