summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Smith2023-04-26 13:44:21 -0400
committerBrian Smith2023-04-26 13:44:21 -0400
commit0922e139bbb10d4ac65b14d20e4d3564b6e233fd (patch)
tree70c90504650ab9ce7ece8d7d8de2b6e53b22796e
parentadab0fdf31ea14a052d46ee595703bc84b821503 (diff)
downloadaur-0922e139bbb10d4ac65b14d20e4d3564b6e233fd.tar.gz
update to 7.1.31
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddf3a3823763..574b00fbe7d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = foundationdb-server-bin
pkgdesc = FoundationDB server. FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions. This package contains the server.
- pkgver = 6.3.23
+ pkgver = 7.1.31
pkgrel = 1
url = https://www.foundationdb.org
install = foundationdb-server-bin.install
@@ -12,7 +12,7 @@ pkgbase = foundationdb-server-bin
depends = tar>=1
options = !strip
options = !emptydirs
- source_x86_64 = https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-server_6.3.23-1_amd64.deb
- sha256sums_x86_64 = 0676366853255a5d446b92cc6b0055fecf2350e6ab1a0fee2b4a75e5584fad4b
+ source_x86_64 = https://github.com/apple/foundationdb/releases/download/7.1.31/foundationdb-server_7.1.31-1_amd64.deb
+ sha256sums_x86_64 = f3167e57fb5108cfb406bb5ef3091bfed4f09a691293dc00cf9ea777e6634a7e
pkgname = foundationdb-server-bin
diff --git a/PKGBUILD b/PKGBUILD
index bd1b9dd91288..88e8db81e1f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=foundationdb-server-bin
-pkgver=6.3.23
+pkgver=7.1.31
pkgrel=1
pkgdesc="FoundationDB server. FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions. This package contains the server."
arch=('x86_64')
@@ -12,7 +12,7 @@ install=${pkgname}.install
# Remove DLAGENTS once apple can fix their stuff https://bbs.archlinux.org/viewtopic.php?id=262737
DLAGENTS=("https::/usr/bin/curl -Lk -o %o %u")
source_x86_64=("https://github.com/apple/foundationdb/releases/download/${pkgver}/foundationdb-server_${pkgver}-${pkgrel}_amd64.deb")
-sha256sums_x86_64=('0676366853255a5d446b92cc6b0055fecf2350e6ab1a0fee2b4a75e5584fad4b')
+sha256sums_x86_64=('f3167e57fb5108cfb406bb5ef3091bfed4f09a691293dc00cf9ea777e6634a7e')
package(){