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 09d83154793c..c4e296c12f09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=1.9.0
+pkgver=1.9.1
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=('a25fc35b520f149606bac00986a8aacefa47d5a3a382924a63caa42f29f94d35')
+sha256sums_x86_64=('a77295871c991bacf50898d3829f4bbe7373a628ce552844223c3b70ba14de49')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('ee525f29be95ac0c1f587928b88f4d5a1e5e09981be9162ac71867529a9c22fa')
+sha256sums_aarch64=('02432a9331bee11a633b90b1a1dcc3914f360aae4030c3b418c7f35299659095')
package() {
if [ $CARCH = 'x86_64' ]; then