summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2021-01-13 18:01:48 +0100
committerDaniel Peukert2021-01-13 18:01:48 +0100
commit86c0d19d67da82eaf4d4375cd93f30e0c098e745 (patch)
tree66bd578eb2cc397eb90d0cc22fd928155174b94b /PKGBUILD
parent98d4c0821dec27e972bae36167e7ba782fe04a65 (diff)
downloadaur-86c0d19d67da82eaf4d4375cd93f30e0c098e745.tar.gz
Update mongodb-compass to 1.25.0 & mongodb-compass-beta to 1.25.0-beta.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73d1256784d8..141ec5a07227 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_target='compass-beta'
_edition=' Beta'
pkgname="mongodb-$_target"
-_pkgver='1.25.0-beta.0'
+_pkgver='1.25.0-beta.1'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
-pkgrel='2'
+pkgrel='1'
pkgdesc='The official GUI for MongoDB - beta version'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url='https://www.mongodb.com/products/compass'
@@ -16,7 +16,7 @@ source=(
"$pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/mongodb-js/compass/archive/v$_pkgver.tar.gz"
'hadron-build.diff'
)
-sha256sums=('f8040d22106d3fa32e1ae65f167c9dda9af5db6d93d05c1789b41483149e90be'
+sha256sums=('e4489997f734cc6813a4f74416f5ffe64723d6dfe055fe613d17dee6fe737c40'
'559564c32e2b499d09b9c5b3badcaf64c88d89786d4542bb11bb36a26b5ca657')
_sourcedirectory="compass-$_pkgver"