Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-asynchronous-search-plugin
Commits:
c5a26c66 by Leonidas Spyropoulos at 2024-10-07T21:28:15+01:00
upgpkg: 2.17.1.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = opensearch-asynchronous-search-plugin
pkgdesc = OpenSearch Asynchronous Search Plugin
- pkgver = 2.17.0.0
+ pkgver = 2.17.1.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.0
- source =
opensearch-asynchronous-search-plugin-2.17.0.0.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/2.17.0.0.tar.gz
- sha256sums =
a3304dd22eb50d4e99780edf3784690d00a42b76ddbb451d86e7c901386471ef
+ 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
pkgname = opensearch-asynchronous-search-plugin
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=opensearch-asynchronous-search-plugin
-pkgver=2.17.0.0
+pkgver=2.17.1.0
pkgrel=1
-_opensearchver=2.17.0
+_opensearchver=2.17.1
_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=('a3304dd22eb50d4e99780edf3784690d00a42b76ddbb451d86e7c901386471ef')
+sha256sums=('560befa791e362bc759a04417b64d616140c9e4af74fe0eaf686e2fb0794bd7b')
build() {
cd "asynchronous-search-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-asynchronous-search-plugin/-/commit/c5a26c662bdd8dd635ed10e254dd04026d8b44f7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-asynchronous-search-plugin/-/commit/c5a26c662bdd8dd635ed10e254dd04026d8b44f7
You're receiving this email because of your account on gitlab.archlinux.org.