Address git tag review

pull/110/head
Maxime Griot 4 years ago
parent 4fbd2473ce
commit 4582e063a8
  1. 4
      packages/h/hopscotch-map/xmake.lua

@ -3,10 +3,10 @@ package("hopscotch-map")
set_homepage("https://github.com/Tessil/hopscotch-map")
set_description("A C++ implementation of a fast hash map and hash set using hopscotch hashing")
set_urls("https://github.com/Tessil/hopscotch-map/archive/v$(version).zip",
set_urls("https://github.com/Tessil/hopscotch-map/archive/$(version).zip",
"https://github.com/Tessil/hopscotch-map.git")
add_versions("2.3.0", "56ce4ff67215656065ee1a08948533baf9447c4440196ea5133c024856006938")
add_versions("v2.3.0", "56ce4ff67215656065ee1a08948533baf9447c4440196ea5133c024856006938")
on_install(function (package)
os.cp("include/tsl", package:installdir("include"))

Loading…
Cancel
Save