Skip to content

Commit e2fa7da

Browse files
authored
[tomsolver] Update to 1.0.1 (microsoft#42710)
1 parent 463b45a commit e2fa7da

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/tomsolver/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO tomwillow/tomsolver
44
REF "${VERSION}"
5-
SHA512 332301dc8df2756818e709655f726193dd424fb04fba2e18b4264fa078120a6da9cc6a164c930a440439b1b34f7f6a8afc9263db5e8c16e6cd99391296ab0296
5+
SHA512 00e1b961b1e6730bf74209622a44f932b5221c15995c53bcea9de5b84ba7d75549c095658bcb5729d4a38bf60104b5c5a8fa97015f13977341fcdd62643f35c2
66
HEAD_REF master
77
)
88

ports/tomsolver/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tomsolver",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Simplest, Well-tested, Non-linear equations solver library.",
55
"homepage": "https://github.com/tomwillow/tomsolver",
66
"license": "MIT",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9097,7 +9097,7 @@
90979097
"port-version": 0
90989098
},
90999099
"tomsolver": {
9100-
"baseline": "1.0.0",
9100+
"baseline": "1.0.1",
91019101
"port-version": 0
91029102
},
91039103
"torch-th": {

versions/t-/tomsolver.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "2c09eb0b6940aab4fc613778fe49ac639a428194",
5+
"version": "1.0.1",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "ca6ebeda0ee3996867907f8948cb722480696a04",
510
"version": "1.0.0",

0 commit comments

Comments
 (0)