summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-08-19 11:01:22 +0330
committerAli Molaei2023-08-19 11:01:22 +0330
commitfc1b62d2a64c387a6374bd7037d423f4c6e2d0e7 (patch)
tree56b30a933c6b76315a672853b2b203cf9f91b64f
parent31ec568afeb5bddb9e64880694c5a0be81dc98fd (diff)
downloadaur-fc1b62d2a64c387a6374bd7037d423f4c6e2d0e7.tar.gz
Update tot 1.10.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 571f058fa129..e4959686d179 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.3
+ pkgver = 1.10.5
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.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
+ source_x86_64 = https://downloads.mongodb.com/compass/mongosh-1.10.5-linux-x64.tgz
+ sha256sums_x86_64 = 18038b6ef4f3d572f10390affe9f95d72d34349b7a0c55a70633d5c578d87c1c
+ source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.10.5-linux-arm64.tgz
+ sha256sums_aarch64 = 027d187d92a9e546bb3193fca778a47d52f2f36ed7e4a760c2651464193ae55b
pkgname = mongosh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9a0864bbfa1f..844795cd6807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=1.10.3
+pkgver=1.10.5
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=('5c4c138d76fdb78ce5e7e711f6f8f112522a397cc5b111d0cc89c43deb4d9fed')
+sha256sums_x86_64=('18038b6ef4f3d572f10390affe9f95d72d34349b7a0c55a70633d5c578d87c1c')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('3c4db9e69e7cd538b5a17a4392244a5d00b90a07ad0864e00a29d1523c545490')
+sha256sums_aarch64=('027d187d92a9e546bb3193fca778a47d52f2f36ed7e4a760c2651464193ae55b')
package() {
if [ $CARCH = 'x86_64' ]; then