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


Commits:
2d22ea68 by Leonidas Spyropoulos at 2026-06-30T10:16:30+01:00
upgpkg: 3.7.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = opensearch-knn-plugin
        pkgdesc = OpenSearch Index Management Plugin
-       pkgver = 3.6.0.0
+       pkgver = 3.7.0.0
        pkgrel = 1
        url = https://opensearch.org/docs/latest/search-plugins/knn
        arch = x86_64
        license = Apache-2.0
        makedepends = java-environment=21
        makedepends = unzip
-       depends = opensearch=3.6.0
-       source = 
opensearch-knn-plugin-3.6.0.0.tar.gz::https://github.com/opensearch-project/k-NN/archive/3.6.0.0.tar.gz
-       sha256sums = 
96efad74e48730a3b7d9aa9689fa899db46f361ce11d04696f18bf576178c650
+       depends = opensearch=3.7.0
+       source = 
opensearch-knn-plugin-3.7.0.0.tar.gz::https://github.com/opensearch-project/k-NN/archive/3.7.0.0.tar.gz
+       sha256sums = 
85dd3f67ff952a1d00739123ed6efb50ec0fc64e5f01b5d815826eb5dcbbf647
 
 pkgname = opensearch-knn-plugin


=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger <[email protected]>
 
 pkgname=opensearch-knn-plugin
-pkgver=3.6.0.0
+pkgver=3.7.0.0
 pkgrel=1
-_opensearchver=3.6.0
+_opensearchver=3.7.0
 _jdkver=21
 pkgdesc="OpenSearch Index Management Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=("java-environment=${_jdkver}" 'unzip')
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/k-NN/archive/${pkgver}.tar.gz";
 )
-sha256sums=('96efad74e48730a3b7d9aa9689fa899db46f361ce11d04696f18bf576178c650')
+sha256sums=('85dd3f67ff952a1d00739123ed6efb50ec0fc64e5f01b5d815826eb5dcbbf647')
 
 build() {
   cd "k-NN-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-knn-plugin/-/commit/2d22ea6808ef81dd004098c599688866699f6f87

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-knn-plugin/-/commit/2d22ea6808ef81dd004098c599688866699f6f87
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to