summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Quisbert2022-03-27 13:04:23 +0200
committerAlejandro Quisbert2022-03-27 13:04:23 +0200
commit8324baeaaea50c98709b07cb64b917dc3ed7f3c0 (patch)
tree16ee8481589b953beb7a59b7a09f3df19f90c971
parent4c5b380b6120e14823946022b6d96076718c4889 (diff)
downloadaur-8324baeaaea50c98709b07cb64b917dc3ed7f3c0.tar.gz
Upgrade v1.3.1
Upgrade binaries up to version 1.3.1 and update sha256 checksums.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67b174050caf..5ad5aba045ff 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 = 1.2.2
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/mongodb-js/mongosh.git
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = mongosh-bin
license = Apache
depends = xz
depends = krb5
- source_x86_64 = https://downloads.mongodb.com/compass/mongosh-1.2.2-linux-x64.tgz
- sha256sums_x86_64 = 539d55c4d4a7cd3a717162b4eef78938d9cc9ac5345457ea66e9ae26a9f6ec99
- source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.2.2-linux-arm64.tgz
- sha256sums_aarch64 = 57d8585c9317ce83f633498273c6203916a440666a0421ac9d209ffd7590c08e
+ source_x86_64 = https://downloads.mongodb.com/compass/mongosh-1.3.1-linux-x64.tgz
+ sha256sums_x86_64 = f8d2b9b821a7c6cf5ce3039bec8a6fd79c1f4c70acf4b293916017e0d7d312da
+ source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.3.1-linux-arm64.tgz
+ sha256sums_aarch64 = 4e322fc01658b169d2267304a40994abd4b5545805c39046d361dc3f53243966
pkgname = mongosh-bin
diff --git a/PKGBUILD b/PKGBUILD
index ab11bff343c8..843868574c17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=1.2.2
+pkgver=1.3.1
pkgrel=1
pkgdesc='An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.'
arch=('x86_64' 'aarch64')
@@ -12,9 +12,9 @@ license=('Apache')
_mongosh_file=mongosh-${pkgver}-linux-x64
source_x86_64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-x64.tgz")
-sha256sums_x86_64=('539d55c4d4a7cd3a717162b4eef78938d9cc9ac5345457ea66e9ae26a9f6ec99')
+sha256sums_x86_64=('4371f3af3436009db3ab34face0908592b330e2f9938dbbd91dace4832315d08')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('57d8585c9317ce83f633498273c6203916a440666a0421ac9d209ffd7590c08e')
+sha256sums_aarch64=('65d83d618c3da8cbfee643bc024d1fd638c9178fbd669e9eaccbe846fa6034cf')
package() {