summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-09-28 10:32:54 +0330
committerAli Molaei2022-09-28 10:32:54 +0330
commitf8820e4007fe7e1f7b055304369b4fe5e508b717 (patch)
treef24ac5ff645c4850ef48acff9606030605909d64
parentaa8c67d92207b0b3d2c82b8dd64db539784ebfd6 (diff)
downloadaur-f8820e4007fe7e1f7b055304369b4fe5e508b717.tar.gz
Update to 1.6.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index babd6dfe87e6..4f339fe6441b 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.5.4
+ pkgver = 1.6.0
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.5.4-linux-x64.tgz
- sha256sums_x86_64 = 11ed5b126848dc29de0ea354f479a6f317eec70889fd56f9f4d2b2790f8ca34c
- source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.5.4-linux-arm64.tgz
- sha256sums_aarch64 = a5394a767e9b67e188fb45247f348f6a3348bc6a476fa84a340102fe15dcd9f1
+ source_x86_64 = https://downloads.mongodb.com/compass/mongosh-1.6.0-linux-x64.tgz
+ sha256sums_x86_64 = cc6271d9e6bbe052c6a6017c4b10ecbf28a2ff6320537e3bb9b7aea2f83fbeb7
+ source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.6.0-linux-arm64.tgz
+ sha256sums_aarch64 = bf5edc8ee822f1f5c6f7a7d52643cb57416a08fb99943b04c51df69d259e0eef
pkgname = mongosh-bin
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