summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-02-12 21:00:24 +0100
committerDaniel Peukert2024-02-12 21:00:24 +0100
commit4bd6d3fa179ee550de1bafcfe8f6316286c8a49d (patch)
tree64822abe4fa17234aa8c72ab50cb14e753d68b7f
parentfe6bf122796b2e0355173af8c72f1fbf2ee90b8d (diff)
downloadaur-4bd6d3fa179ee550de1bafcfe8f6316286c8a49d.tar.gz
Update mongodb-compass to 1.42.0, mongodb-compass-beta to 1.42.1-beta.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd592bb49763..524534c8c03f 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.41.0
+ pkgver = 1.42.0
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.41.0.rpm::https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.41.0.x86_64.rpm
- sha512sums = 3fa643f4e1cac69647a7242afb141957eba80621bbc14e0597e9aa0817460f14e5431d2875341748f65efa6813db4bd4ffd69ff4c187670a22e0543b23671e3b
+ source = mongodb-compass-readonly-bin-1.42.0.rpm::https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.42.0.x86_64.rpm
+ sha512sums = 061c1687a0904b9d85b67130047dcbbe8e10cf10543e8f45d5750f0a54cdd269d256e306ac93865bc77d3c99f095596e49d9208f2d8fd383e648c88885f75dd6
pkgname = mongodb-compass-readonly-bin
diff --git a/PKGBUILD b/PKGBUILD
index cc7566807505..1e4a6e02553a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='mongodb-compass-readonly'
_edition=' Readonly'
pkgname="$_pkgname-bin"
-_pkgver='1.41.0'
+_pkgver='1.42.0'
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=('3fa643f4e1cac69647a7242afb141957eba80621bbc14e0597e9aa0817460f14e5431d2875341748f65efa6813db4bd4ffd69ff4c187670a22e0543b23671e3b')
+sha512sums=('061c1687a0904b9d85b67130047dcbbe8e10cf10543e8f45d5750f0a54cdd269d256e306ac93865bc77d3c99f095596e49d9208f2d8fd383e648c88885f75dd6')
package() {
cd "$srcdir/"