summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2024-03-19 15:19:22 -0300
committerRafael Fontenelle2024-03-19 15:19:22 -0300
commit585bf083717feb36f18702271d36c173623d05fc (patch)
tree02cc26493bcf5ea850e0cd47544a3a49e32285f2
parent9beee7a7398884d4b5bd1264ebdfe5279836733a (diff)
downloadaur-585bf083717feb36f18702271d36c173623d05fc.tar.gz
Update to 7.0.7
-rw-r--r--.SRCINFO27
-rw-r--r--PKGBUILD12
2 files changed, 19 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1584feb554f5..5ad2ceddb167 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,21 @@
pkgbase = mongodb-bin
pkgdesc = A high-performance, open source, schema-free document-oriented database
- pkgver = 7.0.6
+ pkgver = 7.0.7
pkgrel = 1
url = https://www.mongodb.com/
arch = x86_64
arch = aarch64
- license = custom:SSPLv1
- license = Apache
+ license = SSPL-1.0
makedepends = chrpath
depends = mongosh-bin
depends = curl
depends = openssl-1.1
optdepends = mongodb-tools: The MongoDB tools provide import, export, and diagnostic capabilities.
- provides = mongodb=7.0.6
+ provides = mongodb=7.0.7
conflicts = mongodb
conflicts = mongodb-shell-bin
- noextract = mongodb-org-server_7.0.6_x86_64.deb
- noextract = mongodb-org-mongos_7.0.6_x86_64.deb
+ noextract = mongodb-org-server_7.0.7_x86_64.deb
+ noextract = mongodb-org-mongos_7.0.7_x86_64.deb
backup = etc/mongodb.conf
source = mongodb.sysusers
source = mongodb.tmpfiles
@@ -24,13 +23,13 @@ pkgbase = mongodb-bin
sha256sums = 47b884569102f7c79017ee78ef2e98204a25aa834c0ee7d5d62c270ab05d4e2b
sha256sums = 51ee1e1f71598aad919db79a195778e6cb6cfce48267565e88a401ebc64497ac
sha256sums = 09d99ca61eb07873d5334077acba22c33e7f7d0a9fa08c92734e0ac8430d6e27
- source_x86_64 = mongodb-org-server_7.0.6_x86_64.deb::https://repo.mongodb.org/apt/ubuntu/dists/focal/mongodb-org/7.0/multiverse/binary-amd64/mongodb-org-server_7.0.6_amd64.deb
- source_x86_64 = mongodb-org-mongos_7.0.6_x86_64.deb::https://repo.mongodb.org/apt/ubuntu/dists/focal/mongodb-org/7.0/multiverse/binary-amd64/mongodb-org-mongos_7.0.6_amd64.deb
- sha256sums_x86_64 = 0368b0f4175270c6da3af1bdef0d5d824fc7be2c43639db8951aee8e14acb1cf
- sha256sums_x86_64 = 258a8b3cf04c017d295aee9bca95939443d491ced60345e670d03e18e6640fa7
- source_aarch64 = mongodb-org-server_7.0.6_aarch64.deb::https://repo.mongodb.org/apt/ubuntu/dists/focal/mongodb-org/7.0/multiverse/binary-arm64/mongodb-org-server_7.0.6_arm64.deb
- source_aarch64 = mongodb-org-mongos_7.0.6_aarch64.deb::https://repo.mongodb.org/apt/ubuntu/dists/focal/mongodb-org/7.0/multiverse/binary-arm64/mongodb-org-mongos_7.0.6_arm64.deb
- sha256sums_aarch64 = 269c139b14bdd62ff1fc619f6e44fa2cb505b3f5ce4b71010130e68516f7c162
- sha256sums_aarch64 = bb487ac52965886cb90765f037003a9cff6dc201c776989069b1c8d3b65fc39e
+ source_x86_64 = mongodb-org-server_7.0.7_x86_64.deb::https://repo.mongodb.org/apt/ubuntu/dists/focal/mongodb-org/7.0/multiverse/binary-amd64/mongodb-org-server_7.0.7_amd64.deb
+ source_x86_64 = mongodb-org-mongos_7.0.7_x86_64.deb::https://repo.mongodb.org/apt/ubuntu/dists/focal/mongodb-org/7.0/multiverse/binary-amd64/mongodb-org-mongos_7.0.7_amd64.deb
+ sha256sums_x86_64 = 0a2199ff2007253b181e2460b5d99a64c7093f3dff7f5566d05d7d27e5cf79d0
+ sha256sums_x86_64 = 2576ba15796f93d482f34b6d7d22e82af641df5de65f80af9959acc0642d20ac
+ source_aarch64 = mongodb-org-server_7.0.7_aarch64.deb::https://repo.mongodb.org/apt/ubuntu/dists/focal/mongodb-org/7.0/multiverse/binary-arm64/mongodb-org-server_7.0.7_arm64.deb
+ source_aarch64 = mongodb-org-mongos_7.0.7_aarch64.deb::https://repo.mongodb.org/apt/ubuntu/dists/focal/mongodb-org/7.0/multiverse/binary-arm64/mongodb-org-mongos_7.0.7_arm64.deb
+ sha256sums_aarch64 = 5cc40a9b1b201d93bdfc80347ef4508ce882fe4a426dc2eb194ec4b124c60599
+ sha256sums_aarch64 = 728fe9236555d1cffa601a761443ca5f2e1df57e13ed76b6fec583977bc54189
pkgname = mongodb-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3bd640154781..06b69987002a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
#Maintainer: Rafael Fontenelle <rafaelff at gnome dot org>
pkgname="mongodb-bin"
-pkgver="7.0.6"
+pkgver="7.0.7"
_basever="7.0"
_basedist="focal"
pkgrel=1
pkgdesc="A high-performance, open source, schema-free document-oriented database"
arch=("x86_64" "aarch64")
url="https://www.mongodb.com/"
-license=("custom:SSPLv1" "Apache")
+license=("SSPL-1.0")
depends=(mongosh-bin curl openssl-1.1)
makedepends=(chrpath)
optdepends=("mongodb-tools: The MongoDB tools provide import, export, and diagnostic capabilities.")
@@ -38,10 +38,10 @@ noextract=(
sha256sums=('47b884569102f7c79017ee78ef2e98204a25aa834c0ee7d5d62c270ab05d4e2b'
'51ee1e1f71598aad919db79a195778e6cb6cfce48267565e88a401ebc64497ac'
'09d99ca61eb07873d5334077acba22c33e7f7d0a9fa08c92734e0ac8430d6e27')
-sha256sums_x86_64=('0368b0f4175270c6da3af1bdef0d5d824fc7be2c43639db8951aee8e14acb1cf'
- '258a8b3cf04c017d295aee9bca95939443d491ced60345e670d03e18e6640fa7')
-sha256sums_aarch64=('269c139b14bdd62ff1fc619f6e44fa2cb505b3f5ce4b71010130e68516f7c162'
- 'bb487ac52965886cb90765f037003a9cff6dc201c776989069b1c8d3b65fc39e')
+sha256sums_x86_64=('0a2199ff2007253b181e2460b5d99a64c7093f3dff7f5566d05d7d27e5cf79d0'
+ '2576ba15796f93d482f34b6d7d22e82af641df5de65f80af9959acc0642d20ac')
+sha256sums_aarch64=('5cc40a9b1b201d93bdfc80347ef4508ce882fe4a426dc2eb194ec4b124c60599'
+ '728fe9236555d1cffa601a761443ca5f2e1df57e13ed76b6fec583977bc54189')
prepare() {
mkdir -p output