Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/pulzed-mini/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 pulzed/mINI
REF ${VERSION}
SHA512 af29b0e59a2bed460a3a4e071932e0c01c017a57643c9414d360e17aa643bce476dc2941760a0cd904ec24483e67ee7f0df6029dc79254052c6c3c1d0941d4d0
SHA512 9b40a380c0a1eb5480840e19ccad75ae548101114bdd4b1589566cf6c90986447ba71cf7763b7e7e2124cfc665f92805b1c8620fd58bf4dba4cedda09c612c50
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/pulzed-mini/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pulzed-mini",
"version": "0.9.14",
"version": "0.9.17",
"description": "INI file reader and writer",
"homepage": "https://github.com/pulzed/mINI",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7425,7 +7425,7 @@
"port-version": 2
},
"pulzed-mini": {
"baseline": "0.9.14",
"baseline": "0.9.17",
"port-version": 0
},
"pybind11": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pulzed-mini.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d5c0c35d1f2a3bf997a2bca175aacb19850db2de",
"version": "0.9.17",
"port-version": 0
},
{
"git-tree": "784f59f1926b4dc6b103c5fdb9142ed0767bdae7",
"version": "0.9.14",
Expand Down