Skip to content

Commit

Permalink
[fmt] set license (#28254)
Browse files Browse the repository at this point in the history
* set license in fmt port

* run x-add-version

Co-authored-by: Julian Zimmermann <[email protected]>
  • Loading branch information
JulZimmermann and JulZimmermann authored Dec 14, 2022
1 parent 03026de commit 12c39da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/fmt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "fmt",
"version": "9.1.0",
"port-version": 1,
"description": "Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.",
"homepage": "https://github.com/fmtlib/fmt",
"license": null,
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2390,7 +2390,7 @@
},
"fmt": {
"baseline": "9.1.0",
"port-version": 0
"port-version": 1
},
"folly": {
"baseline": "2022.10.31.00",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fmt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3f452404270b508daf355b72031ad3ee7d0d5751",
"version": "9.1.0",
"port-version": 1
},
{
"git-tree": "b098485b148fcd89fc3e872232dd4f2687a1bb1b",
"version": "9.1.0",
Expand Down

0 comments on commit 12c39da

Please sign in to comment.