summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-09-30 10:58:36 +0200
committerDaniel Peukert2023-09-30 10:58:36 +0200
commitaf7974641cffe4f3b091b148ca99efe7d4a9a49f (patch)
treeab119d0172c6de64c37c969200e3e9b720d483a6
parent84b7f992e806ffd7d7893474f7b82cedcf52cd2e (diff)
downloadaur-af7974641cffe4f3b091b148ca99efe7d4a9a49f.tar.gz
Update mongodb-compass-bin to 1.40.2, mongodb-compass-beta-bin to 1.40.2-beta.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f650887c452f..4730787b9e9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass-readonly-beta-bin
pkgdesc = The official GUI for MongoDB - Readonly Edition - beta version - binary version
- pkgver = 1.39.5.beta.8
+ pkgver = 1.40.2.beta.0
pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = mongodb-compass-readonly-beta-bin
optdepends = org.freedesktop.secrets
provides = mongodb-compass-readonly-beta
conflicts = mongodb-compass-readonly-beta
- source = mongodb-compass-readonly-beta-bin-1.39.5.beta.8.rpm::https://downloads.mongodb.com/compass/beta/mongodb-compass-readonly-beta-1.39.5-beta.8.x86_64.rpm
- sha512sums = 753480e94a9e64a0e3058884e4cc4268cbf59cdff3f0e8f683e53916d42a7cf86d2b8edbb8c01748871f2aea5aa435938f535b6ea89e480b034bb11b7bced231
+ source = mongodb-compass-readonly-beta-bin-1.40.2.beta.0.rpm::https://downloads.mongodb.com/compass/beta/mongodb-compass-readonly-beta-1.40.2-beta.0.x86_64.rpm
+ sha512sums = 09d3e93ba5a9af78b2043a5b57ff98628260eb93a2d26e6a4ef90aaf59065dff2032953948a8380f86b9df32428ecf2c70c7d604815e26ad2789d545ee6dd319
pkgname = mongodb-compass-readonly-beta-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3d70ce38b7e7..6f7e6fd5d5cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='mongodb-compass-readonly-beta'
_edition=' Readonly Beta'
pkgname="$_pkgname-bin"
-_pkgver='1.39.5-beta.8'
+_pkgver='1.40.2-beta.0'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
pkgrel='1'
pkgdesc='The official GUI for MongoDB - Readonly Edition - beta version - 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=('753480e94a9e64a0e3058884e4cc4268cbf59cdff3f0e8f683e53916d42a7cf86d2b8edbb8c01748871f2aea5aa435938f535b6ea89e480b034bb11b7bced231')
+sha512sums=('09d3e93ba5a9af78b2043a5b57ff98628260eb93a2d26e6a4ef90aaf59065dff2032953948a8380f86b9df32428ecf2c70c7d604815e26ad2789d545ee6dd319')
package() {
cd "$srcdir/"