summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2021-04-09 08:43:22 +0200
committerÓscar García Amor2021-04-09 08:43:22 +0200
commit2aa7b21b1dc3450910ba2cc49d3ede68a7cc8d1f (patch)
tree535329bb8f505f2fdc25bfd424186904c1a3fe5b
parentc6ab30d4dd703922832a6eec9fa4add5dbd23438 (diff)
downloadaur-2aa7b21b1dc3450910ba2cc49d3ede68a7cc8d1f.tar.gz
upgpkg: mongodb-compass 1.26.1-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 4df2eb2eac7c..4a8f66802bfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass
pkgdesc = The MongoDB GUI
- pkgver = 1.26.0
+ pkgver = 1.26.1
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.26.0_amd64.deb
- source = https://downloads.mongodb.com/compass/mongodb-compass_1.26.0_amd64.deb
- sha256sums = 2289c06e7df39ee91da134f278d86201b2b1c17c898f607c0e9a1801777bc272
+ noextract = mongodb-compass_1.26.1_amd64.deb
+ source = https://downloads.mongodb.com/compass/mongodb-compass_1.26.1_amd64.deb
+ sha256sums = b80ae997db3909f64e911d3cc2459428ea4ce255f3368447e0c8555cf4ba26db
pkgname = mongodb-compass
diff --git a/PKGBUILD b/PKGBUILD
index c59061442890..5b28ca2039fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=mongodb-compass
-pkgver=1.26.0
+pkgver=1.26.1
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=('2289c06e7df39ee91da134f278d86201b2b1c17c898f607c0e9a1801777bc272')
+sha256sums=('b80ae997db3909f64e911d3cc2459428ea4ce255f3368447e0c8555cf4ba26db')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}"*.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -