Browse Source

Add git url

Maxime Griot 4 years ago
parent
commit
ec5d8a6d30
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/m/mhook/xmake.lua

+ 2 - 1
packages/m/mhook/xmake.lua

@@ -3,7 +3,8 @@ package("mhook")
     set_homepage("https://github.com/martona/mhook")
     set_description("A Windows API hooking library ")
 
-    set_urls("https://github.com/apriorit/mhook/archive/$(version).zip")
+    set_urls("https://github.com/apriorit/mhook/archive/$(version).zip",
+             "https://github.com/apriorit/mhook.git")
 
     add_versions("2.5.1", "37e7d65422a770b0a28835b4fe557823278f7118ff4a399d7acf345c8db318e5")