summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustKidding2022-12-30 14:44:47 -0500
committerJustKidding2022-12-30 14:44:47 -0500
commit077abeadd4f40804e96052fa4708aea3a0af861a (patch)
treeb64b5e07770e2a69d54125cb597beec1ac994c47
parent0220eaf968c3cec4af79d0655da55a9f301bd086 (diff)
downloadaur-077abeadd4f40804e96052fa4708aea3a0af861a.tar.gz
upgpkg: mongodb50 5.0.14-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd286763bf26..731234c6eee3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb50
pkgdesc = A high-performance, open source, schema-free document-oriented database
- pkgver = 5.0.13
+ pkgver = 5.0.14
pkgrel = 1
url = https://www.mongodb.com/
arch = x86_64
@@ -21,10 +21,10 @@ pkgbase = mongodb50
depends = curl
optdepends = mongodb-tools: mongoimport, mongodump, mongotop, etc
optdepends = mongosh-bin: interactive shell to connect with MongoDB
- provides = mongodb
+ provides = mongodb=5.0.14
conflicts = mongodb
backup = etc/mongodb.conf
- source = https://fastdl.mongodb.org/src/mongodb-src-r5.0.13.tar.gz
+ source = https://fastdl.mongodb.org/src/mongodb-src-r5.0.14.tar.gz
source = mongodb.sysusers
source = mongodb.tmpfiles
source = mongodb-4.4.1-boost.patch
@@ -35,7 +35,7 @@ pkgbase = mongodb50
source = mongodb-5.0.2-skip-reqs-check.patch
source = mongodb-5.0.2-boost-1.79.patch
source = mongodb-5.0.5-no-force-lld.patch
- sha256sums = e22623a75df7edb30c8875601106c890eb392753fad2ecbe736d42bb1e2fa456
+ sha256sums = 097152eb18f28aae04e523eb1e1421c391032f3d213ff674657dc610b13c38ae
sha256sums = 3757d548cfb0e697f59b9104f39a344bb3d15f802608085f838cb2495c065795
sha256sums = b7d18726225cd447e353007f896ff7e4cbedb2f641077bce70ab9d292e8f8d39
sha256sums = d3bc20d0cb4b8662b5326b8a3f2215281df5aed57550fa13de465e05e2044c25
diff --git a/PKGBUILD b/PKGBUILD
index 2577ba0e731f..cb7ceb2cc13d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongodb50
_pkgname=mongodb
# #.<odd number>.# releases are unstable development/testing
-pkgver=5.0.13
+pkgver=5.0.14
pkgrel=1
pkgdesc="A high-performance, open source, schema-free document-oriented database"
arch=("x86_64")
@@ -15,7 +15,7 @@ optdepends=('mongodb-tools: mongoimport, mongodump, mongotop, etc'
'mongosh-bin: interactive shell to connect with MongoDB')
backup=("etc/mongodb.conf")
conflicts=(mongodb)
-provides=(mongodb)
+provides=(mongodb="$pkgver")
source=(https://fastdl.mongodb.org/src/mongodb-src-r$pkgver.tar.gz
mongodb.sysusers
mongodb.tmpfiles
@@ -27,7 +27,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-boost-1.79.patch
mongodb-5.0.5-no-force-lld.patch)
-sha256sums=('e22623a75df7edb30c8875601106c890eb392753fad2ecbe736d42bb1e2fa456'
+sha256sums=('097152eb18f28aae04e523eb1e1421c391032f3d213ff674657dc610b13c38ae'
'3757d548cfb0e697f59b9104f39a344bb3d15f802608085f838cb2495c065795'
'b7d18726225cd447e353007f896ff7e4cbedb2f641077bce70ab9d292e8f8d39'
'd3bc20d0cb4b8662b5326b8a3f2215281df5aed57550fa13de465e05e2044c25'