summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2019-08-11 16:11:17 +0200
committerDaniel Peukert2019-08-11 16:11:17 +0200
commitb4b6f7b61ebd8d2a8b485f03013911e575bfb42d (patch)
tree700dc54f0dab9a8e2acbcfbc2c0ede035255241c
parentde6c4bbed3112a1b6cca34be13f265f3cc354025 (diff)
downloadaur-b4b6f7b61ebd8d2a8b485f03013911e575bfb42d.tar.gz
Updated to 1.19.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e578d83f498f..e687282725dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = mongodb-compass-readonly
pkgdesc = The official GUI for MongoDB - Readonly Edition
- pkgver = 1.18.0
- pkgrel = 3
+ pkgver = 1.19.0
+ pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
license = custom
depends = electron3
depends = libsecret
optdepends = gnome-keyring
- source = https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.18.0.x86_64.rpm
+ source = https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.19.0.x86_64.rpm
source = launch.sh
- sha256sums = fc217765e5afbfe2655ba65be3d14640f646a1e1d1d273f46fb56273d371da4e
+ sha256sums = 7c5da9dd4a61cddb3c19a781255b1c68a77dc70042bd862986f1a2a4e59f6341
sha256sums = 7b4ba718a5e9d42402c251b1216a586dd3c0b9504affdd18c1eac1b2040bcea5
pkgname = mongodb-compass-readonly
diff --git a/PKGBUILD b/PKGBUILD
index 74d76e84fde2..0537e3c5f751 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
pkgname='mongodb-compass-readonly'
-pkgver='1.18.0'
-pkgrel='3'
+pkgver='1.19.0'
+pkgrel='1'
pkgdesc='The official GUI for MongoDB - Readonly Edition'
arch=('x86_64')
url='https://www.mongodb.com/products/compass'
@@ -9,11 +9,11 @@ license=('custom')
depends=('electron3' 'libsecret')
optdepends=('gnome-keyring')
source=(
- 'https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.18.0.x86_64.rpm'
+ 'https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.19.0.x86_64.rpm'
'launch.sh'
)
sha256sums=(
- 'fc217765e5afbfe2655ba65be3d14640f646a1e1d1d273f46fb56273d371da4e'
+ '7c5da9dd4a61cddb3c19a781255b1c68a77dc70042bd862986f1a2a4e59f6341'
'7b4ba718a5e9d42402c251b1216a586dd3c0b9504affdd18c1eac1b2040bcea5'
)