summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-08 15:45:42 +0200
committerDaniel Peukert2020-05-08 15:45:42 +0200
commitc87d88436f45ad7643f73dc8caada50a5ae10adb (patch)
tree6165193a8b4496d9d0e91ef19a47d49bb157f26e
parent78f86c8189e8dbb2eec60246ee1ba29f5cc7a63f (diff)
downloadaur-c87d88436f45ad7643f73dc8caada50a5ae10adb.tar.gz
Updated mongodb-compass to 1.21.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aad3938177c4..91fcc2a95441 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass-readonly-bin
pkgdesc = The official GUI for MongoDB - Readonly Edition - binary version
- pkgver = 1.21.0
+ pkgver = 1.21.1
pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = mongodb-compass-readonly-bin
depends = lsb-release
provides = mongodb-compass-readonly
conflicts = mongodb-compass-readonly
- source = mongodb-compass-readonly-bin-1.21.0-1.rpm::https://github.com/mongodb-js/compass/releases/download/v1.21.0/mongodb-compass-readonly-1.21.0.x86_64.rpm
- sha256sums = 1daf38170be642c884f0b6df65e948d5857d3090920f065a5295079161170898
+ source = mongodb-compass-readonly-bin-1.21.1-1.rpm::https://github.com/mongodb-js/compass/releases/download/v1.21.1/mongodb-compass-readonly-1.21.1.x86_64.rpm
+ sha256sums = 0000000000000000000000000000000000000000000000000000000000000000
pkgname = mongodb-compass-readonly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4cead4a2e710..3daeaa48f1d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='mongodb-compass-readonly'
_edition=' Readonly'
pkgname="$_pkgname-bin"
-_pkgver='1.21.0'
+_pkgver='1.21.1'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
pkgrel='1'
pkgdesc='The official GUI for MongoDB - Readonly Edition - binary version'
@@ -18,7 +18,7 @@ depends=(
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=('1daf38170be642c884f0b6df65e948d5857d3090920f065a5295079161170898')
+sha256sums=('0000000000000000000000000000000000000000000000000000000000000000')
package() {
cd "$srcdir/"
@@ -36,4 +36,4 @@ package() {
for _license in 'LICENSE' 'LICENSES.chromium.html'; do
ln -sf "/opt/$_pkgname/$_license" "$pkgdir/usr/share/licenses/$pkgname/$_license"
done
-}
+} \ No newline at end of file