summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-04 22:38:45 +0200
committerDaniel Peukert2022-08-04 22:38:45 +0200
commit8b97e4c0fe0e0498d196c434da6196c2c0a874df (patch)
treedcabc9007cf9039879abeaadfa7eb9e7179f5553
parent2f7422a93a6e2afec3e866f6e999121448c4f9c1 (diff)
downloadaur-8b97e4c0fe0e0498d196c434da6196c2c0a874df.tar.gz
Update mongodb-compass to 1.32.6, mongodb-compass-beta to 1.32.6-beta.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e358a53eb11..f091b79046d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass-readonly-bin
pkgdesc = The official GUI for MongoDB - Readonly Edition - binary version
- pkgver = 1.32.3
+ pkgver = 1.32.6
pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = mongodb-compass-readonly-bin
optdepends = org.freedesktop.secrets
provides = mongodb-compass-readonly
conflicts = mongodb-compass-readonly
- source = mongodb-compass-readonly-bin-1.32.3-1.rpm::https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.32.3.x86_64.rpm
- sha512sums = b4f4cd2540997e38b086671dc29523f6e21b5ab5a3d8b5d1d4472a73e480dce12fae80d0d2249c626c192a6b38e68b272823695a4517f88b6d6062941a37c0ae
+ source = mongodb-compass-readonly-bin-1.32.6-1.rpm::https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.32.6.x86_64.rpm
+ sha512sums = b97da2903ced16604acf8a2bd6bcca2c6868eeab3a6fedc08fa04131f6a463816affa06b08291c2ef76685efbd8221b19de28861af524a8d69f40b16548fdf18
pkgname = mongodb-compass-readonly-bin
diff --git a/PKGBUILD b/PKGBUILD
index a6266a751b14..b8472bbcf911 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='mongodb-compass-readonly'
_edition=' Readonly'
pkgname="$_pkgname-bin"
-_pkgver='1.32.3'
+_pkgver='1.32.6'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
pkgrel='1'
pkgdesc='The official GUI for MongoDB - Readonly Edition - binary version'
@@ -20,7 +20,7 @@ provides=("$_pkgname")
conflicts=("$_pkgname")
_betaprefix="$([[ "$_pkgname" =~ -beta$ ]] && printf 'beta/' || printf '')"
source=("$pkgname-$pkgver-$pkgrel.rpm::https://downloads.mongodb.com/compass/$_betaprefix$_pkgname-$_pkgver.x86_64.rpm")
-sha512sums=('b4f4cd2540997e38b086671dc29523f6e21b5ab5a3d8b5d1d4472a73e480dce12fae80d0d2249c626c192a6b38e68b272823695a4517f88b6d6062941a37c0ae')
+sha512sums=('b97da2903ced16604acf8a2bd6bcca2c6868eeab3a6fedc08fa04131f6a463816affa06b08291c2ef76685efbd8221b19de28861af524a8d69f40b16548fdf18')
package() {
cd "$srcdir/"