summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 312801a17dc1..ad6119d1b579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=2.2.2
+pkgver=2.2.3
pkgrel=1
pkgdesc='An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.'
arch=('x86_64' 'aarch64')
@@ -15,9 +15,9 @@ license=('Apache')
_mongosh_folder=mongosh-${pkgver}-linux
source_x86_64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-x64.tgz")
-sha256sums_x86_64=('fab441ce611f2fcba64619fbbfe25f0272b13e2e69105adcfa0ce3c832829acf')
+sha256sums_x86_64=('d6455dc9b94c5e56222c61f3b257b11109d295c941fc9529a8e2bdb37a9c8b2c')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('4d65c215ac8d02a34254105ecf95f0ac67673b1b9f5f49f06e483fe51674dc49')
+sha256sums_aarch64=('6c8ab8916ea6e35fbc72e8cd02c93d07d10fa2a47847509368987edd24468968')
package() {
if [ $CARCH = 'x86_64' ]; then