summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-08-05 14:53:48 +0330
committerAli Molaei2023-08-05 14:53:48 +0330
commit31ec568afeb5bddb9e64880694c5a0be81dc98fd (patch)
tree4beb4f0840f464be0e54ab1269561bc27b0f9b78
parent375de84058e9d69292939fd0aabac83c22f7f0ec (diff)
downloadaur-31ec568afeb5bddb9e64880694c5a0be81dc98fd.tar.gz
Update to 1.10.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 713c9b6ea773..571f058fa129 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.2
+ pkgver = 1.10.3
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.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
+ source_x86_64 = https://downloads.mongodb.com/compass/mongosh-1.10.3-linux-x64.tgz
+ sha256sums_x86_64 = 5c4c138d76fdb78ce5e7e711f6f8f112522a397cc5b111d0cc89c43deb4d9fed
+ source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.10.3-linux-arm64.tgz
+ sha256sums_aarch64 = 3c4db9e69e7cd538b5a17a4392244a5d00b90a07ad0864e00a29d1523c545490
pkgname = mongosh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 83018acef50f..9a0864bbfa1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=1.10.2
+pkgver=1.10.3
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=('79466228f0429cea2c32dfaed32daa80680d8c52f947d9a68adb6c8613b7cbb7')
+sha256sums_x86_64=('5c4c138d76fdb78ce5e7e711f6f8f112522a397cc5b111d0cc89c43deb4d9fed')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('ee9cd79dfcbc61aee01ef4b2478daf1b35d8e3e58431e8d7c6ffdcec384b3d2f')
+sha256sums_aarch64=('3c4db9e69e7cd538b5a17a4392244a5d00b90a07ad0864e00a29d1523c545490')
package() {
if [ $CARCH = 'x86_64' ]; then