summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2019-08-20 00:39:17 +0200
committerDaniel Peukert2019-08-20 00:39:17 +0200
commit60f297453066382b96fb184af3d47732bc1b8df9 (patch)
tree668cb815f7bdeff09172faee85f2e1f04be30a4b
parent89fa35ba1ceb5bfe60f1bad0d9006d82b5d445f0 (diff)
downloadaur-60f297453066382b96fb184af3d47732bc1b8df9.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 3bbe8c125f4c..68faf2014898 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass-community
pkgdesc = The official GUI for MongoDB - Community 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-community
depends = electron3
depends = libsecret
optdepends = gnome-keyring
- source = https://downloads.mongodb.com/compass/mongodb-compass-community-1.19.3.x86_64.rpm
+ source = https://downloads.mongodb.com/compass/mongodb-compass-community-1.19.4.x86_64.rpm
source = launch.sh
- sha256sums = 0353c777ef97b038deb45892c97f89bce8045cef409f167603035c7732689171
+ sha256sums = d8f6f1d4e816eade016e3f34d63bb0f40dc6bcebddc17f7e5fa59dc5916f4ccb
sha256sums = 69f68797ebf485b53e74af1f9f5f2e66d0f4e862ca94b90504d0fc85645e8b9d
pkgname = mongodb-compass-community
diff --git a/PKGBUILD b/PKGBUILD
index 1c9993ef4aa0..0f737a356eed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
pkgname='mongodb-compass-community'
-pkgver='1.19.3'
+pkgver='1.19.4'
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.3.x86_64.rpm'
+ 'https://downloads.mongodb.com/compass/mongodb-compass-community-1.19.4.x86_64.rpm'
'launch.sh'
)
sha256sums=(
- '0353c777ef97b038deb45892c97f89bce8045cef409f167603035c7732689171'
+ 'd8f6f1d4e816eade016e3f34d63bb0f40dc6bcebddc17f7e5fa59dc5916f4ccb'
'69f68797ebf485b53e74af1f9f5f2e66d0f4e862ca94b90504d0fc85645e8b9d'
)