summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2024-01-31 13:35:20 +0330
committerAli Molaei2024-01-31 13:35:20 +0330
commit934d701c406394a29278c3fdd1bd724cb74a9282 (patch)
tree42a1d961bc28216029f884a473d7848b9376acb1
parentde79a71355a6b4c1e6acc8d701dd1c845251c647 (diff)
downloadaur-934d701c406394a29278c3fdd1bd724cb74a9282.tar.gz
Update to 2.1.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c210bc197e9..7b16d6eacb9b 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.1
+ pkgver = 2.1.3
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.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
+ source_x86_64 = https://downloads.mongodb.com/compass/mongosh-2.1.3-linux-x64.tgz
+ sha256sums_x86_64 = bafc2d80c206a00aec0f6692cbfe31c45de4533166a2839cbc53f2890567792f
+ source_aarch64 = https://downloads.mongodb.com/compass/mongosh-2.1.3-linux-arm64.tgz
+ sha256sums_aarch64 = 0d7d18a228302c75dac1b7ff1f9607825822af370cdf4545cf83116918274087
pkgname = mongosh-bin
diff --git a/PKGBUILD b/PKGBUILD
index a666b63bc31f..53ab8b0e5112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=2.1.1
+pkgver=2.1.3
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=('97408c51f1116d9a7e5f59fe7417634aad3c654c23b971b6ca79023af15c0fb0')
+sha256sums_x86_64=('bafc2d80c206a00aec0f6692cbfe31c45de4533166a2839cbc53f2890567792f')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('05fdc678fac57860ae803037a56081ecc25d1a945f60609f1af7ea915cff5a75')
+sha256sums_aarch64=('0d7d18a228302c75dac1b7ff1f9607825822af370cdf4545cf83116918274087')
package() {
if [ $CARCH = 'x86_64' ]; then