summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-03-01 09:37:54 +0330
committerAli Molaei2023-03-01 09:37:54 +0330
commit043dfe9594a290f77470a186d77ff28e3292d937 (patch)
tree687e54ca3bc8cdbd5c2d961a0b58ff47bd5b1679
parentb760f19b470d9b3069c09def16d74ba4588ca76c (diff)
downloadaur-043dfe9594a290f77470a186d77ff28e3292d937.tar.gz
Update to 1.8.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 960a9b28a995..a4bb1b73ffdc 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.7.1
+ pkgver = 1.8.0
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.7.1-linux-x64.tgz
- sha256sums_x86_64 = 18769db3da0b00f5e60a6ce7e1b01dbeab9c705a8ca9f588433154a2bd3bb832
- source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.7.1-linux-arm64.tgz
- sha256sums_aarch64 = 3e20bcad23e20a7324f1631577f2f2ad31a062c5fcbeba73262bd8e13138712f
+ 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
pkgname = mongosh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7ae07ea01a89..2e346fcb93a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=1.7.1
+pkgver=1.8.0
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=('18769db3da0b00f5e60a6ce7e1b01dbeab9c705a8ca9f588433154a2bd3bb832')
+sha256sums_x86_64=('a99c22199056e28a48b632d4635124f48446612723d201853bc0065dfca6bf21')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('3e20bcad23e20a7324f1631577f2f2ad31a062c5fcbeba73262bd8e13138712f')
+sha256sums_aarch64=('6b20b776981d296820e55b366ee4aedcb929190cf8be80e12bbca8a11d5f538c')
package() {
if [ $CARCH = 'x86_64' ]; then