Date: Wednesday, December 14, 2022 @ 16:34:30 Author: hashworks Revision: 1359083
upgpkg: opensearch-asynchronous-search-plugin 2.4.1.0-1 Modified: opensearch-asynchronous-search-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-14 16:34:26 UTC (rev 1359082) +++ PKGBUILD 2022-12-14 16:34:30 UTC (rev 1359083) @@ -1,9 +1,9 @@ # Maintainer: Justin Kromlinger <[email protected]> pkgname=opensearch-asynchronous-search-plugin -pkgver=2.4.0.0 +pkgver=2.4.1.0 pkgrel=1 -_opensearchver=2.4.0 +_opensearchver=2.4.1 _jdkver=11 pkgdesc="OpenSearch Asynchronous Search Plugin" arch=('x86_64') @@ -14,7 +14,7 @@ source=( "${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/${pkgver}.tar.gz" ) -sha256sums=('f9063a6a2485a974e1dd5555297ab4412b9140f8efb1974384a6bf7d599d8b6b') +sha256sums=('7a339717f56d7a0294e5aaaefccd47909322752c82cc2814e2ffda6ecacb841d') build() { cd "asynchronous-search-${pkgver}"
