diff options
author | Daniel Peukert | 2019-05-17 15:27:56 +0200 |
---|---|---|
committer | Daniel Peukert | 2019-05-17 15:27:56 +0200 |
commit | 4861825462132d80f6fd7ee8d70ba97a730e071a (patch) | |
tree | 3e6fc15c6c8b97145c492c61e942deb18e4f5aa4 | |
parent | c9f175388024ec26602a9f85a12664e6c83f2a05 (diff) | |
download | aur-4861825462132d80f6fd7ee8d70ba97a730e071a.tar.gz |
Updated to 1.18.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -1,7 +1,7 @@ pkgbase = mongodb-compass-readonly pkgdesc = The official GUI for MongoDB - Readonly Edition - pkgver = 1.17.0 - pkgrel = 2 + pkgver = 1.18.0 + pkgrel = 1 url = https://www.mongodb.com/products/compass arch = x86_64 license = custom @@ -15,8 +15,8 @@ pkgbase = mongodb-compass-readonly depends = libxss optdepends = gnome-keyring optdepends = libgnome-keyring - source = https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.17.0.x86_64.rpm - sha256sums = 8081d5ce16e9810e4496d49ea5c6e377d7d8f23218fa8c5b70c754d612922e9e + source = https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.18.0.x86_64.rpm + sha256sums = fc217765e5afbfe2655ba65be3d14640f646a1e1d1d273f46fb56273d371da4e pkgname = mongodb-compass-readonly @@ -1,15 +1,15 @@ # Maintainer: Daniel Peukert <dan.peukert@gmail.com> pkgname='mongodb-compass-readonly' -pkgver='1.17.0' -pkgrel='2' +pkgver='1.18.0' +pkgrel='1' pkgdesc='The official GUI for MongoDB - Readonly Edition' arch=('x86_64') url='https://www.mongodb.com/products/compass' license=('custom') depends=('nss' 'gconf' 'libxtst' 'alsa-lib' 'gtk2' 'libsecret' 'gcc-libs-multilib' 'libxss') optdepends=('gnome-keyring' 'libgnome-keyring') -source=('https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.17.0.x86_64.rpm') -sha256sums=('8081d5ce16e9810e4496d49ea5c6e377d7d8f23218fa8c5b70c754d612922e9e') +source=('https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.18.0.x86_64.rpm') +sha256sums=('fc217765e5afbfe2655ba65be3d14640f646a1e1d1d273f46fb56273d371da4e') package() { rm -r "$srcdir/usr/share/doc/" |