summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-04-18 00:48:05 +0430
committerAli Molaei2019-04-18 00:48:05 +0430
commita6df2706a381ed3f1c3528598239f557039159ae (patch)
treedabe11ffdce71ee8e4416bf12f383e4ec08b7f70
parent814479adee7aab0b8eefe8dd94ad4258e6446091 (diff)
downloadaur-a6df2706a381ed3f1c3528598239f557039159ae.tar.gz
Update to 4.0.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13dd38496d35..87a27c11718b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = mongodb-tools-bin
pkgdesc = The MongoDB tools provide import, export, and diagnostic capabilities.
- pkgver = 4.0.8
+ pkgver = 4.0.9
pkgrel = 1
url = https://github.com/mongodb/mongo-tools
arch = x86_64
license = Apache
depends = openssl
optdepends = mongodb-compass: The MongoDB GUI
- provides = mongodb-tools=4.0.8
+ provides = mongodb-tools=4.0.9
conflicts = mongodb-tools
- source = https://repo.mongodb.org/apt/ubuntu/dists/bionic/mongodb-org/4.0/multiverse/binary-amd64/mongodb-org-tools_4.0.8_amd64.deb
- sha256sums = 2d5d369335245e5d3fa7dce563fb77e5a5b5ca2412697830bee56f1d35ff14e0
+ source = https://repo.mongodb.org/apt/ubuntu/dists/bionic/mongodb-org/4.0/multiverse/binary-amd64/mongodb-org-tools_4.0.9_amd64.deb
+ sha256sums = 9284530d8655981ed943f4ab32051223d4360993c001dfac43e9e92408deeae4
pkgname = mongodb-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7a78a5dcca25..2fd686d656f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Ali Molaei <ali dot molaei at protonmail dot com>
pkgname="mongodb-tools-bin"
-pkgver="4.0.8"
+pkgver="4.0.9"
basever="4.0"
pkgrel="1"
pkgdesc="The MongoDB tools provide import, export, and diagnostic capabilities."
@@ -14,7 +14,7 @@ depends=("openssl")
optdepends=("mongodb-compass: The MongoDB GUI")
source=("https://repo.mongodb.org/apt/ubuntu/dists/bionic/mongodb-org/${basever}/multiverse/binary-amd64/mongodb-org-tools_${pkgver}_amd64.deb")
-sha256sums=("2d5d369335245e5d3fa7dce563fb77e5a5b5ca2412697830bee56f1d35ff14e0")
+sha256sums=("9284530d8655981ed943f4ab32051223d4360993c001dfac43e9e92408deeae4")
prepare() {
cd "${srcdir}"