summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-08 16:00:57 +0200
committerDaniel Peukert2020-05-08 16:00:57 +0200
commitf6470705ee1b4e3fd605da6d7e2fbf73fd4311db (patch)
tree9acff2a72aa7da8cfa2944abaf38f46a00f2dc72
parentc87d88436f45ad7643f73dc8caada50a5ae10adb (diff)
downloadaur-f6470705ee1b4e3fd605da6d7e2fbf73fd4311db.tar.gz
Updated mongodb-compass to 1.21.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91fcc2a95441..280f0931f5bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,6 +23,6 @@ pkgbase = mongodb-compass-readonly-bin
provides = mongodb-compass-readonly
conflicts = mongodb-compass-readonly
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
+ sha256sums = 54e8b891feff5f73c8c6628cac38bf3122cdbe94a4c30e77f255efbdbefd90ce
pkgname = mongodb-compass-readonly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3daeaa48f1d2..168886019d03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('0000000000000000000000000000000000000000000000000000000000000000')
+sha256sums=('54e8b891feff5f73c8c6628cac38bf3122cdbe94a4c30e77f255efbdbefd90ce')
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
+}