Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-asynchronous-search-plugin
Commits:
8fb3f0bc by Leonidas Spyropoulos at 2023-12-08T20:54:13+00:00
upgpkg: 2.11.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.11.0.0
+ pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/search-plugins/async
arch = x86_64
license = Apache
makedepends = java-environment=11
makedepends = unzip
- depends = opensearch=2.11.0
- source =
opensearch-asynchronous-search-plugin-2.11.0.0.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/2.11.0.0.tar.gz
- sha256sums =
877f2929cd434b82d85282edf9764b0b70b1b217f31356cd8d97f775810135e4
+ depends = opensearch=2.11.1
+ source =
opensearch-asynchronous-search-plugin-2.11.1.0.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/2.11.1.0.tar.gz
+ sha256sums =
7ffa3fdacd60f85d6a8b0cda8dde5837810d1b7268833bb57a113833692579da
pkgname = opensearch-asynchronous-search-plugin
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=opensearch-asynchronous-search-plugin
-pkgver=2.11.0.0
+pkgver=2.11.1.0
pkgrel=1
-_opensearchver=2.11.0
+_opensearchver=2.11.1
_jdkver=11
pkgdesc="OpenSearch Asynchronous Search Plugin"
arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=("java-environment=${_jdkver}" 'unzip')
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/${pkgver}.tar.gz"
)
-sha256sums=('877f2929cd434b82d85282edf9764b0b70b1b217f31356cd8d97f775810135e4')
+sha256sums=('7ffa3fdacd60f85d6a8b0cda8dde5837810d1b7268833bb57a113833692579da')
build() {
cd "asynchronous-search-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-asynchronous-search-plugin/-/commit/8fb3f0bcb6e48e83c317d450696715353d4fa11d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-asynchronous-search-plugin/-/commit/8fb3f0bcb6e48e83c317d450696715353d4fa11d
You're receiving this email because of your account on gitlab.archlinux.org.