Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-asynchronous-search-plugin
Commits:
8f732406 by Leonidas Spyropoulos at 2024-11-09T10:38:52+00:00
upgpkg: 2.18.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = opensearch-asynchronous-search-plugin
pkgdesc = OpenSearch Asynchronous Search Plugin
- pkgver = 2.17.1.0
+ pkgver = 2.18.0.0
pkgrel = 1
url = https://opensearch.org/docs/latest/search-plugins/async
arch = x86_64
license = Apache-2.0
makedepends = java-environment-openjdk=11
makedepends = unzip
- depends = opensearch=2.17.1
- source =
opensearch-asynchronous-search-plugin-2.17.1.0.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/2.17.1.0.tar.gz
- sha256sums =
560befa791e362bc759a04417b64d616140c9e4af74fe0eaf686e2fb0794bd7b
+ depends = opensearch=2.18.0
+ source =
opensearch-asynchronous-search-plugin-2.18.0.0.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/2.18.0.0.tar.gz
+ sha256sums =
d28e9fcdedb77ec3443f45bd0c5d6928231b377c1df637e4a47be753b4e5888f
pkgname = opensearch-asynchronous-search-plugin
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=opensearch-asynchronous-search-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 Asynchronous Search Plugin"
arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=("java-environment-openjdk=${_jdkver}" 'unzip')
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/${pkgver}.tar.gz"
)
-sha256sums=('560befa791e362bc759a04417b64d616140c9e4af74fe0eaf686e2fb0794bd7b')
+sha256sums=('d28e9fcdedb77ec3443f45bd0c5d6928231b377c1df637e4a47be753b4e5888f')
build() {
cd "asynchronous-search-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-asynchronous-search-plugin/-/commit/8f732406dd5ed25be4bb78b726797b84de0ce341
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-asynchronous-search-plugin/-/commit/8f732406dd5ed25be4bb78b726797b84de0ce341
You're receiving this email because of your account on gitlab.archlinux.org.