summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2021-07-14 10:13:03 +0200
committerÓscar García Amor2021-07-14 10:13:03 +0200
commit47a59cacf44f10556cf5f51a75fd93991b0c2bff (patch)
tree88c4ea1d4c216f4a501f06fa4c1c9ac648b039ea
parentdb172314bbb353452e002ce32dc420eae47fd63d (diff)
downloadaur-47a59cacf44f10556cf5f51a75fd93991b0c2bff.tar.gz
upgpkg: mongodb-compass 1.28.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 4465fdefba86..9d58ec5b1b32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass
pkgdesc = The MongoDB GUI
- pkgver = 1.28.0
+ pkgver = 1.28.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.28.0_amd64.deb
- source = https://downloads.mongodb.com/compass/mongodb-compass_1.28.0_amd64.deb
- sha256sums = 83c9021e38f4c75421c42fd4f255a99bde93861f9ac2260d2dbe2cf6f509d2f1
+ noextract = mongodb-compass_1.28.1_amd64.deb
+ source = https://downloads.mongodb.com/compass/mongodb-compass_1.28.1_amd64.deb
+ sha256sums = 2ceac59a14d4a642ae2a8184645e3db3dc648611ec6e50dd35d47e6bb5b412c9
pkgname = mongodb-compass
diff --git a/PKGBUILD b/PKGBUILD
index 03951ecb1202..8279200777c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=mongodb-compass
-pkgver=1.28.0
+pkgver=1.28.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=('83c9021e38f4c75421c42fd4f255a99bde93861f9ac2260d2dbe2cf6f509d2f1')
+sha256sums=('2ceac59a14d4a642ae2a8184645e3db3dc648611ec6e50dd35d47e6bb5b412c9')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}"*.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -