summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-07-31 16:41:28 +0330
committerAli Molaei2023-07-31 16:41:28 +0330
commit375de84058e9d69292939fd0aabac83c22f7f0ec (patch)
tree6db435f1e624536565755a21433bfe868970bbf4
parenteeacac8a737cd2e5ef740389bb34350a1844774e (diff)
downloadaur-375de84058e9d69292939fd0aabac83c22f7f0ec.tar.gz
Update to 1.10.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1e3fafa6d0c..713c9b6ea773 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.10.1
+ pkgver = 1.10.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.10.1-linux-x64.tgz
- sha256sums_x86_64 = 0373a6275f0f1192ae7ef5d7fe91c82aa02cff95f6bbd36de07350c322800191
- source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.10.1-linux-arm64.tgz
- sha256sums_aarch64 = 96ca1b5a10f63daa8eec1a73128fc921b3e84be5a780c8d54e6825945257f20f
+ source_x86_64 = https://downloads.mongodb.com/compass/mongosh-1.10.2-linux-x64.tgz
+ sha256sums_x86_64 = 79466228f0429cea2c32dfaed32daa80680d8c52f947d9a68adb6c8613b7cbb7
+ source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.10.2-linux-arm64.tgz
+ sha256sums_aarch64 = ee9cd79dfcbc61aee01ef4b2478daf1b35d8e3e58431e8d7c6ffdcec384b3d2f
pkgname = mongosh-bin
diff --git a/PKGBUILD b/PKGBUILD
index bac8c63aca28..83018acef50f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=1.10.1
+pkgver=1.10.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=('0373a6275f0f1192ae7ef5d7fe91c82aa02cff95f6bbd36de07350c322800191')
+sha256sums_x86_64=('79466228f0429cea2c32dfaed32daa80680d8c52f947d9a68adb6c8613b7cbb7')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('96ca1b5a10f63daa8eec1a73128fc921b3e84be5a780c8d54e6825945257f20f')
+sha256sums_aarch64=('ee9cd79dfcbc61aee01ef4b2478daf1b35d8e3e58431e8d7c6ffdcec384b3d2f')
package() {
if [ $CARCH = 'x86_64' ]; then