summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-09-26 19:34:53 +0200
committerDaniel Peukert2023-09-26 19:34:53 +0200
commitd3bd1288c914654ba4b6677e4f5ce3cf6eec22b1 (patch)
tree8be5218684036d1927295949bef325f740de6bbf
parenta737c77264a1c7bd8ed691d426c61f6974bc96c5 (diff)
downloadaur-d3bd1288c914654ba4b6677e4f5ce3cf6eec22b1.tar.gz
Update mongodb-compass-bin to 1.40.0, mongodb-compass-beta-bin to 1.39.5-beta.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de8f525a92c2..b8ed4b0504a0 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.4
+ pkgver = 1.40.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.39.4.rpm::https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.39.4.x86_64.rpm
- sha512sums = 8381af5e2d6865d47eeea0d6bce6223b7feb78113eeb328257266f41262c042d98bd1df6929dbd8e06b3de409478f2ad8b1b9f1b265146bc5d8cc580a839b087
+ source = mongodb-compass-readonly-bin-1.40.0.rpm::https://downloads.mongodb.com/compass/mongodb-compass-readonly-1.40.0.x86_64.rpm
+ sha512sums = b5fb1009b1a1c6228d07d977842a21838a564a859a7fdc42c7e67088976a5d8f180e3e11346bc03906522f0c074294610c86c644e7f78a903724589292bc5d45
pkgname = mongodb-compass-readonly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1fccb34feb19..3858fc4ffbfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='mongodb-compass-readonly'
_edition=' Readonly'
pkgname="$_pkgname-bin"
-_pkgver='1.39.4'
+_pkgver='1.40.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=('8381af5e2d6865d47eeea0d6bce6223b7feb78113eeb328257266f41262c042d98bd1df6929dbd8e06b3de409478f2ad8b1b9f1b265146bc5d8cc580a839b087')
+sha512sums=('b5fb1009b1a1c6228d07d977842a21838a564a859a7fdc42c7e67088976a5d8f180e3e11346bc03906522f0c074294610c86c644e7f78a903724589292bc5d45')
package() {
cd "$srcdir/"