summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-14 01:21:41 +0200
committerDaniel Peukert2020-05-14 01:21:41 +0200
commitfbda2a43e6ab96a55fc0927c7a2c139041174256 (patch)
tree8d7cb559723021a7aeebdec8ce26b42746678788 /PKGBUILD
parentc19bad2ee3b53a974377cef4992b05eaba89e308 (diff)
downloadaur-mongodb-compass-community.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 2d2675682d6d..37ac97612724 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_target='compass-community'
_edition=' Community'
pkgname="mongodb-$_target"
-_pkgver='1.21.1'
+_pkgver='1.21.2'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
-pkgrel='5'
+pkgrel='1'
pkgdesc='The official GUI for MongoDB - Community Edition'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url='https://www.mongodb.com/products/compass'
@@ -16,7 +16,7 @@ source=(
"$pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/mongodb-js/compass/archive/v$_pkgver.tar.gz"
'hadron-build.diff'
)
-sha256sums=('cfaddc2ea23904afdea729e29311cca311052bb5c75297f8b68adef196547841'
+sha256sums=('b5b221aa3d91a8a4e6aa7f3194592f523e59aa56aca00a2a5e9493a4f9cced4e'
'fb0acd9dfb1b64253e79da5ef79e57225f0e687d98bb486e7e20d75224712133')
_sourcedirectory="compass-$_pkgver"