summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-12-23 13:56:37 +0100
committerDaniel Peukert2023-12-23 13:56:37 +0100
commit4070035d115c977efe3a503c5aae28424fce5323 (patch)
treeb179f3b8feb0d3c211667c650fb00bd458ade673
parent9d717db33ddf926b251536268a18346eb56e90ff (diff)
downloadaur-4070035d115c977efe3a503c5aae28424fce5323.tar.gz
Update mongodb-compass to 1.41.0, mongodb-compass-beta to 1.40.5-beta.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcd80574916c..0b8215632a35 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.40.4
+ pkgver = 1.41.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.40.4.rpm::https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.40.4.x86_64.rpm
- sha512sums = ec151f973015211d497830fea184c0ac4f58ded5972619b610d4fb50304bc3b8699a0bfc332981b6ee8b7fac4df702a1ab30bd72a1a093f7d1c11d029f8173ef
+ 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
pkgname = mongodb-compass-readonly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 98f71454a7d5..5d9135484715 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='mongodb-compass-readonly'
_edition=' Readonly'
pkgname="$_pkgname-bin"
-_pkgver='1.40.4'
+_pkgver='1.41.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=('ec151f973015211d497830fea184c0ac4f58ded5972619b610d4fb50304bc3b8699a0bfc332981b6ee8b7fac4df702a1ab30bd72a1a093f7d1c11d029f8173ef')
+sha512sums=('3fa643f4e1cac69647a7242afb141957eba80621bbc14e0597e9aa0817460f14e5431d2875341748f65efa6813db4bd4ffd69ff4c187670a22e0543b23671e3b')
package() {
cd "$srcdir/"