summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Smith2020-10-19 12:34:17 -0400
committerBrian Smith2020-10-19 12:34:17 -0400
commit8abd5cffbd9e47aa0753e32005558948d744cf3f (patch)
treeef36d902c6df7eb5b7d33d5e96ca6f01b3682bef
parent85ad737443b6a7664a3d51de5ab8002ef308d9ae (diff)
downloadaur-8abd5cffbd9e47aa0753e32005558948d744cf3f.tar.gz
updated to 6.2.27
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 264398855981..e5ce2b6e0adb 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.2.25
+ pkgver = 6.2.27
pkgrel = 1
url = https://www.foundationdb.org
install = foundationdb-server-bin.install
@@ -12,8 +12,8 @@ pkgbase = foundationdb-server-bin
depends = tar>=1
options = !strip
options = !emptydirs
- source_x86_64 = https://www.foundationdb.org/downloads/6.2.25/ubuntu/installers/foundationdb-server_6.2.25-1_amd64.deb
- sha256sums_x86_64 = f35bec769ed375f399c24b822103ca689ff9f9a33e222f44807296298dbd29d0
+ source_x86_64 = https://www.foundationdb.org/downloads/6.2.27/ubuntu/installers/foundationdb-server_6.2.27-1_amd64.deb
+ sha256sums_x86_64 = c9c8e8ae4dee0f485a179ec5544c9fa28e3ebbbdd41f6ff9666f13be191555ff
pkgname = foundationdb-server-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0fe606671ed8..f05969dfbb87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=foundationdb-server-bin
-pkgver=6.2.25
+pkgver=6.2.27
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')
@@ -10,7 +10,7 @@ depends=('glibc>=2', 'coreutils>=8', 'tar>=1')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://www.foundationdb.org/downloads/${pkgver}/ubuntu/installers/foundationdb-server_${pkgver}-${pkgrel}_amd64.deb")
-sha256sums_x86_64=('f35bec769ed375f399c24b822103ca689ff9f9a33e222f44807296298dbd29d0')
+sha256sums_x86_64=('c9c8e8ae4dee0f485a179ec5544c9fa28e3ebbbdd41f6ff9666f13be191555ff')
package(){