Skip to content

Commit

Permalink
Corrected ENET resource URI.
Browse files Browse the repository at this point in the history
  • Loading branch information
klei1984 committed Nov 7, 2023
1 parent 4b90f80 commit 0c4b15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/versions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set(SDL2_NET_HASH_TYPE MD5)

set(ENET_VERSION 1.3.17)
set(ENET_FILE enet-${ENET_VERSION}.tar.gz)
set(ENET_URI https://github.com/lsalzman/enet/archive/refs/tags/${ENET_VERSION}.tar.gz)
set(ENET_URI https://github.com/lsalzman/enet/archive/refs/tags/v${ENET_VERSION}.tar.gz)
set(ENET_HASH 1c3270f1e03ccb2a8544a88d91d2a368)
set(ENET_HASH_TYPE MD5)

Expand Down

0 comments on commit 0c4b15f

Please sign in to comment.