Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-notifications-plugin
Commits:
c70dab49 by Leonidas Spyropoulos at 2024-11-09T11:16:41+00:00
upgpkg: 2.18.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = opensearch-notifications-plugin
pkgdesc = OpenSearch Notifications Plugin
- pkgver = 2.17.1.0
+ pkgver = 2.18.0.0
pkgrel = 1
url = https://opensearch.org/docs/latest/notifications-plugin/index/
arch = x86_64
license = Apache-2.0
makedepends = java-environment=11
makedepends = unzip
- depends = opensearch=2.17.1
- source =
opensearch-notifications-plugin-2.17.1.0.tar.gz::https://github.com/opensearch-project/notifications/archive/2.17.1.0.tar.gz
- sha256sums =
663053323501030407439129d8bbfeaf12d65dcf65f0a0a1daa832f70132aa1a
+ depends = opensearch=2.18.0
+ source =
opensearch-notifications-plugin-2.18.0.0.tar.gz::https://github.com/opensearch-project/notifications/archive/2.18.0.0.tar.gz
+ sha256sums =
2e666dc411ac229d2d91c866d23c2fb233758098a816c436279d4bc7362a4adb
pkgname = opensearch-notifications-plugin
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
# Maintainer: Justin Kronotificationsinger <[email protected]>
pkgname=opensearch-notifications-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 Notifications Plugin"
arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=("java-environment=${_jdkver}" 'unzip')
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/notifications/archive/${pkgver}.tar.gz"
)
-sha256sums=('663053323501030407439129d8bbfeaf12d65dcf65f0a0a1daa832f70132aa1a')
+sha256sums=('2e666dc411ac229d2d91c866d23c2fb233758098a816c436279d4bc7362a4adb')
build() {
cd "notifications-${pkgver}/notifications"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-notifications-plugin/-/commit/c70dab495b0f2c8a1ab43586ea5be07b267423d9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-notifications-plugin/-/commit/c70dab495b0f2c8a1ab43586ea5be07b267423d9
You're receiving this email because of your account on gitlab.archlinux.org.