summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-02-03 21:19:45 +0100
committerDaniel Peukert2020-02-03 21:19:45 +0100
commit9c5fa5c890cc4854f126ab63ebc020e01ae6ad43 (patch)
tree1c313e6264099be90c6fdd6bc0dca5ef5a1acaa4
parent1686b3daf55636ea71da06dec6fa9cbf1ca222cf (diff)
downloadaur-9c5fa5c890cc4854f126ab63ebc020e01ae6ad43.tar.gz
Updated mongodb-compass-bin to 1.20.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec7865d01798..9be201ee287e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mongodb-compass-isolated-bin
pkgdesc = The official GUI for MongoDB - Isolated Edition - binary version
- pkgver = 1.20.4
- pkgrel = 3
+ pkgver = 1.20.5
+ pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
license = custom:SSPL
@@ -10,9 +10,9 @@ pkgbase = mongodb-compass-isolated-bin
depends = libsecret
provides = mongodb-compass-isolated
conflicts = mongodb-compass-isolated
- source = mongodb-compass-isolated-bin-1.20.4-3.rpm::https://github.com/mongodb-js/compass/releases/download/v1.20.4/mongodb-compass-isolated-1.20.4.x86_64.rpm
+ source = mongodb-compass-isolated-bin-1.20.5-1.rpm::https://github.com/mongodb-js/compass/releases/download/v1.20.5/mongodb-compass-isolated-1.20.5.x86_64.rpm
source = launch.sh
- sha256sums = 8afd91fa38ef759cc8287aa3e06c8c47c8a633aa43bc9e838c588fd520a9ec01
+ sha256sums = 98b3c0925f68da113e8a8de5933e17f82504e94b368dd5ea1734d2222dc18da2
sha256sums = 1bf3dd5e9363e750f4099acab9c8e22af7dc8645215d3fc4ed13abb0d38c5137
pkgname = mongodb-compass-isolated-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5c52d1cd05a6..4b68ed615f99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
_pkgname='mongodb-compass-isolated'
pkgname="$_pkgname-bin"
-_pkgver='1.20.4'
+_pkgver='1.20.5'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
-pkgrel='3'
+pkgrel='1'
pkgdesc='The official GUI for MongoDB - Isolated Edition - binary version'
arch=('x86_64')
url='https://www.mongodb.com/products/compass'
@@ -15,7 +15,7 @@ source=(
"$pkgname-$pkgver-$pkgrel.rpm::https://github.com/mongodb-js/compass/releases/download/v$_pkgver/$_pkgname-$_pkgver.x86_64.rpm"
'launch.sh'
)
-sha256sums=('8afd91fa38ef759cc8287aa3e06c8c47c8a633aa43bc9e838c588fd520a9ec01'
+sha256sums=('98b3c0925f68da113e8a8de5933e17f82504e94b368dd5ea1734d2222dc18da2'
'1bf3dd5e9363e750f4099acab9c8e22af7dc8645215d3fc4ed13abb0d38c5137')
package() {