summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-04-25 23:52:40 +0330
committerAli Molaei2023-04-25 23:52:40 +0330
commite904dd8fb10def851793e2bab7049474da0e6273 (patch)
tree3720d371715ae66ce3819f7d30cd29b3d9959913
parent043dfe9594a290f77470a186d77ff28e3292d937 (diff)
downloadaur-e904dd8fb10def851793e2bab7049474da0e6273.tar.gz
Update to 1.8.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4bb1b73ffdc..8cd356ebb8f5 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.0
+ pkgver = 1.8.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-1.8.0-linux-x64.tgz
- sha256sums_x86_64 = a99c22199056e28a48b632d4635124f48446612723d201853bc0065dfca6bf21
- source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.8.0-linux-arm64.tgz
- sha256sums_aarch64 = 6b20b776981d296820e55b366ee4aedcb929190cf8be80e12bbca8a11d5f538c
+ 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
pkgname = mongosh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2e346fcb93a3..b9df657f0572 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=1.8.0
+pkgver=1.8.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=('a99c22199056e28a48b632d4635124f48446612723d201853bc0065dfca6bf21')
+sha256sums_x86_64=('2c1322908a8fcd9ce45d1fca01c9e5ce5e762a1a1c65b4da177627d3d4c75519')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('6b20b776981d296820e55b366ee4aedcb929190cf8be80e12bbca8a11d5f538c')
+sha256sums_aarch64=('67300c9b0680b2544f4bc3c2da658da1c326e192710c7b624b9e7fbafa5fad86')
package() {
if [ $CARCH = 'x86_64' ]; then