summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-12-16 20:15:07 +0100
committerDaniel Peukert2022-12-16 20:15:07 +0100
commite6e77e64f4c5d37ac6ec4131dc0e2b2cae12b6ba (patch)
treedf2e1106c0281ba2ca299c1274b512c7d58f1773
parent6c1c6e6c0044ec2a8522f4e971f69f7fdf86080c (diff)
downloadaur-e6e77e64f4c5d37ac6ec4131dc0e2b2cae12b6ba.tar.gz
Update mongodb-compass to 1.34.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58ed1d89ac94..120af04f0b1f 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.34.1
+ pkgver = 1.34.2
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.34.1-1.rpm::https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.34.1.x86_64.rpm
- sha512sums = 9921336e3e33b0df786c15fce9cdbea2092785da94d9c7b08ae6a553f176fbd55a33090fb7fc63bf1e19e36baf67399eab31adaf5fb18feabfc7d1e97683bf34
+ source = mongodb-compass-readonly-bin-1.34.2-1.rpm::https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.34.2.x86_64.rpm
+ sha512sums = 5fea91d1d5500511016f1f6556a2501311f79b604b68d4d92463dcf6a3cf204ba7a11bf0b1de621a60c39b4a0ff05a2637c176de7d2d9ebcb47629fc21517dae
pkgname = mongodb-compass-readonly-bin
diff --git a/PKGBUILD b/PKGBUILD
index bd42a014710d..926fba3c6150 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='mongodb-compass-readonly'
_edition=' Readonly'
pkgname="$_pkgname-bin"
-_pkgver='1.34.1'
+_pkgver='1.34.2'
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=('9921336e3e33b0df786c15fce9cdbea2092785da94d9c7b08ae6a553f176fbd55a33090fb7fc63bf1e19e36baf67399eab31adaf5fb18feabfc7d1e97683bf34')
+sha512sums=('5fea91d1d5500511016f1f6556a2501311f79b604b68d4d92463dcf6a3cf204ba7a11bf0b1de621a60c39b4a0ff05a2637c176de7d2d9ebcb47629fc21517dae')
package() {
cd "$srcdir/"