Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-alerting-plugin
Commits:
02098fc3 by Leonidas Spyropoulos at 2024-11-09T12:05:35+00:00
upgpkg: 2.18.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,17 @@
pkgbase = opensearch-alerting-plugin
pkgdesc = OpenSearch Alerting Plugin
- pkgver = 2.17.1.0
+ pkgver = 2.18.0.0
pkgrel = 1
url = https://docs-beta.opensearch.org/monitoring-plugins/alerting
arch = x86_64
license = Apache-2.0
makedepends = java-environment-openjdk=11
makedepends = unzip
- depends = opensearch=2.17.1
+ depends = opensearch=2.18.0
depends = opensearch-notifications-plugin
- source =
opensearch-alerting-plugin-2.17.1.0.tar.gz::https://github.com/opensearch-project/alerting/archive/2.17.1.0.tar.gz
+ source =
opensearch-alerting-plugin-2.18.0.0.tar.gz::https://github.com/opensearch-project/alerting/archive/2.18.0.0.tar.gz
source = remove-empty-file-without-headers.patch
- sha256sums =
1f1ee91da64f64bdc097c3d959f858eac017bdf9fe0380a5149edfee3404f2eb
+ sha256sums =
c6d2f72a45b8f413bb92ef886ad3a510ed7aaeb3524880ad83c5c82b93ac1519
sha256sums =
5bebae69c5b4074b6bf985546dec6fc418e1e7936051ac848d1e5bf47256de0e
pkgname = opensearch-alerting-plugin
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=opensearch-alerting-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 Alerting Plugin"
arch=('x86_64')
@@ -15,7 +15,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/alerting/archive/${pkgver}.tar.gz"
"remove-empty-file-without-headers.patch"
)
-sha256sums=('1f1ee91da64f64bdc097c3d959f858eac017bdf9fe0380a5149edfee3404f2eb'
+sha256sums=('c6d2f72a45b8f413bb92ef886ad3a510ed7aaeb3524880ad83c5c82b93ac1519'
'5bebae69c5b4074b6bf985546dec6fc418e1e7936051ac848d1e5bf47256de0e')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-alerting-plugin/-/commit/02098fc31bf287202a4cf73549ec9b64f8b477e0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-alerting-plugin/-/commit/02098fc31bf287202a4cf73549ec9b64f8b477e0
You're receiving this email because of your account on gitlab.archlinux.org.