summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2019-03-21 22:15:35 +0100
committerAleksandar Trifunovic2019-03-21 22:15:35 +0100
commit9887f4c189c1d348333e9233ad1344d1d68a63be (patch)
tree41d432cace3c9f87c976a46d46e78f1876548a3b
parent8d978e3dd666e8715a6bb7fa544381832cf435d0 (diff)
downloadaur-9887f4c189c1d348333e9233ad1344d1d68a63be.tar.gz
v2019.03.18.00
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bcdccce1a10..08ccd8579ed5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fbthrift
pkgdesc = Facebook's branch of Apache Thrift, including a new C++ server.
- pkgver = 2019.01.14.00
+ pkgver = 2019.03.18.00
pkgrel = 1
url = https://github.com/facebook/fbthrift
arch = i686
@@ -20,8 +20,8 @@ pkgbase = fbthrift
depends = bison
provides = thrift
conflicts = thrift
- source = https://github.com/facebook/fbthrift/archive/v2019.01.14.00.tar.gz
- sha256sums = cc8c6c41b2c1f6e70e70fafa0dff04b7914ece0b4f6214cb0537127bfb9ec156
+ source = https://github.com/facebook/fbthrift/archive/v2019.03.18.00.tar.gz
+ sha256sums = 2cf1667586ce94435d8d70989c03bbf0256bbb48731eadde450b768495ff20db
pkgname = fbthrift
diff --git a/PKGBUILD b/PKGBUILD
index c6fbdbef7457..a3c5860ffb47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=fbthrift
-pkgver=2019.01.14.00
+pkgver=2019.03.18.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=('cc8c6c41b2c1f6e70e70fafa0dff04b7914ece0b4f6214cb0537127bfb9ec156')
+sha256sums=('2cf1667586ce94435d8d70989c03bbf0256bbb48731eadde450b768495ff20db')
prepare() {
cd "$pkgname-$pkgver"