Skip to content

Commit

Permalink
Change to use ${VERSION} variable in portfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeRundlett committed Jan 6, 2025
1 parent c68d898 commit 108c07c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/daxa/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Ipotrick/Daxa
REF d91f215842ca0d49cc6882a234172fdeb5b383b7 # ${VERSION}
REF ${VERSION}
SHA512 6c83ced7cf1388beb470a728916f9e954d359e88d016c6a55daf568bce032d20d3a21221b7c336f1f8bb99a29837c648a96c47d7aa22c595853aae71724c80a9
HEAD_REF master
)
Expand Down
2 changes: 1 addition & 1 deletion versions/d-/daxa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "359363aa9bfb10cedec2df0fa42cf4d6ee25270d",
"git-tree": "49ce42900d08a9cb5f42c309d3bba548f6fc3c6f",
"version": "3.0.3",
"port-version": 0
},
Expand Down

0 comments on commit 108c07c

Please sign in to comment.