diff options
author | Ali Molaei | 2024-10-09 00:27:59 +0330 |
---|---|---|
committer | Ali Molaei | 2024-10-09 00:27:59 +0330 |
commit | 8c0cce98aa8075d2295f3f46c6f36ce0b5626b6a (patch) | |
tree | 3c040fcdb863c276fb072f37aec8cffb17f928a6 /PKGBUILD | |
parent | ed410fbde5ad18014247c199cd9cb6bb958ec754 (diff) | |
download | aur-8c0cce98aa8075d2295f3f46c6f36ce0b5626b6a.tar.gz |
Update to 2.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |