Skip to content

Commit

Permalink
Update version of type-safe (microsoft#35690)
Browse files Browse the repository at this point in the history
* update version of type-safe

* format manifest

* vcpkg x-add-version
  • Loading branch information
cstratopoulos authored Dec 15, 2023
1 parent 4d97354 commit 057a7d1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/type-safe/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO foonathan/type_safe
REF v0.2.2
SHA512 5dbc9e906e066cfc5eb8fd9a308e952e33c7463b5d2abaadd4303ebe8c38a1d8e79865076ad6422f4c56ffa23113b291e3c11d6dd28e73ec3d6fe2e3e7a233a3
REF v0.2.3
SHA512 2064995421c5b6bad1b336adf71af9ad1dd3d2245411be1f531d3b72db782a9a959f20597c18a1bd8a71fd3e9e87e396b4fe5595a5e99a32e2d814d6a7c6222b
HEAD_REF main
)

Expand Down
3 changes: 1 addition & 2 deletions ports/type-safe/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "type-safe",
"version": "0.2.2",
"port-version": 1,
"version": "0.2.3",
"description": "Zero overhead abstractions that use the C++ type system to prevent bugs.",
"homepage": "https://github.com/foonathan/type_safe",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8649,8 +8649,8 @@
"port-version": 3
},
"type-safe": {
"baseline": "0.2.2",
"port-version": 1
"baseline": "0.2.3",
"port-version": 0
},
"uchardet": {
"baseline": "0.0.8",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/type-safe.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "803fe8770512e68321e60560d9a303e4782c266e",
"version": "0.2.3",
"port-version": 0
},
{
"git-tree": "63cdf2cb69a2a7f3de1a5bf82d63e556b742e909",
"version": "0.2.2",
Expand Down

0 comments on commit 057a7d1

Please sign in to comment.