summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-06-08 23:35:03 +0200
committerDaniel Peukert2020-06-08 23:35:03 +0200
commit8c8835cafbde46f77569f3de0120368ac5af9ff6 (patch)
treeeae79f6ac2a655c3051cf33a98cd57df7e63d814
parentb41da7514f87c006de2fb88829167297581eae8b (diff)
downloadaur-mongodb-compass-community-beta-bin.tar.gz
Updated mongodb-compass-beta to 1.22.0-beta.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d912370d4f9e..5f82200aa9ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mongodb-compass-community-beta-bin
pkgdesc = The official GUI for MongoDB - Community Edition - beta version - binary version
- pkgver = 1.21.0.beta.5
- pkgrel = 3
+ pkgver = 1.22.0.beta.2
+ pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
license = custom:SSPL
@@ -23,7 +23,7 @@ pkgbase = mongodb-compass-community-beta-bin
optdepends = org.freedesktop.secrets
provides = mongodb-compass-community-beta
conflicts = mongodb-compass-community-beta
- source = mongodb-compass-community-beta-bin-1.21.0.beta.5-3.rpm::https://github.com/mongodb-js/compass/releases/download/v1.21.0-beta.5/mongodb-compass-community-beta-1.21.0-beta.5.x86_64.rpm
- sha256sums = 69b9daa77b379cc227f58d636b2602143a465dcbeb1ea4e562ad1499b857cd89
+ source = mongodb-compass-community-beta-bin-1.22.0.beta.2-1.rpm::https://github.com/mongodb-js/compass/releases/download/v1.22.0-beta.2/mongodb-compass-community-beta-1.22.0-beta.2.x86_64.rpm
+ sha256sums = bd59931496abd8dad3e1ec7a3a315b47518a3082909276ffde0b58444ac45ed7
pkgname = mongodb-compass-community-beta-bin
diff --git a/PKGBUILD b/PKGBUILD
index 41d9c09e8314..9119c44520a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname='mongodb-compass-community-beta'
_edition=' Community Beta'
pkgname="$_pkgname-bin"
-_pkgver='1.21.0-beta.5'
+_pkgver='1.22.0-beta.2'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
-pkgrel='3'
+pkgrel='1'
pkgdesc='The official GUI for MongoDB - Community Edition - beta version - binary version'
arch=('x86_64')
url='https://www.mongodb.com/products/compass'
@@ -19,7 +19,7 @@ optdepends=('org.freedesktop.secrets')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$pkgname-$pkgver-$pkgrel.rpm::https://github.com/mongodb-js/compass/releases/download/v$_pkgver/$_pkgname-$_pkgver.x86_64.rpm")
-sha256sums=('69b9daa77b379cc227f58d636b2602143a465dcbeb1ea4e562ad1499b857cd89')
+sha256sums=('bd59931496abd8dad3e1ec7a3a315b47518a3082909276ffde0b58444ac45ed7')
package() {
cd "$srcdir/"