summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-02-12 21:00:13 +0100
committerDaniel Peukert2024-02-12 21:00:13 +0100
commitd1de37c312c9f9b33d44f32475c825a101ab6de5 (patch)
tree3291d11d74dc33621efe92adc2480e65d29598c2
parent6377a1e31b8b09254d2eff3da8d45f5aca2b9a94 (diff)
downloadaur-d1de37c312c9f9b33d44f32475c825a101ab6de5.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 b6c16175dbaa..84d926504e68 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.42.0.beta.6
+ pkgver = 1.42.1.beta.2
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.42.0.beta.6.rpm::https://downloads.mongodb.com/compass/beta/mongodb-compass-readonly-beta-1.42.0-beta.6.x86_64.rpm
- sha512sums = b9fab99eb931cc05eabab392dc3d15432b1bdc0c4339915d30652b8927922c1319c6b6151a3ecdff9e0339244ad322673e8b372552be383885b38b75f9b0f153
+ source = mongodb-compass-readonly-beta-bin-1.42.1.beta.2.rpm::https://downloads.mongodb.com/compass/beta/mongodb-compass-readonly-beta-1.42.1-beta.2.x86_64.rpm
+ sha512sums = cc976466e191da9215bc41618d1f4ffa69edff1346050680c37da89911cd2f2504cc38a9708e72c1e2f4dcf1207cd42ecf934c6eb3878a4e6bc339477f7595aa
pkgname = mongodb-compass-readonly-beta-bin
diff --git a/PKGBUILD b/PKGBUILD
index a1d6f42937d7..da57ab645d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='mongodb-compass-readonly-beta'
_edition=' Readonly Beta'
pkgname="$_pkgname-bin"
-_pkgver='1.42.0-beta.6'
+_pkgver='1.42.1-beta.2'
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=('b9fab99eb931cc05eabab392dc3d15432b1bdc0c4339915d30652b8927922c1319c6b6151a3ecdff9e0339244ad322673e8b372552be383885b38b75f9b0f153')
+sha512sums=('cc976466e191da9215bc41618d1f4ffa69edff1346050680c37da89911cd2f2504cc38a9708e72c1e2f4dcf1207cd42ecf934c6eb3878a4e6bc339477f7595aa')
package() {
cd "$srcdir/"