summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2018-10-08 22:28:46 +0200
committerAleksandar Trifunovic2018-10-08 22:28:46 +0200
commit9601cde53222847561e2fb297e5eebd48a2a8186 (patch)
tree24bce6751c3e4d9bfdaafbcccef0620f968898db
parent23817558b5640d907df18c4d9306216b0f6b9f39 (diff)
downloadaur-9601cde53222847561e2fb297e5eebd48a2a8186.tar.gz
v2018.10.08.00
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 953ad5c5d5e0..bac9b4838b1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fbthrift
pkgdesc = Facebook's branch of Apache Thrift, including a new C++ server.
- pkgver = 2018.10.01.00
+ pkgver = 2018.10.08.00
pkgrel = 1
url = https://github.com/facebook/fbthrift
arch = i686
@@ -19,8 +19,8 @@ pkgbase = fbthrift
depends = wangle
provides = thrift
conflicts = thrift
- source = https://github.com/facebook/fbthrift/archive/v2018.10.01.00.tar.gz
- sha256sums = ea186d25ae41d9454a4e4d9008503aa04e341d12568ddf9c2b337581a45d0538
+ source = https://github.com/facebook/fbthrift/archive/v2018.10.08.00.tar.gz
+ sha256sums = b958e96a55963557263ddc66eccd477e9a0711947e4c15a186706a90890c887f
pkgname = fbthrift
diff --git a/PKGBUILD b/PKGBUILD
index 8fa3cc7f9c6e..43f60e4647e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Aleksandar Trifunović <akstrfn at gmail dot com>
-# Maintainer: Daichi Shinozaki <dsdseg@gmail.com>
+# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=fbthrift
-pkgver=2018.10.01.00
+pkgver=2018.10.08.00
pkgrel=1
pkgdesc="Facebook's branch of Apache Thrift, including a new C++ server."
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ conflicts=('thrift')
provides=('thrift')
makedepends=('cmake' 'zstd' 'libunwind')
source=("$url/archive/v${pkgver}.tar.gz")
-sha256sums=('ea186d25ae41d9454a4e4d9008503aa04e341d12568ddf9c2b337581a45d0538')
+sha256sums=('b958e96a55963557263ddc66eccd477e9a0711947e4c15a186706a90890c887f')
prepare() {
cd "$pkgname-$pkgver"