summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-14 01:25:17 +0200
committerDaniel Peukert2020-05-14 01:25:17 +0200
commitd5ae3379c8b05a9d4b305326ec32ad8351b8cb0f (patch)
treecbf552643891297b24c5f59ae6eeec4020ec0acc /PKGBUILD
parent3f71631ab55069edf72bc361ab2c7d3667d85537 (diff)
downloadaur-mongodb-compass-community-bin.tar.gz
Updated mongodb-compass to 1.21.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65655c6a7737..a4688a443453 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname='mongodb-compass-community'
_edition=' Community'
pkgname="$_pkgname-bin"
-_pkgver='1.21.1'
+_pkgver='1.21.2'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
-pkgrel='3'
+pkgrel='1'
pkgdesc='The official GUI for MongoDB - Community Edition - binary version'
arch=('x86_64')
url='https://www.mongodb.com/products/compass'
@@ -19,7 +19,7 @@ optdepends=('org.freedesktop.secrets')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$pkgname-$pkgver-$pkgrel.rpm::https://github.com/mongodb-js/compass/releases/download/v$_pkgver/$_pkgname-$_pkgver.x86_64.rpm")
-sha256sums=('c1f36af7dcf63039e44ce752df6ff811eca7da09fef295192b464fbe8565bf59')
+sha256sums=('19789535cd9fe7c413930dce3ec67202c100567383a4ee3cba8c1505274500a7')
package() {
cd "$srcdir/"