summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2021-12-21 19:45:18 +0100
committerDaniel Peukert2021-12-21 19:45:18 +0100
commit7ca442f462205c0e504c983cca57a67390754bc2 (patch)
treee03d006b977147f12c696a59981f4f7b783b1a16 /PKGBUILD
parentfb59fb1cc19c855f1dfa95b344a1ba12c20de05b (diff)
downloadaur-7ca442f462205c0e504c983cca57a67390754bc2.tar.gz
Update mongodb-compass-beta to 1.30.0-beta.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e52208b6ef4b..6cdd8d3940ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='mongodb-compass-beta'
_edition=' Beta'
pkgname="$_pkgname-bin"
-_pkgver='1.30.0-beta.0'
+_pkgver='1.30.0-beta.1'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
pkgrel='1'
pkgdesc='The official GUI for MongoDB - beta version - binary version'
@@ -20,7 +20,7 @@ provides=("$_pkgname")
conflicts=("$_pkgname")
_betaprefix="$([[ "$_pkgname" =~ -beta$ ]] && printf 'beta/' || printf '')"
source=("$pkgname-$pkgver-$pkgrel.rpm::https://downloads.mongodb.com/compass/$_betaprefix$_pkgname-$_pkgver.x86_64.rpm")
-sha512sums=('a40e55d17347262dc604dd0531afe267bbb98abc168e8c01703fce83f288bc3102d04f9b314a8269f6412106cf4420aa3aedd21f07eae0a582289dcd19f99af5')
+sha512sums=('ed795cbeed8c6614723d502256af61aa0a2c7e44267ee0b14e50e049e98706d3359295e06c411de30827ed1dda0dd2e4a9a4bf61ea2c6783a44a161b6dc62382')
package() {
cd "$srcdir/"