summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-08-30 14:10:52 +0200
committerDaniel Peukert2023-08-30 14:10:52 +0200
commite35c41d73913c4440992bb915a308aa25ba1ff9e (patch)
tree5c0e00aeebcf2875e3529438682dde5942bc36f7
parent8719b1e5aa439e252a45f9b4849d77d19bb12dd7 (diff)
downloadaur-e35c41d73913c4440992bb915a308aa25ba1ff9e.tar.gz
Update mongodb-compass to 1.39.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05dc52f4e8d8..7378de2cb70b 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.39.2
+ pkgver = 1.39.3
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.39.2.rpm::https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.39.2.x86_64.rpm
- sha512sums = 173d5a2399f8c1c9cf7d2907e7ca29dbd5f6e9a0d754a02e317d15931033f974137306b5a88b7ce325333ecb0f2df9cc8cb066f99d36c2c037d051767afdaa49
+ source = mongodb-compass-readonly-bin-1.39.3.rpm::https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.39.3.x86_64.rpm
+ sha512sums = 1f7bcc900dacf75e8c7a9060bdb25c4509e2423ba89e3e7675215bb419e9072b3412ae5e733b59f90a2124c90634662d7b401fdbc61d7b3804d6f74cc82161d0
pkgname = mongodb-compass-readonly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 29ebc9674794..1de4b76768f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='mongodb-compass-readonly'
_edition=' Readonly'
pkgname="$_pkgname-bin"
-_pkgver='1.39.2'
+_pkgver='1.39.3'
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.rpm::https://downloads.mongodb.com/compass/$_betaprefix$_pkgname-$_pkgver.x86_64.rpm")
-sha512sums=('173d5a2399f8c1c9cf7d2907e7ca29dbd5f6e9a0d754a02e317d15931033f974137306b5a88b7ce325333ecb0f2df9cc8cb066f99d36c2c037d051767afdaa49')
+sha512sums=('1f7bcc900dacf75e8c7a9060bdb25c4509e2423ba89e3e7675215bb419e9072b3412ae5e733b59f90a2124c90634662d7b401fdbc61d7b3804d6f74cc82161d0')
package() {
cd "$srcdir/"