summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAman2020-07-20 16:41:15 +0530
committerAman2020-07-20 16:41:15 +0530
commite31bf0978ce868c1b2c9a05c3199282e529f2a5d (patch)
tree309d5beb242eeabdafd34d47face1a15ae0ad876 /PKGBUILD
parentb51fb7f41272694c5a326afa45368a3971fd9358 (diff)
downloadaur-e31bf0978ce868c1b2c9a05c3199282e529f2a5d.tar.gz
updated to v0.0.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e23cb610e58..bd7e85755547 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aman Sinha
pkgname=mongodb-shell
-pkgver=0.0.7
+pkgver=0.0.8
pkgrel=1
pkgdesc='The MongoDB Shell includes all features of legacy mongo shell with new syntax highligting, clear error messages and intelligent autocomplete.'
url='https://www.mongodb.com/'
@@ -10,7 +10,6 @@ depends=('mongodb-bin')
provides=("mongosh")
arch=('x86_64')
source=("https://downloads.mongodb.com/compass/mongosh-$pkgver-linux.tgz")
-sha256sums=('c776ae3f530a7d9fb1c10915b950b902a4070daae779f1487c2a367d36ddc089')
options=(!strip)
package() {
cd $srcdir