diff options
author | Ali Molaei | 2021-07-24 08:31:58 +0430 |
---|---|---|
committer | Ali Molaei | 2021-07-24 08:31:58 +0430 |
commit | baf4cc25d80eca4f2b68ca949e636ba5252ae8f2 (patch) | |
tree | ca6a94240d850da9687586b1004622488a4761c2 | |
parent | 013e9855166ce57ae8ef2dd955b84f78fe7c1bfc (diff) | |
download | aur-baf4cc25d80eca4f2b68ca949e636ba5252ae8f2.tar.gz |
Update to 100.4.1
-rw-r--r-- | .SRCINFO | 14 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 11 insertions, 11 deletions
@@ -1,18 +1,18 @@ pkgbase = mongodb-tools-bin pkgdesc = The MongoDB tools provide import, export, and diagnostic capabilities. - pkgver = 100.4.0 - pkgrel = 2 + pkgver = 100.4.1 + pkgrel = 1 url = https://github.com/mongodb/mongo-tools arch = x86_64 arch = aarch64 license = Apache depends = openssl optdepends = mongodb-compass: The MongoDB GUI - provides = mongodb-tools=100.4.0 + provides = mongodb-tools=100.4.1 conflicts = mongodb-tools - source_x86_64 = mongodb-org-tools_100.4.0_x86_64.deb::https://repo.mongodb.org/apt/ubuntu/dists/focal/mongodb-org/4.4/multiverse/binary-amd64/mongodb-database-tools_100.4.0_amd64.deb - sha256sums_x86_64 = 4f65de24640ad86e51988616c58e3813e024427c88879218d0a4d245bdad24e5 - source_aarch64 = mongodb-org-tools_100.4.0_aarch64.deb::https://repo.mongodb.org/apt/ubuntu/dists/focal/mongodb-org/4.4/multiverse/binary-arm64/mongodb-database-tools_100.4.0_arm64.deb - sha256sums_aarch64 = 572adc95660bb137ff2a74ee74873e71fd1ea5405415b81b21696c8ed722147f + source_x86_64 = mongodb-org-tools_100.4.1_x86_64.deb::https://repo.mongodb.org/apt/ubuntu/dists/focal/mongodb-org/4.4/multiverse/binary-amd64/mongodb-database-tools_100.4.1_amd64.deb + sha256sums_x86_64 = ab5c5be5ff95c44b5b6c2a00d524ed352c8794eb236f852cc0c6e3d8fbfca0b1 + source_aarch64 = mongodb-org-tools_100.4.1_aarch64.deb::https://repo.mongodb.org/apt/ubuntu/dists/focal/mongodb-org/4.4/multiverse/binary-arm64/mongodb-database-tools_100.4.1_arm64.deb + sha256sums_aarch64 = cab6ac48b558c4e2b7ff84261a08aada8c3460df1a2b8def3c6b0e3ac4bf2cd8 pkgname = mongodb-tools-bin @@ -1,10 +1,10 @@ #Maintainer: Ali Molaei <ali dot molaei at protonmail dot com> pkgname="mongodb-tools-bin" -pkgver="100.4.0" +pkgver="100.4.1" basever="4.4" basedist="focal" -pkgrel="2" +pkgrel="1" pkgdesc="The MongoDB tools provide import, export, and diagnostic capabilities." arch=("x86_64" "aarch64") url="https://github.com/mongodb/mongo-tools" @@ -16,8 +16,8 @@ optdepends=("mongodb-compass: The MongoDB GUI") source_x86_64=(mongodb-org-tools_${pkgver}_x86_64.deb::"https://repo.mongodb.org/apt/ubuntu/dists/${basedist}/mongodb-org/${basever}/multiverse/binary-amd64/mongodb-database-tools_${pkgver}_amd64.deb") source_aarch64=(mongodb-org-tools_${pkgver}_aarch64.deb::"https://repo.mongodb.org/apt/ubuntu/dists/${basedist}/mongodb-org/${basever}/multiverse/binary-arm64/mongodb-database-tools_${pkgver}_arm64.deb") -sha256sums_x86_64=("4f65de24640ad86e51988616c58e3813e024427c88879218d0a4d245bdad24e5") -sha256sums_aarch64=("572adc95660bb137ff2a74ee74873e71fd1ea5405415b81b21696c8ed722147f") +sha256sums_x86_64=("ab5c5be5ff95c44b5b6c2a00d524ed352c8794eb236f852cc0c6e3d8fbfca0b1") +sha256sums_aarch64=("cab6ac48b558c4e2b7ff84261a08aada8c3460df1a2b8def3c6b0e3ac4bf2cd8") prepare() { cd "${srcdir}" |