summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-05-02 14:09:44 +0330
committerAli Molaei2023-05-02 14:09:44 +0330
commitb2043c15b9a416e90107beda32921cb4b0cc25bd (patch)
tree15b27a9f1edf64f70e72f967393d5d39e856fa41
parente904dd8fb10def851793e2bab7049474da0e6273 (diff)
downloadaur-b2043c15b9a416e90107beda32921cb4b0cc25bd.tar.gz
Update to 1.8.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cd356ebb8f5..8eeb13df7585 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.8.1
+ pkgver = 1.8.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.8.1-linux-x64.tgz
- sha256sums_x86_64 = 2c1322908a8fcd9ce45d1fca01c9e5ce5e762a1a1c65b4da177627d3d4c75519
- source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.8.1-linux-arm64.tgz
- sha256sums_aarch64 = 67300c9b0680b2544f4bc3c2da658da1c326e192710c7b624b9e7fbafa5fad86
+ source_x86_64 = https://downloads.mongodb.com/compass/mongosh-1.8.2-linux-x64.tgz
+ sha256sums_x86_64 = d4760312644b66a6ddadb2979a4bba275b251710de815b9d868d117878f44ad1
+ source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.8.2-linux-arm64.tgz
+ sha256sums_aarch64 = 138f515ab655d0641a13e1cefe35bcd5c112a6da1eb0c810a5e9ea7dbd5acb53
pkgname = mongosh-bin
diff --git a/PKGBUILD b/PKGBUILD
index b9df657f0572..8a8d07d5bcaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=1.8.1
+pkgver=1.8.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=('2c1322908a8fcd9ce45d1fca01c9e5ce5e762a1a1c65b4da177627d3d4c75519')
+sha256sums_x86_64=('d4760312644b66a6ddadb2979a4bba275b251710de815b9d868d117878f44ad1')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('67300c9b0680b2544f4bc3c2da658da1c326e192710c7b624b9e7fbafa5fad86')
+sha256sums_aarch64=('138f515ab655d0641a13e1cefe35bcd5c112a6da1eb0c810a5e9ea7dbd5acb53')
package() {
if [ $CARCH = 'x86_64' ]; then