diff options
author | Ali Molaei | 2023-08-30 15:42:10 +0330 |
---|---|---|
committer | Ali Molaei | 2023-08-30 15:42:10 +0330 |
commit | e10fcd86106b9c08ed2aa5cc3d3f36c31d47826b (patch) | |
tree | 3cc49039fa34c90d55da33a2a8e44607c6d8a041 /PKGBUILD | |
parent | fc1b62d2a64c387a6374bd7037d423f4c6e2d0e7 (diff) | |
download | aur-e10fcd86106b9c08ed2aa5cc3d3f36c31d47826b.tar.gz |
Update to 1.10.6
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=1.10.5 +pkgver=1.10.6 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=('18038b6ef4f3d572f10390affe9f95d72d34349b7a0c55a70633d5c578d87c1c') +sha256sums_x86_64=('eba55b549510301f2f8f1c12184173b8ef82fea464c8b1f2449fb7517dd12fd6') source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz") -sha256sums_aarch64=('027d187d92a9e546bb3193fca778a47d52f2f36ed7e4a760c2651464193ae55b') +sha256sums_aarch64=('badbd7057b9fc207fb6a2bc926913fd1254932fb4740d746dc518da421e9117a') package() { if [ $CARCH = 'x86_64' ]; then |