mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[Log4cxx] Add 1.6.1 (#49359)
Co-authored-by: Stephen Webb <swebb2066@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
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 60cedb41511cca6646682d0041a4dfac1d9e50f29fac7c7d31ef2f6c5c200dba84c010c79aed8a5f453795408a8905669d1a6b2002af6728d5734808369af075
|
||||
SHA512 6ee406314bd7ab02a46c98cc8a0d5ad5aec8928a23716a81a152775ca315cd3b950d600b2e221d5b4a88416ae9bbda1215fae43626107feea4df2f3e074303ad
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "log4cxx",
|
||||
"version": "1.5.0",
|
||||
"version": "1.6.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",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -6009,7 +6009,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"log4cxx": {
|
||||
"baseline": "1.5.0",
|
||||
"baseline": "1.6.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"loguru": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0fada2ffa95a8b1d0baf79688ad4c6d30b0f630b",
|
||||
"version": "1.6.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d4c714dba951a913b02c99e4cc855545171381be",
|
||||
"version": "1.5.0",
|
||||
|
||||
Reference in New Issue
Block a user