Skip to content

Commit

Permalink
npcap_sdk: add previous version 1.12 for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Doekin committed Sep 30, 2024
1 parent 1007d1b commit 904525d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/n/npcap_sdk/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package("npcap_sdk")

set_urls("https://npcap.com/dist/npcap-sdk-$(version).zip")
add_versions("1.13", "dad1f2bf1b02b787be08ca4862f99e39a876c1f274bac4ac0cedc9bbc58f94fd")
add_versions("1.12", "24c4862723f61d28048a24e10eb31d2269b2152a5762410dd1caffc041871337")

on_load("mingw", function (package)
if package:version():eq("1.13") then
Expand Down

0 comments on commit 904525d

Please sign in to comment.