Date: Wednesday, May 11, 2022 @ 19:28:12 Author: hashworks Revision: 1198340
upgpkg: opensearch-anomaly-detection-plugin 1.3.2.0-1 Modified: opensearch-anomaly-detection-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-11 19:28:06 UTC (rev 1198339) +++ PKGBUILD 2022-05-11 19:28:12 UTC (rev 1198340) @@ -1,9 +1,9 @@ # Maintainer: Justin Kromlinger <[email protected]> pkgname=opensearch-anomaly-detection-plugin -pkgver=1.3.1.0 +pkgver=1.3.2.0 pkgrel=1 -_opensearchver=1.3.1 +_opensearchver=1.3.2 _jdkver=11 pkgdesc="OpenSearch Anomaly Detection Plugin" arch=('x86_64') @@ -14,7 +14,7 @@ source=( "${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/anomaly-detection/archive/${pkgver}.tar.gz" ) -sha256sums=('a4a21426e17e7892c2d30a129bff6da8f5c896f655d0f7ffeb57d46dfda1a8ce') +sha256sums=('981350b8e9fcfd23e879200e58e7a4128d1bc38de285070d38a328aeb0fa4117') build() { cd "anomaly-detection-${pkgver}"
