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 dde1125e85de..8bb9e08f9931 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=2.1.5
+pkgver=2.2.0
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=('475186074646aa6a49b4c50d176f8424aea23620a11eea07c8e7f6bca0dc38a0')
+sha256sums_x86_64=('f34e796cc734b430084b61235bf10e0e9adfbbe06f901e912a43a506acf3616a')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('3688f2a2df4c6800bcb693ae5f5042c2c3e112c904aa8cabcaee19b9e318fc7a')
+sha256sums_aarch64=('d78abe6d86fbe99bab4c86c67f49ed0a80677ae09ca1c8721385bcf16c3baa32')
package() {
if [ $CARCH = 'x86_64' ]; then