summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-01-12 12:52:04 +0330
committerAli Molaei2023-01-12 12:52:04 +0330
commit91c6d9d3cea116cc0eca62176dcf31e4025a8e29 (patch)
tree9659ea7c581fc139bfc544af9fed4a0c244116df
parentb94215b0247d588c43039fddf1fcb42f991a8b30 (diff)
downloadaur-91c6d9d3cea116cc0eca62176dcf31e4025a8e29.tar.gz
Update to 1.6.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33da496ed4c6..2ad227701a13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = mongosh-bin
pkgdesc = An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.
- pkgver = 1.6.1
+ pkgver = 1.6.2
pkgrel = 1
url = https://github.com/mongodb-js/mongosh.git
arch = x86_64
arch = aarch64
license = Apache
depends = krb5
- source_x86_64 = https://downloads.mongodb.com/compass/mongosh-1.6.1-linux-x64.tgz
- sha256sums_x86_64 = 3bfb911e8c088286e9504f2c59109423bed7e32dfe458938e3254e0dbf2c811e
- source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.6.1-linux-arm64.tgz
- sha256sums_aarch64 = e3c0da1c7ffbf7e85da89ac2b9036351b702c34ca5dce19b2616ba8a46e839fe
+ source_x86_64 = https://downloads.mongodb.com/compass/mongosh-1.6.2-linux-x64.tgz
+ sha256sums_x86_64 = 7af27bc9fe07f5d8a8d72506319d28baeb8cbeacb9aa706246575ed9524e26e9
+ source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.6.2-linux-arm64.tgz
+ sha256sums_aarch64 = 00c26c13e1a01c9b5c52fdc5df717bc80ada1da947edbd0af234667912a2a568
pkgname = mongosh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9552fa838b08..556dd12958b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=1.6.1
+pkgver=1.6.2
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=('3bfb911e8c088286e9504f2c59109423bed7e32dfe458938e3254e0dbf2c811e')
+sha256sums_x86_64=('7af27bc9fe07f5d8a8d72506319d28baeb8cbeacb9aa706246575ed9524e26e9')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('e3c0da1c7ffbf7e85da89ac2b9036351b702c34ca5dce19b2616ba8a46e839fe')
+sha256sums_aarch64=('00c26c13e1a01c9b5c52fdc5df717bc80ada1da947edbd0af234667912a2a568')
package() {
if [ $CARCH = 'x86_64' ]; then