summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustKidding2023-03-17 19:47:37 -0500
committerJustKidding2023-03-17 19:47:37 -0500
commit796fcc115773373e0dbba4e4ff94ce7f5517f577 (patch)
treeb9772100624b753d75ab676ebeec5745b70b230e
parentf54018d32c57648b6a9e83ab6f5e167f843553be (diff)
downloadaur-796fcc115773373e0dbba4e4ff94ce7f5517f577.tar.gz
upgpkg: mongodb44 4.4.19-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 832eb8b314c3..6b3ca2250085 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mongodb44
pkgdesc = A high-performance, open source, schema-free document-oriented database (last version to support non-avx CPUs)
- pkgver = 4.4.18
- pkgrel = 2
+ pkgver = 4.4.19
+ pkgrel = 1
url = https://www.mongodb.com/
arch = x86_64
arch = aarch64
@@ -22,10 +22,10 @@ pkgbase = mongodb44
depends = curl
optdepends = mongodb-tools: mongoimport, mongodump, mongotop, etc
optdepends = mongosh-bin: interactive shell to connect with MongoDB
- provides = mongodb=4.4.18
+ provides = mongodb=4.4.19
conflicts = mongodb
backup = etc/mongodb.conf
- source = https://fastdl.mongodb.org/src/mongodb-src-r4.4.18.tar.gz
+ source = https://fastdl.mongodb.org/src/mongodb-src-r4.4.19.tar.gz
source = mongodb.sysusers
source = mongodb.tmpfiles
source = mongodb-4.4.1-fix-scons.patch
@@ -36,7 +36,7 @@ pkgbase = mongodb44
source = mongodb-4.4.10-no-force-lld.patch
source = mongodb-4.4.15-adjust-cache-alignment-assumptions.patch.arm64
source = mongodb-4.4.10-boost-1.81.patch
- sha256sums = 03723468a175ea77c67ede4b941f1c27e45d0b086c697a8201d12581a09d1713
+ sha256sums = 0ea9043ac4c607d80360fc5d122f4abf7c490f3e9705eddf239f699c8d54a679
sha256sums = 3757d548cfb0e697f59b9104f39a344bb3d15f802608085f838cb2495c065795
sha256sums = b7d18726225cd447e353007f896ff7e4cbedb2f641077bce70ab9d292e8f8d39
sha256sums = 184b67c3a9fa894bd4eb8a79fd8bb580904b96c361cd30fd55fe4b1f2e46f507
diff --git a/.gitignore b/.gitignore
index 335ec9573de5..d725ba4cf0d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
-*.tar.gz
+*.tar.*
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 5c2291c1d4ce..5e6cc6194930 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=mongodb44
_pkgname=mongodb
# #.<odd number>.# releases are unstable development/testing
-pkgver=4.4.18
-pkgrel=2
+pkgver=4.4.19
+pkgrel=1
pkgdesc="A high-performance, open source, schema-free document-oriented database (last version to support non-avx CPUs)"
arch=("x86_64" "aarch64")
url="https://www.mongodb.com/"
@@ -27,7 +27,7 @@ source=(https://fastdl.mongodb.org/src/mongodb-src-r$pkgver.tar.gz
mongodb-4.4.10-no-force-lld.patch
mongodb-4.4.15-adjust-cache-alignment-assumptions.patch.arm64
mongodb-4.4.10-boost-1.81.patch)
-sha256sums=('03723468a175ea77c67ede4b941f1c27e45d0b086c697a8201d12581a09d1713'
+sha256sums=('0ea9043ac4c607d80360fc5d122f4abf7c490f3e9705eddf239f699c8d54a679'
'3757d548cfb0e697f59b9104f39a344bb3d15f802608085f838cb2495c065795'
'b7d18726225cd447e353007f896ff7e4cbedb2f641077bce70ab9d292e8f8d39'
'184b67c3a9fa894bd4eb8a79fd8bb580904b96c361cd30fd55fe4b1f2e46f507'