summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustKidding2023-11-10 21:38:11 -0500
committerJustKidding2023-11-10 21:38:22 -0500
commit57689eea2ebd5d5b307d968b3ec84d0780147957 (patch)
tree06c0a6244013099033a72e60bbad39c7452432e4
parent4ff90e636456408d2448b64eb0a7f27f6d48f5b6 (diff)
downloadaur-57689eea2ebd5d5b307d968b3ec84d0780147957.tar.gz
upgpkg: mongodb 7.0.3-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f321911bf8d..29b4a6980b46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mongodb
pkgdesc = A high-performance, open source, schema-free document-oriented database
- pkgver = 7.0.2
- pkgrel = 2
+ pkgver = 7.0.3
+ pkgrel = 1
url = https://www.mongodb.com/
arch = x86_64
license = Apache
@@ -24,16 +24,16 @@ pkgbase = mongodb
depends = libunwind
optdepends = mongodb-tools: mongoimport, mongodump, mongotop, etc
optdepends = mongosh: interactive shell to connect with MongoDB
- provides = mongodb=7.0.2
+ provides = mongodb=7.0.3
options = !debug
backup = etc/mongodb.conf
- source = https://fastdl.mongodb.org/src/mongodb-src-r7.0.2.tar.gz
+ source = https://fastdl.mongodb.org/src/mongodb-src-r7.0.3.tar.gz
source = mongodb.sysusers
source = mongodb.tmpfiles
source = mongodb-5.0.2-skip-reqs-check.patch
source = mongodb-5.0.2-no-compass.patch
source = mongodb-7.0.2-sconstruct.patch
- sha256sums = 64fab0b107464e08fdead98bd6be7d94a269d32af6a557a55cb5a62a86e09f4b
+ sha256sums = 90e4f5b9fbe50851069d3909671c35aea02ce3931c7f264bd1c6252b8eb0d927
sha256sums = 3757d548cfb0e697f59b9104f39a344bb3d15f802608085f838cb2495c065795
sha256sums = b7d18726225cd447e353007f896ff7e4cbedb2f641077bce70ab9d292e8f8d39
sha256sums = 4ff40320e04bf8c3e05cbc662f8ea549a6b8494d1fda64b1de190c88587bfafd
diff --git a/PKGBUILD b/PKGBUILD
index c59fcd4b9318..d769da40d945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@
pkgname=mongodb
_pkgname=mongodb
# #.<odd number>.# releases are unstable development/testing
-pkgver=7.0.2
-pkgrel=2
+pkgver=7.0.3
+pkgrel=1
pkgdesc="A high-performance, open source, schema-free document-oriented database"
arch=("x86_64")
url="https://www.mongodb.com/"
@@ -33,7 +33,7 @@ source=("https://fastdl.mongodb.org/src/mongodb-src-r$pkgver.tar.gz"
mongodb-5.0.2-skip-reqs-check.patch
mongodb-5.0.2-no-compass.patch
mongodb-7.0.2-sconstruct.patch)
-sha256sums=('64fab0b107464e08fdead98bd6be7d94a269d32af6a557a55cb5a62a86e09f4b'
+sha256sums=('90e4f5b9fbe50851069d3909671c35aea02ce3931c7f264bd1c6252b8eb0d927'
'3757d548cfb0e697f59b9104f39a344bb3d15f802608085f838cb2495c065795'
'b7d18726225cd447e353007f896ff7e4cbedb2f641077bce70ab9d292e8f8d39'
'4ff40320e04bf8c3e05cbc662f8ea549a6b8494d1fda64b1de190c88587bfafd'