summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-08-24 15:03:14 +0200
committerDaniel Peukert2023-08-24 15:03:14 +0200
commit001360fcee891d861ec2b841bc7a726d96bdb4a2 (patch)
tree11278ef2c19a1b54897955641dd1a2c2185f9b80
parentfbe1382f1b06e47c068a049e189dc5f1d25cdb5f (diff)
downloadaur-001360fcee891d861ec2b841bc7a726d96bdb4a2.tar.gz
Update mongodb-compass-beta to 1.39.3-beta.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56cb7d936ef5..209ba61297e7 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.2.beta.3
+ pkgver = 1.39.3.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.2.beta.3.rpm::https://downloads.mongodb.com/compass/beta/mongodb-compass-readonly-beta-1.39.2-beta.3.x86_64.rpm
- sha512sums = a17f8b39d79775fd4e1e0ec63d120e13dca6ccd3b4a5849ca38dd5116ef48eaf4c5ac665bcb2cac17a530d9d7d034ea3feafe2043b90be7ca0a71db95430df7e
+ source = mongodb-compass-readonly-beta-bin-1.39.3.beta.0.rpm::https://downloads.mongodb.com/compass/beta/mongodb-compass-readonly-beta-1.39.3-beta.0.x86_64.rpm
+ sha512sums = 734b3ea1f0acfdf7f0d23d666d9bbe05eb98fef8f438107e7c76febd27e97a5619354e146e33052087c99f5fbcec2cbbb930aaa6b2f1c13f0d43f7171391dec3
pkgname = mongodb-compass-readonly-beta-bin
diff --git a/PKGBUILD b/PKGBUILD
index 500a785e1914..9b87372081e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='mongodb-compass-readonly-beta'
_edition=' Readonly Beta'
pkgname="$_pkgname-bin"
-_pkgver='1.39.2-beta.3'
+_pkgver='1.39.3-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=('a17f8b39d79775fd4e1e0ec63d120e13dca6ccd3b4a5849ca38dd5116ef48eaf4c5ac665bcb2cac17a530d9d7d034ea3feafe2043b90be7ca0a71db95430df7e')
+sha512sums=('734b3ea1f0acfdf7f0d23d666d9bbe05eb98fef8f438107e7c76febd27e97a5619354e146e33052087c99f5fbcec2cbbb930aaa6b2f1c13f0d43f7171391dec3')
package() {
cd "$srcdir/"