summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24f1afb0e35a..d3a34c31e0e8 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 = 2020.06.01.00
+ pkgver = 2020.09.14.00
pkgrel = 1
url = https://github.com/facebook/proxygen
arch = x86_64
@@ -25,8 +25,8 @@ pkgbase = proxygen
depends = gflags
depends = fmt
conflicts = proxygen-git
- source = https://github.com/facebook/proxygen/archive/v2020.06.01.00.tar.gz
- sha256sums = a42788567f36efc3590615797de1811101c958d6d0467aafc28571e21d62f03e
+ source = https://github.com/facebook/proxygen/archive/v2020.09.14.00.tar.gz
+ sha256sums = a1e508dd1b54c80a5a49f86aa93e04432d9ee03909199331fb0ac51de679960b
pkgname = proxygen
diff --git a/PKGBUILD b/PKGBUILD
index 79b3e65c4123..5a0f77e0e829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2020.06.01.00
+pkgver=2020.09.14.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=('a42788567f36efc3590615797de1811101c958d6d0467aafc28571e21d62f03e')
+sha256sums=('a1e508dd1b54c80a5a49f86aa93e04432d9ee03909199331fb0ac51de679960b')
build() {
cd "$pkgname-$pkgver"