libraries/cpp-httplib: Updated for version 0.13.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
60d1c4f011
commit
f5c441a87a
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=cpp-httplib
|
||||
VERSION=${VERSION:-0.12.2}
|
||||
VERSION=${VERSION:-0.13.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cpp-httplib"
|
||||
VERSION="0.12.2"
|
||||
VERSION="0.13.3"
|
||||
HOMEPAGE="https://github.com/yhirose/cpp-httplib"
|
||||
DOWNLOAD="https://github.com/yhirose/cpp-httplib/archive/v0.12.2/cpp-httplib-0.12.2.tar.gz"
|
||||
MD5SUM="281a933f6bfbb89d32f77fcf40f77c8b"
|
||||
DOWNLOAD="https://github.com/yhirose/cpp-httplib/archive/v0.13.3/cpp-httplib-0.13.3.tar.gz"
|
||||
MD5SUM="6dd636dfffb9051a30102f8ccc3ec758"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue