summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed23169a7e7e..facc53a032ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass
pkgdesc = The MongoDB GUI
- pkgver = 1.29.0
+ pkgver = 1.29.1
pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = mongodb-compass
depends = libxtst
depends = nss
optdepends = org.freedesktop.secrets
- noextract = mongodb-compass_1.29.0_amd64.deb
- source = https://downloads.mongodb.com/compass/mongodb-compass_1.29.0_amd64.deb
- sha256sums = e4dae7988da587f9e4314acc98f8057003c2d6ed74ef04caff6e686d99466640
+ noextract = mongodb-compass_1.29.1_amd64.deb
+ source = https://downloads.mongodb.com/compass/mongodb-compass_1.29.1_amd64.deb
+ sha256sums = 3705f7fd075990e09663da87a6dde9098f651e0ae55f5aabdc69bc7c3492d079
pkgname = mongodb-compass
diff --git a/PKGBUILD b/PKGBUILD
index f6e5e894d79a..517502178c1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=mongodb-compass
-pkgver=1.29.0
+pkgver=1.29.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=('e4dae7988da587f9e4314acc98f8057003c2d6ed74ef04caff6e686d99466640')
+sha256sums=('3705f7fd075990e09663da87a6dde9098f651e0ae55f5aabdc69bc7c3492d079')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}"*.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -