Date: Saturday, May 28, 2022 @ 01:42:35 Author: hashworks Revision: 1210895
upgpkg: opensearch-anomaly-detection-plugin 2.0.0.0-1 Modified: opensearch-anomaly-detection-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-28 01:41:22 UTC (rev 1210894) +++ PKGBUILD 2022-05-28 01:42:35 UTC (rev 1210895) @@ -1,9 +1,9 @@ # Maintainer: Justin Kromlinger <[email protected]> pkgname=opensearch-anomaly-detection-plugin -pkgver=1.3.2.0 +pkgver=2.0.0.0 pkgrel=1 -_opensearchver=1.3.2 +_opensearchver=2.0.0 _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=('981350b8e9fcfd23e879200e58e7a4128d1bc38de285070d38a328aeb0fa4117') +sha256sums=('397d0753dabc89258b63c0d778f2fd164be93fef4127da91cb2d8a193e00fd48') build() { cd "anomaly-detection-${pkgver}"
