summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAman Sinha2021-05-23 17:36:03 +0530
committerAman Sinha2021-05-23 17:36:03 +0530
commitca9521b06164b667d9afc8c9a91d348628024252 (patch)
tree1e71d5112efa7bddc15fae6a183ac141434fc434
parent3cc76a577086a5247ba1167e951a33317d3a4745 (diff)
downloadaur-ca9521b06164b667d9afc8c9a91d348628024252.tar.gz
upstream to v0.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a453309e197c..1e1e95943997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-shell
pkgdesc = The MongoDB Shell includes all features of legacy mongo shell with new syntax highligting, clear error messages and intelligent autocomplete.
- pkgver = 0.13.1
+ pkgver = 0.13.2
pkgrel = 1
url = https://www.mongodb.com/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = mongodb-shell
optdepends = mongodb-bin
provides = mongosh
options = !strip
- source = https://downloads.mongodb.com/compass/mongosh-0.13.1-linux-x64.tgz
- sha256sums = 36183d7735614e9d009d90875f2c0742b319d25e6578fc77dafdeac22a79f07d
+ source = https://downloads.mongodb.com/compass/mongosh-0.13.2-linux-x64.tgz
+ sha256sums = 0ada7e1273492fd2aca56d8496a1a2d75732ec2bc13ebbad9b4b18730d9f5970
pkgname = mongodb-shell
diff --git a/PKGBUILD b/PKGBUILD
index b3170ed02d32..4bb709cd93e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aman Sinha
pkgname=mongodb-shell
-pkgver=0.13.1
+pkgver=0.13.2
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,7 @@ optdepends=('mongodb-bin')
provides=("mongosh")
arch=('x86_64')
source=("https://downloads.mongodb.com/compass/mongosh-$pkgver-linux-x64.tgz")
-sha256sums=("36183d7735614e9d009d90875f2c0742b319d25e6578fc77dafdeac22a79f07d")
+sha256sums=("0ada7e1273492fd2aca56d8496a1a2d75732ec2bc13ebbad9b4b18730d9f5970")
options=(!strip)
package() {
cd $srcdir