summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-09-15 04:25:04 +0330
committerAli Molaei2023-09-15 04:25:04 +0330
commit5f1e96d639610223ff18411c7a12c3c537832d9f (patch)
tree5fc4728706c3bbda12ab5ea3937327e8d1b63591
parent16e5f25fd0a14ea8264f04356d63804e06f89c64 (diff)
downloadaur-5f1e96d639610223ff18411c7a12c3c537832d9f.tar.gz
Update 2.0.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65d89e87b199..c24a23cda724 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 = 2.0.0
+ pkgver = 2.0.1
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-2.0.0-linux-x64.tgz
- sha256sums_x86_64 = 934751dd496f69029845928e7804245c8281236fcd7f0d4ce2733006d3010f3c
- source_aarch64 = https://downloads.mongodb.com/compass/mongosh-2.0.0-linux-arm64.tgz
- sha256sums_aarch64 = 5d6419f5830f97bfedd79016bb052408e862eb3987a93a3ed8e49b07488513db
+ source_x86_64 = https://downloads.mongodb.com/compass/mongosh-2.0.1-linux-x64.tgz
+ sha256sums_x86_64 = b3ca23c3720c6e773fdd692bd3d8014d9d0a2fe9df8854c6ad87fdd596834e4d
+ source_aarch64 = https://downloads.mongodb.com/compass/mongosh-2.0.1-linux-arm64.tgz
+ sha256sums_aarch64 = 05ed7c40a55094abb15a5e0c78b90ab8c27b562bc8cdb00a6c4be0ccafe03e0a
pkgname = mongosh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2b68fd2f5f6c..dcb3b21417fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=2.0.0
+pkgver=2.0.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=('934751dd496f69029845928e7804245c8281236fcd7f0d4ce2733006d3010f3c')
+sha256sums_x86_64=('b3ca23c3720c6e773fdd692bd3d8014d9d0a2fe9df8854c6ad87fdd596834e4d')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('5d6419f5830f97bfedd79016bb052408e862eb3987a93a3ed8e49b07488513db')
+sha256sums_aarch64=('05ed7c40a55094abb15a5e0c78b90ab8c27b562bc8cdb00a6c4be0ccafe03e0a')
package() {
if [ $CARCH = 'x86_64' ]; then