summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2018-10-02 09:16:38 +0200
committerAleksandar Trifunovic2018-10-02 09:16:38 +0200
commit23817558b5640d907df18c4d9306216b0f6b9f39 (patch)
treef368019189661084dd9dea120c7e7c5fc5a11ab0
parenta65671ce5f18e20e65b8e7fd68ee14fce34c2221 (diff)
downloadaur-23817558b5640d907df18c4d9306216b0f6b9f39.tar.gz
2018.10.01.00
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13e9dd9e8e35..953ad5c5d5e0 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.09.24.00
+ pkgver = 2018.10.01.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.09.24.00.tar.gz
- sha256sums = f5964d4860b83bd3809cf06b4b3b129acddcf8ee13c3c805b6f44c907c3e85e8
+ source = https://github.com/facebook/fbthrift/archive/v2018.10.01.00.tar.gz
+ sha256sums = ea186d25ae41d9454a4e4d9008503aa04e341d12568ddf9c2b337581a45d0538
pkgname = fbthrift
diff --git a/PKGBUILD b/PKGBUILD
index b09afcfb2b5d..8fa3cc7f9c6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=fbthrift
-pkgver=2018.09.24.00
+pkgver=2018.10.01.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=('f5964d4860b83bd3809cf06b4b3b129acddcf8ee13c3c805b6f44c907c3e85e8')
+sha256sums=('ea186d25ae41d9454a4e4d9008503aa04e341d12568ddf9c2b337581a45d0538')
prepare() {
cd "$pkgname-$pkgver"