Date: Tuesday, June 21, 2022 @ 08:46:06 Author: hashworks Revision: 1238768
upgpkg: opensearch-asynchronous-search-plugin 2.0.1.0-1 Modified: opensearch-asynchronous-search-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-21 08:45:55 UTC (rev 1238767) +++ PKGBUILD 2022-06-21 08:46:06 UTC (rev 1238768) @@ -1,9 +1,9 @@ # Maintainer: Justin Kromlinger <[email protected]> pkgname=opensearch-asynchronous-search-plugin -pkgver=2.0.0.0 +pkgver=2.0.1.0 pkgrel=1 -_opensearchver=2.0.0 +_opensearchver=2.0.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=('11ccffadc9f5e8740cbe49d8aaca19601dec76ebc7144abf2812052ace423343') +sha256sums=('16e22c0ad721157d1c92b69bf41f44394e7db657c569b6684956552bcc4b8d73') build() { cd "asynchronous-search-${pkgver}"
