summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Quisbert2022-01-28 02:59:51 +0100
committerAlejandro Quisbert2022-01-28 02:59:51 +0100
commite585b2f588dd881bddb6e0e11e3a53ad91f74a90 (patch)
tree94faf8bae30e243d7cffa99dd4dd1ce588803afe
parentecc934d4f5cd16839d164baca7243df9913186ce (diff)
downloadaur-e585b2f588dd881bddb6e0e11e3a53ad91f74a90.tar.gz
Upgrade v1.1.9
Upgrade binaries up to version 1.1.9 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 61d5a4a6f105..6c42ef4475d6 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.1.0
+ pkgver = 1.1.9
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.1.0-linux-x64.tgz
- sha256sums_x86_64 = bed92d26430daba75696e634e8c849a14547a8c61f6e2d37342276b93dc2eb43
- source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.1.0-linux-arm64.tgz
- sha256sums_aarch64 = 6ba158ea70b6e000356854420b020d1a86a295c7d6adb312e8df6b99b74b9989
+ source_x86_64 = https://downloads.mongodb.com/compass/mongosh-1.1.9-linux-x64.tgz
+ sha256sums_x86_64 = 216354780921c492c13b74a1bff014f722337b8996cae3a24b90e730ca5cf4b7
+ source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.1.9-linux-arm64.tgz
+ sha256sums_aarch64 = 46df3c9107e196aa16d95f3c7fbb342ab9bd23fbef20c0277c0e203f1dd66533
pkgname = mongosh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 257711b17455..43b63d95dd85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=1.1.0
+pkgver=1.1.9
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=('bed92d26430daba75696e634e8c849a14547a8c61f6e2d37342276b93dc2eb43')
+sha256sums_x86_64=('216354780921c492c13b74a1bff014f722337b8996cae3a24b90e730ca5cf4b7')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('6ba158ea70b6e000356854420b020d1a86a295c7d6adb312e8df6b99b74b9989')
+sha256sums_aarch64=('46df3c9107e196aa16d95f3c7fbb342ab9bd23fbef20c0277c0e203f1dd66533')
package() {