summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2020-05-05 17:58:15 +0200
committerÓscar García Amor2020-05-05 17:58:15 +0200
commit9249cfefc41e92c5ac3a3c751f180dafbe4b1a3c (patch)
treeaf799d41c00a1f991286a12cc2b187ac7eb7e9c7
parentc413dd18cf0c3f89e56583cd54f72d2723736163 (diff)
downloadaur-9249cfefc41e92c5ac3a3c751f180dafbe4b1a3c.tar.gz
upgpkg: mongodb-compass 1.21.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 730794ca2145..b33b4c87fcfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass
pkgdesc = The MongoDB GUI
- pkgver = 1.20.5
+ pkgver = 1.21.0
pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = mongodb-compass
depends = libxtst
depends = nss
optdepends = org.freedesktop.secrets
- noextract = mongodb-compass_1.20.5_amd64.deb
- source = https://downloads.mongodb.com/compass/mongodb-compass_1.20.5_amd64.deb
- sha256sums = 8a8793c9b0f7af65ddb5017c3305be093a73aa323692fd623494f96d9da37467
+ noextract = mongodb-compass_1.21.0_amd64.deb
+ source = https://downloads.mongodb.com/compass/mongodb-compass_1.21.0_amd64.deb
+ sha256sums = bfd4674372c82eedf29b51017afe6c101e803189709ae65dc48104fa4e3ccc8b
pkgname = mongodb-compass
diff --git a/PKGBUILD b/PKGBUILD
index bc1a12e97474..2cd6b7587acd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=mongodb-compass
-pkgver=1.20.5
+pkgver=1.21.0
pkgrel=1
pkgdesc="The MongoDB GUI"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('alsa-lib' 'gtk3' 'libsecret' 'libxss' 'libxtst' 'nss')
optdepends=('org.freedesktop.secrets')
source=("https://downloads.mongodb.com/compass/${pkgname}_${pkgver}_amd64.deb")
noextract=("${pkgname}_${pkgver}_amd64.deb")
-sha256sums=('8a8793c9b0f7af65ddb5017c3305be093a73aa323692fd623494f96d9da37467')
+sha256sums=('bfd4674372c82eedf29b51017afe6c101e803189709ae65dc48104fa4e3ccc8b')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}"*.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -