Skip to content

Commit

Permalink
[ports/inih/{portfile.cmake,vcpkg.json}] Upgrade from r51 to r56
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMarks committed Jul 20, 2022
1 parent 8ff1682 commit dcfc086
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/inih/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO benhoyt/inih
REF d7f465792c0c7686b50ed45c9a435394ae418d3e # r51
SHA512 f3b621225933d74e9b130957aab1d55a82f06fd836aace439f9192a393d82a446e9f2152bb617a73a1dc681a821fc31d217c41f38c8ef8eeef7ad64c3e274b5d
REF 5e1d9e2625842dddb3f9c086a50f22e4f45dfc2b # r56
SHA512 477a66643f6636a5826a1206c6588a12827e24a4a2609e11f0695888998e2bfcba8bdb2240c561404ee675bf4c72e85d7d008a1fbddb142c0d263b413de8d358
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/inih/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "inih",
"version-string": "51",
"port-version": 1,
"version": "56",
"description": "Simple .INI file parser"
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3009,8 +3009,8 @@
"port-version": 1
},
"inih": {
"baseline": "51",
"port-version": 1
"baseline": "56",
"port-version": 0
},
"iniparser": {
"baseline": "2020-04-06",
Expand Down
5 changes: 5 additions & 0 deletions versions/i-/inih.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c2dda57212f34f1402b1b156cc869f1888a2c6ed",
"version": "56",
"port-version": 0
},
{
"git-tree": "de1d85a0ea62e95bd096ecff062115646742cf1e",
"version-string": "51",
Expand Down

0 comments on commit dcfc086

Please sign in to comment.