summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-12-05 16:27:55 +0330
committerAli Molaei2023-12-05 16:27:55 +0330
commitde79a71355a6b4c1e6acc8d701dd1c845251c647 (patch)
treed8c83fcf332fa40bfae5de73184555fd8e7960b4
parente299a95d29baab1683e7c07da6198a62dd83c8f0 (diff)
downloadaur-de79a71355a6b4c1e6acc8d701dd1c845251c647.tar.gz
Update to 2.1.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e709f03cdd7..9c210bc197e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongosh-bin
pkgdesc = An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.
- pkgver = 2.1.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://github.com/mongodb-js/mongosh.git
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = mongosh-bin
depends = krb5
provides = mongosh
conflicts = mongosh
- source_x86_64 = https://downloads.mongodb.com/compass/mongosh-2.1.0-linux-x64.tgz
- sha256sums_x86_64 = 769a8ef310c2b6bc4045a39cbb65bed27addec84c3f7d17f6f4baacdaf6f61a8
- source_aarch64 = https://downloads.mongodb.com/compass/mongosh-2.1.0-linux-arm64.tgz
- sha256sums_aarch64 = 678f2f8f53ed1a106b155a740b522eb45416c61cdcbd6c0ce9a9f61fbd92bcf4
+ source_x86_64 = https://downloads.mongodb.com/compass/mongosh-2.1.1-linux-x64.tgz
+ sha256sums_x86_64 = 97408c51f1116d9a7e5f59fe7417634aad3c654c23b971b6ca79023af15c0fb0
+ source_aarch64 = https://downloads.mongodb.com/compass/mongosh-2.1.1-linux-arm64.tgz
+ sha256sums_aarch64 = 05fdc678fac57860ae803037a56081ecc25d1a945f60609f1af7ea915cff5a75
pkgname = mongosh-bin
diff --git a/PKGBUILD b/PKGBUILD
index a0b422a66625..a666b63bc31f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc='An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.'
arch=('x86_64' 'aarch64')
@@ -15,9 +15,9 @@ license=('Apache')
_mongosh_folder=mongosh-${pkgver}-linux
source_x86_64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-x64.tgz")
-sha256sums_x86_64=('b63580a1958155ca3824700665b15473f7f114ba15fd0b0fd202e9ee8660c1a5')
+sha256sums_x86_64=('97408c51f1116d9a7e5f59fe7417634aad3c654c23b971b6ca79023af15c0fb0')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('c842931df3ac623dd56dd8d069ea8049c4a8643ceffdece6bb3fd7f638c2ab83')
+sha256sums_aarch64=('05fdc678fac57860ae803037a56081ecc25d1a945f60609f1af7ea915cff5a75')
package() {
if [ $CARCH = 'x86_64' ]; then