summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAleksandar Trifunovic2018-10-08 22:32:45 +0200
committerAleksandar Trifunovic2018-10-08 22:32:45 +0200
commit6c58868ab56275b4bee1019d5fdd1b857c1a2b0f (patch)
tree39c44322ec6f1d2ba597e562618533dc67e0cfc6 /PKGBUILD
parent1fa2a63285b80dddf16034394ce2e5c5b27545a8 (diff)
downloadaur-6c58868ab56275b4bee1019d5fdd1b857c1a2b0f.tar.gz
v2018.10.08.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"