summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2019-08-13 00:27:04 +0200
committerDaniel Peukert2019-08-13 00:27:04 +0200
commit303c725bbcecb7bdd6dc817d865eaba705501363 (patch)
tree61dc5e41f69f8a4343d5431c5b715a50e6cd3135
parent92cf926af771a27b182d7a3043707199877b2fe2 (diff)
downloadaur-303c725bbcecb7bdd6dc817d865eaba705501363.tar.gz
Updated to 1.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f74aba8273d..2b29213844e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass-community
pkgdesc = The official GUI for MongoDB - Community Edition
- pkgver = 1.19.0
+ pkgver = 1.19.1
pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = mongodb-compass-community
depends = electron3
depends = libsecret
optdepends = gnome-keyring
- source = https://downloads.mongodb.com/compass/mongodb-compass-community-1.19.0.x86_64.rpm
+ source = https://downloads.mongodb.com/compass/mongodb-compass-community-1.19.1.x86_64.rpm
source = launch.sh
- sha256sums = c845f792ba62fe52c0a3238e4fde9f44c47525eeca9f268f90739c2c13e85976
+ sha256sums = 2e70b32e3ab41d61288560204f38fd187d9cfe52887e883094becc275b16b248
sha256sums = 69f68797ebf485b53e74af1f9f5f2e66d0f4e862ca94b90504d0fc85645e8b9d
pkgname = mongodb-compass-community
diff --git a/PKGBUILD b/PKGBUILD
index 5c0bc934c44b..8ea8856f5743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
pkgname='mongodb-compass-community'
-pkgver='1.19.0'
+pkgver='1.19.1'
pkgrel='1'
pkgdesc='The official GUI for MongoDB - Community Edition'
arch=('x86_64')
@@ -9,11 +9,11 @@ license=('custom')
depends=('electron3' 'libsecret')
optdepends=('gnome-keyring')
source=(
- 'https://downloads.mongodb.com/compass/mongodb-compass-community-1.19.0.x86_64.rpm'
+ 'https://downloads.mongodb.com/compass/mongodb-compass-community-1.19.1.x86_64.rpm'
'launch.sh'
)
sha256sums=(
- 'c845f792ba62fe52c0a3238e4fde9f44c47525eeca9f268f90739c2c13e85976'
+ '2e70b32e3ab41d61288560204f38fd187d9cfe52887e883094becc275b16b248'
'69f68797ebf485b53e74af1f9f5f2e66d0f4e862ca94b90504d0fc85645e8b9d'
)