summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2018-10-08 22:32:45 +0200
committerAleksandar Trifunovic2018-10-08 22:32:45 +0200
commit6c58868ab56275b4bee1019d5fdd1b857c1a2b0f (patch)
tree39c44322ec6f1d2ba597e562618533dc67e0cfc6
parent1fa2a63285b80dddf16034394ce2e5c5b27545a8 (diff)
downloadaur-6c58868ab56275b4bee1019d5fdd1b857c1a2b0f.tar.gz
v2018.10.08.00
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0488e2eb696..6bf79e98f3f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = proxygen
pkgdesc = A collection of C++ HTTP libraries including an easy to use HTTP server.
- pkgver = 2018.10.01.00
+ pkgver = 2018.10.08.00
pkgrel = 1
url = https://github.com/facebook/proxygen
arch = i686
@@ -16,8 +16,8 @@ pkgbase = proxygen
depends = fbthrift
depends = libcap
conflicts = proxygen-git
- source = https://github.com/facebook/proxygen/archive/v2018.10.01.00.tar.gz
- sha256sums = 91f6c41b17e42e6522555a535710062ba5c4538c38297c1161dbccc198c07a18
+ source = https://github.com/facebook/proxygen/archive/v2018.10.08.00.tar.gz
+ sha256sums = 0845266d95c7d9709882c13bf13f03b0350277bbcdf304455831106529007d34
pkgname = proxygen
diff --git a/PKGBUILD b/PKGBUILD
index 00e04dcc5408..f457369fe049 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2018.10.01.00
+pkgver=2018.10.08.00
pkgrel=1
pkgdesc="A collection of C++ HTTP libraries including an easy to use HTTP server."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('folly' 'fbthrift' 'libcap')
source=("$url/archive/v$pkgver.tar.gz")
makedepends=('autoconf-archive' 'wget' 'ruby' 'gperf' 'gperftools' 'wangle')
conflicts=('proxygen-git')
-sha256sums=('91f6c41b17e42e6522555a535710062ba5c4538c38297c1161dbccc198c07a18')
+sha256sums=('0845266d95c7d9709882c13bf13f03b0350277bbcdf304455831106529007d34')
prepare() {
cd "$pkgname-$pkgver/$pkgname"