summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLászló Várady2019-08-19 13:05:43 +0200
committerLászló Várady2019-08-19 13:05:43 +0200
commitdb525744ee90b828393b543540a5eececcbf3437 (patch)
treed0d821443586f1c746e9d29eaafa4578831d99a2
parentfef34e826c8644e2f81c2d90408f4ffe16f72553 (diff)
downloadaur-db525744ee90b828393b543540a5eececcbf3437.tar.gz
v2019.08.19.00
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e71bc4ad7f03..1537e0136e1b 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 = 2019.08.12.00
+ pkgver = 2019.08.19.00
pkgrel = 1
url = https://github.com/facebook/proxygen
arch = x86_64
@@ -24,8 +24,8 @@ pkgbase = proxygen
depends = google-glog
depends = gflags
conflicts = proxygen-git
- source = https://github.com/facebook/proxygen/archive/v2019.08.12.00.tar.gz
- sha256sums = 63abbdf4eb3706c46f4f3becfae978ccb2f43072e6164d6f1072220e6b5ff425
+ source = https://github.com/facebook/proxygen/archive/v2019.08.19.00.tar.gz
+ sha256sums = 210cdd86d901fe8f005ff3b96622eb934c8dc2e08d506d581464d23019ebe7d0
pkgname = proxygen
diff --git a/PKGBUILD b/PKGBUILD
index 2b2be507723c..45a0ce759cda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2019.08.12.00
+pkgver=2019.08.19.00
pkgrel=1
pkgdesc="A collection of C++ HTTP libraries including an easy to use HTTP server"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('boost' 'boost-libs' 'folly' 'fizz' 'wangle' 'zstd' 'openssl' 'zlib' 'l
makedepends=('cmake' 'git' 'python' 'gperf' 'gperftools' 'gtest' 'gmock')
conflicts=('proxygen-git')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('63abbdf4eb3706c46f4f3becfae978ccb2f43072e6164d6f1072220e6b5ff425')
+sha256sums=('210cdd86d901fe8f005ff3b96622eb934c8dc2e08d506d581464d23019ebe7d0')
build() {
cd "$pkgname-$pkgver"