summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2019-08-20 00:39:30 +0200
committerDaniel Peukert2019-08-20 00:39:30 +0200
commitff0420f592c18f5c695cabdb271912ba07e13210 (patch)
tree7f85daa37426c5f453a8a92864bdf9a68e7bdae7
parentb7722201d3dce61ae75ccf49019ee851340c0260 (diff)
downloadaur-ff0420f592c18f5c695cabdb271912ba07e13210.tar.gz
Updated to 1.19.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 048e6b0a5217..6ffb3074107c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass-isolated
pkgdesc = The official GUI for MongoDB - Isolated Edition
- pkgver = 1.19.3
+ pkgver = 1.19.4
pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = mongodb-compass-isolated
depends = electron3
depends = libsecret
optdepends = gnome-keyring
- source = https://downloads.mongodb.com/compass/mongodb-compass-isolated-1.19.3.x86_64.rpm
+ source = https://downloads.mongodb.com/compass/mongodb-compass-isolated-1.19.4.x86_64.rpm
source = launch.sh
- sha256sums = a7822bcdff301265769e02f83cb6a2efc7ac45b40d8daf2abee9241f7d9aa1ce
+ sha256sums = 4d580978224701cb4275a0d2e71ace6c4aaf08f65d161cdcfcf4599207384243
sha256sums = a9e2a135358cbbb57be58dcbd7e6a906ab894ed6ac2f166ee688f9ee80accc87
pkgname = mongodb-compass-isolated
diff --git a/PKGBUILD b/PKGBUILD
index b426dfe6009d..b21284e21183 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
pkgname='mongodb-compass-isolated'
-pkgver='1.19.3'
+pkgver='1.19.4'
pkgrel='1'
pkgdesc='The official GUI for MongoDB - Isolated Edition'
arch=('x86_64')
@@ -9,11 +9,11 @@ license=('custom')
depends=('electron3' 'libsecret')
optdepends=('gnome-keyring')
source=(
- 'https://downloads.mongodb.com/compass/mongodb-compass-isolated-1.19.3.x86_64.rpm'
+ 'https://downloads.mongodb.com/compass/mongodb-compass-isolated-1.19.4.x86_64.rpm'
'launch.sh'
)
sha256sums=(
- 'a7822bcdff301265769e02f83cb6a2efc7ac45b40d8daf2abee9241f7d9aa1ce'
+ '4d580978224701cb4275a0d2e71ace6c4aaf08f65d161cdcfcf4599207384243'
'a9e2a135358cbbb57be58dcbd7e6a906ab894ed6ac2f166ee688f9ee80accc87'
)