summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2021-08-30 22:53:50 +0200
committerDaniel Peukert2021-08-30 22:53:50 +0200
commit63b77e1451f709b80b251586d5381232a3eda57c (patch)
tree8ea239cb0111e0f84bef6718865bc1045b1b3acb /PKGBUILD
parentf4549594f819c3a90d9c762d044abe94ef639825 (diff)
downloadaur-63b77e1451f709b80b251586d5381232a3eda57c.tar.gz
Update mongodb-compass to 1.28.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fb1eea6febe..363ceb9da420 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target='compass-isolated'
_edition=' Isolated Edition'
pkgname="mongodb-$_target"
-_pkgver='1.28.1'
+_pkgver='1.28.4'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
pkgrel='1'
pkgdesc='The official GUI for MongoDB - Isolated Edition'
@@ -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=('a75974ffed2bfbef93d809d6b90db6939812d754e3fbc756de1b725e99b26d84'
+sha256sums=('52ea98a73893086e0dbedf0599e2d85ae46d64cba676e42fa6450ba4b663a354'
'62eea772fce3eb086b59fc5509b8afab6346da9c4c65f28880bb334104c02104')
_sourcedirectory="compass-$_pkgver/packages/compass"