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 8a6a463e1286..5e0e2fb946e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=1.5.4
+pkgver=1.6.0
pkgrel=1
pkgdesc='An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.'
arch=('x86_64' 'aarch64')
@@ -13,9 +13,9 @@ license=('Apache')
_mongosh_folder=mongosh-${pkgver}-linux
source_x86_64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-x64.tgz")
-sha256sums_x86_64=('11ed5b126848dc29de0ea354f479a6f317eec70889fd56f9f4d2b2790f8ca34c')
+sha256sums_x86_64=('cc6271d9e6bbe052c6a6017c4b10ecbf28a2ff6320537e3bb9b7aea2f83fbeb7')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('a5394a767e9b67e188fb45247f348f6a3348bc6a476fa84a340102fe15dcd9f1')
+sha256sums_aarch64=('bf5edc8ee822f1f5c6f7a7d52643cb57416a08fb99943b04c51df69d259e0eef')
package() {
if [ $CARCH = 'x86_64' ]; then