summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2018-06-01 09:09:13 +0200
committerÓscar García Amor2018-06-01 09:09:13 +0200
commitb69f6b92f04c1a37324fbfc6c3ada3308a0ca4e5 (patch)
treedddf0d64b1c1bce74f4ad351f6979bd00e68659d
parent5d117ab51a3f6da31ec5a1689ac5e291af30fcd5 (diff)
downloadaur-b69f6b92f04c1a37324fbfc6c3ada3308a0ca4e5.tar.gz
Updated to 1.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5b5f4d13343..f53ee85e102c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass
pkgdesc = The MongoDB GUI
- pkgver = 1.12.8
+ pkgver = 1.13.1
pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = mongodb-compass
depends = libxtst
depends = nss
optdepends = gnome-keyring
- source = https://downloads.mongodb.com/compass/mongodb-compass_1.12.8_amd64.deb
- sha256sums = 50b2219e76f80e9d81bcdd25faf2a18b29a304e8198e116d5aa2e5fa9f714aad
+ source = https://downloads.mongodb.com/compass/mongodb-compass_1.13.1_amd64.deb
+ sha256sums = 970ce155578faeaf5dd9fe43a56745cfe727bcc0700bab4b752a836ca1964374
pkgname = mongodb-compass
diff --git a/PKGBUILD b/PKGBUILD
index 329b61d26fc4..a4bb94196fd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=mongodb-compass
-pkgver=1.12.8
+pkgver=1.13.1
pkgrel=1
pkgdesc="The MongoDB GUI"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('custom')
depends=('alsa-lib' 'gconf' 'gtk2' 'libsecret' 'libxss' 'libxtst' 'nss')
optdepends=('gnome-keyring')
source=("https://downloads.mongodb.com/compass/${pkgname}_${pkgver}_amd64.deb")
-sha256sums=('50b2219e76f80e9d81bcdd25faf2a18b29a304e8198e116d5aa2e5fa9f714aad')
+sha256sums=('970ce155578faeaf5dd9fe43a56745cfe727bcc0700bab4b752a836ca1964374')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}"*.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -