Skip to content

Commit

Permalink
Update ports/krb5/portfile.cmake
Browse files Browse the repository at this point in the history
Use `{VERSION}` portfile variable instead of hard-coding it.

Co-authored-by: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
  • Loading branch information
sharadhr and WangWeiLin-MV committed May 11, 2024
1 parent 11e7a50 commit d4a6424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/krb5/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 krb5/krb5
REF "krb5-1.21.2-final"
REF "krb5-${VERSION}-final"
SHA512 184ef8645d7e17f30a8e3d4005364424d2095b3d0c96f26ecef0c2dd2f3a096a0dd40558ed113121483717e44f6af41e71be0e5e079c76a205535d0c11a2ea34
PATCHES relative_paths.patch
)
Expand Down

0 comments on commit d4a6424

Please sign in to comment.