Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-asynchronous-search-plugin


Commits:
7a8ccd01 by Leonidas Spyropoulos at 2024-09-25T11:56:30+01:00
upgpkg: 2.17.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.16.0.0
+       pkgver = 2.17.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.16.0
-       source = 
opensearch-asynchronous-search-plugin-2.16.0.0.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/2.16.0.0.tar.gz
-       sha256sums = 
0605479342041b5112a2b3bc1d0303ee8e93f92ca6dc6dd16a12d1e4705602ca
+       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
 
 pkgname = opensearch-asynchronous-search-plugin


=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger <[email protected]>
 
 pkgname=opensearch-asynchronous-search-plugin
-pkgver=2.16.0.0
+pkgver=2.17.0.0
 pkgrel=1
-_opensearchver=2.16.0
+_opensearchver=2.17.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=('0605479342041b5112a2b3bc1d0303ee8e93f92ca6dc6dd16a12d1e4705602ca')
+sha256sums=('a3304dd22eb50d4e99780edf3784690d00a42b76ddbb451d86e7c901386471ef')
 
 build() {
   cd "asynchronous-search-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-asynchronous-search-plugin/-/commit/7a8ccd0117eefa32fe3c7c2a59bb607dcfb33fbf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-asynchronous-search-plugin/-/commit/7a8ccd0117eefa32fe3c7c2a59bb607dcfb33fbf
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to