diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2023-01-20 04:03:32 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:22:02 +0700 |
commit | ecc98676bf4a796eda4fc9971c6f87b5fcb08afb (patch) | |
tree | 325dfe8a4b28800d6dab38ae6b17126672d9de83 | |
parent | 9c03ed89f41244b6c2ee75b13999e07a62f79d55 (diff) |
libraries/cpp-httplib: Updated for version 0.11.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/cpp-httplib/cpp-httplib.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/cpp-httplib/cpp-httplib.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/cpp-httplib/cpp-httplib.SlackBuild b/libraries/cpp-httplib/cpp-httplib.SlackBuild index 977fdfbfc4a2f..53fd884990357 100644 --- a/libraries/cpp-httplib/cpp-httplib.SlackBuild +++ b/libraries/cpp-httplib/cpp-httplib.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cpp-httplib -# Copyright 2022 Steven Voges <Oregon, USA> +# Copyright 2022-2023 Steven Voges <Oregon, USA> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cpp-httplib -VERSION=${VERSION:-0.11.2} +VERSION=${VERSION:-0.11.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/cpp-httplib/cpp-httplib.info b/libraries/cpp-httplib/cpp-httplib.info index 4f8771d412c8c..4b85b79fa5ae0 100644 --- a/libraries/cpp-httplib/cpp-httplib.info +++ b/libraries/cpp-httplib/cpp-httplib.info @@ -1,8 +1,8 @@ PRGNAM="cpp-httplib" -VERSION="0.11.2" +VERSION="0.11.4" HOMEPAGE="https://github.com/yhirose/cpp-httplib" -DOWNLOAD="https://github.com/yhirose/cpp-httplib/archive/v0.11.2/cpp-httplib-0.11.2.tar.gz" -MD5SUM="95798dbde911c27f31286a9596ab095f" +DOWNLOAD="https://github.com/yhirose/cpp-httplib/archive/v0.11.4/cpp-httplib-0.11.4.tar.gz" +MD5SUM="30bdafade196be93511ce8886e0cd58d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |