summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2024-03-28 22:30:56 +0330
committerAli Molaei2024-03-28 22:30:56 +0330
commitc50512119ce4c7307e726524144eb1b10f80541d (patch)
tree5d2ad423f543691b33b782e39c6546517db77772
parent91be27ffd2e199a62b1484236b203249bc2f61ce (diff)
downloadaur-c50512119ce4c7307e726524144eb1b10f80541d.tar.gz
Update 2.2.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d5ff2af8d53..16bb2441e48d 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.2.1
+ pkgver = 2.2.2
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.2.1-linux-x64.tgz
- sha256sums_x86_64 = befce9e42fb15336907ccf921b76810a4412c2890b8faeae9021c72be4888a59
- source_aarch64 = https://downloads.mongodb.com/compass/mongosh-2.2.1-linux-arm64.tgz
- sha256sums_aarch64 = 50540c686f37ecee2df0e2163f6b2b79b6a3c09f244766cc0770d506ae4e1f71
+ source_x86_64 = https://downloads.mongodb.com/compass/mongosh-2.2.2-linux-x64.tgz
+ sha256sums_x86_64 = fab441ce611f2fcba64619fbbfe25f0272b13e2e69105adcfa0ce3c832829acf
+ source_aarch64 = https://downloads.mongodb.com/compass/mongosh-2.2.2-linux-arm64.tgz
+ sha256sums_aarch64 = 4d65c215ac8d02a34254105ecf95f0ac67673b1b9f5f49f06e483fe51674dc49
pkgname = mongosh-bin
diff --git a/PKGBUILD b/PKGBUILD
index ecfb06bb8c5c..312801a17dc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=2.2.1
+pkgver=2.2.2
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=('befce9e42fb15336907ccf921b76810a4412c2890b8faeae9021c72be4888a59')
+sha256sums_x86_64=('fab441ce611f2fcba64619fbbfe25f0272b13e2e69105adcfa0ce3c832829acf')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('50540c686f37ecee2df0e2163f6b2b79b6a3c09f244766cc0770d506ae4e1f71')
+sha256sums_aarch64=('4d65c215ac8d02a34254105ecf95f0ac67673b1b9f5f49f06e483fe51674dc49')
package() {
if [ $CARCH = 'x86_64' ]; then