Skip to content

Commit

Permalink
[g3log] update to 2.4 (microsoft#37049)
Browse files Browse the repository at this point in the history
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
  • Loading branch information
jiayuehua authored Mar 1, 2024
1 parent bc4be42 commit 60a7a4e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/g3log/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KjellKod/g3log
REF "${VERSION}"
SHA512 cf88bd604a82dd4cd2d2677bbda6f495f4357157d693125cd0df45f84b1976fc6b9dba9eddb5e9ae105e4fc15665ae37c86e9c02aba93d4bb7ba668c88bfddb9
SHA512 f48c5bb30d734fc218a5bfb19a406101c89deaee4a2f76b21c7105215a29f558efc2759ee1c1664f62cb37e2d8ae0666f99fdce9b863221e4a9efc9814cdf30c
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/g3log/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "g3log",
"version": "2.3",
"port-version": 1,
"version": "2.4",
"description": "Asynchronous logger with Dynamic Sinks",
"homepage": "https://github.com/KjellKod/g3log",
"license": "Unlicense",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2873,8 +2873,8 @@
"port-version": 4
},
"g3log": {
"baseline": "2.3",
"port-version": 1
"baseline": "2.4",
"port-version": 0
},
"gainput": {
"baseline": "1.0.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/g3log.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5cee1161ef602cb402b3c902a4d084b04d6388ae",
"version": "2.4",
"port-version": 0
},
{
"git-tree": "09cefbb1c15c19b4d15983286f70f39a819703d3",
"version": "2.3",
Expand Down

0 comments on commit 60a7a4e

Please sign in to comment.