summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAli Molaei2024-10-09 00:27:59 +0330
committerAli Molaei2024-10-09 00:27:59 +0330
commit8c0cce98aa8075d2295f3f46c6f36ce0b5626b6a (patch)
tree3c040fcdb863c276fb072f37aec8cffb17f928a6 /PKGBUILD
parented410fbde5ad18014247c199cd9cb6bb958ec754 (diff)
downloadaur-8c0cce98aa8075d2295f3f46c6f36ce0b5626b6a.tar.gz
Update to 2.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2d0c5437f48..1f3177da6384 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=2.3.1
+pkgver=2.3.2
pkgrel=1
pkgdesc='An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.'
arch=('x86_64' 'aarch64')
@@ -17,8 +17,8 @@ _mongosh_folder=mongosh-${pkgver}-linux
source_x86_64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-x64.tgz")
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_x86_64=('f1fefacf0b5b1f2fca966200478fee1e278be2619df5e2605cbc0f24dd179a1a')
-sha256sums_aarch64=('2214064c5097972b504e14957e3e47873e2d2cdf686a1531f15d32e4e40c24ea')
+sha256sums_x86_64=('2711b71082897535dd2302f51c8c93233aac1dfe466b6982a70df25187a50933')
+sha256sums_aarch64=('565619f504f8d79589ca37b20209ee91ab0c7d0ce7981f340f72d2b527a297b6')
package() {
if [ $CARCH = 'x86_64' ]; then