Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-asynchronous-search-plugin
Commits:
4e2f1e83 by Leonidas Spyropoulos at 2024-06-03T21:26:37+01:00
upgpkg: 2.14.0.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.13.0.0
+ pkgver = 2.14.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.13.0
- source =
opensearch-asynchronous-search-plugin-2.13.0.0.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/2.13.0.0.tar.gz
- sha256sums =
3c7e0b6ef6ec9644c092e33707f4fcd823349c7361b518e54deeb96f7a04f3ce
+ depends = opensearch=2.14.0
+ source =
opensearch-asynchronous-search-plugin-2.14.0.0.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/2.14.0.0.tar.gz
+ sha256sums =
48aee7f45c3fef459ab428d0fe5a2fdc18d4daf94e91ce693110212fa21ff926
pkgname = opensearch-asynchronous-search-plugin
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=opensearch-asynchronous-search-plugin
-pkgver=2.13.0.0
+pkgver=2.14.0.0
pkgrel=1
-_opensearchver=2.13.0
+_opensearchver=2.14.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=('3c7e0b6ef6ec9644c092e33707f4fcd823349c7361b518e54deeb96f7a04f3ce')
+sha256sums=('48aee7f45c3fef459ab428d0fe5a2fdc18d4daf94e91ce693110212fa21ff926')
build() {
cd "asynchronous-search-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-asynchronous-search-plugin/-/commit/4e2f1e83101a2baaad4acd1fc89e565ee09facd7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-asynchronous-search-plugin/-/commit/4e2f1e83101a2baaad4acd1fc89e565ee09facd7
You're receiving this email because of your account on gitlab.archlinux.org.