mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 12:53:02 +08:00
[log4cxx] Update to 0.12.1 (#22065)
* [log4cxx] Update to 0.12.1 * Use version rather than version-string. Co-authored-by: Hentschel, Marten <marten.hentschel@schoenhofer.de> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
parent
0fcee5a2ab
commit
ab2c9eadd3
@ -1,8 +1,8 @@
|
||||
set(VERSION 0.12.0)
|
||||
set(VERSION 0.12.1)
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://archive.apache.org/dist/logging/log4cxx/${VERSION}/apache-log4cxx-${VERSION}.tar.gz"
|
||||
FILENAME "apache-log4cxx-${VERSION}.tar.gz"
|
||||
SHA512 00fe571f9c511bf93b17cac8269ce00f7e817e8d723acf62bddff1bbe0e7facd0ab2fd75c01a93870f7e5c66718b2b73fc22c5f193bfd204e34d052b1123e60d
|
||||
SHA512 807058734cebf7c92e99484313becbc6be63e48bd930889c733318bb78dfec498b66aaa12255ed30879abb005b32e2b965f9dd87ec50d0421ca067f3f66280d9
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive_ex(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "log4cxx",
|
||||
"version-string": "0.12.0",
|
||||
"version": "0.12.1",
|
||||
"description": "Apache log4cxx is a logging framework for C++ patterned after Apache log4j, which uses Apache Portable Runtime for most platform-specific code and should be usable on any platform supported by APR",
|
||||
"homepage": "https://logging.apache.org/log4cxx",
|
||||
"supports": "!uwp",
|
||||
|
@ -4173,7 +4173,7 @@
|
||||
"port-version": 6
|
||||
},
|
||||
"log4cxx": {
|
||||
"baseline": "0.12.0",
|
||||
"baseline": "0.12.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"loguru": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b85ee3fd18c7e2f12f928ef132e5707059ad32c0",
|
||||
"version": "0.12.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "3a0d34c9d2f6f0d0811bdb43d1a233e025963185",
|
||||
"version-string": "0.12.0",
|
||||
|
Loading…
Reference in New Issue
Block a user