summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAman Sinha2021-08-15 11:58:50 +0530
committerAman Sinha2021-08-15 11:58:50 +0530
commit501af02d40f3183f3832263a2faaae94c43fba4a (patch)
treee9066bc2350670fd03211d64acba0c4bc997836c
parent78ee294aee6f1ed487897c2920ec0f5753b31714 (diff)
downloadaur-501af02d40f3183f3832263a2faaae94c43fba4a.tar.gz
update to v1.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1844bb60f031..665641d295b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mongosh-bin
pkgdesc = An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.
- pkgver = 1.0.0
+ pkgver = 1.0.5
pkgrel = 1
url = https://github.com/mongodb-js/mongosh.git
arch = x86_64
license = Apache
makedepends = tar
depends = glibc
- source = https://downloads.mongodb.com/compass/mongosh-1.0.0-linux-x64.tgz
- sha256sums = 7d6ef14e8abdb22904fbb3aafa1bbcc8d3b71be48b6ba881d0cf36124c99f396
+ source = https://downloads.mongodb.com/compass/mongosh-1.0.5-linux-x64.tgz
+ sha256sums = 0e47c60e99dbfb2cc55696a384bd8d23e03df0026ea629e27ceef40e7f0d1770
pkgname = mongosh-bin
diff --git a/PKGBUILD b/PKGBUILD
index fc5543a0b6a7..3c0390caa215 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=1.0.0
+pkgver=1.0.5
pkgrel=1
pkgdesc='An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.'
arch=('x86_64')
@@ -13,7 +13,7 @@ license=('Apache')
_mongosh_file=mongosh-${pkgver}-linux-x64
source=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-x64.tgz")
-sha256sums=('7d6ef14e8abdb22904fbb3aafa1bbcc8d3b71be48b6ba881d0cf36124c99f396')
+sha256sums=('0e47c60e99dbfb2cc55696a384bd8d23e03df0026ea629e27ceef40e7f0d1770')
package() {
@@ -23,4 +23,4 @@ package() {
install -D $_mongosh_file/bin/mongocryptd-mongosh "$pkgdir/usr/bin/mongocryptd-mongosh"
install -D $_mongosh_file/bin/mongosh "$pkgdir/usr/bin/mongosh"
-} \ No newline at end of file
+}