From 4582e063a897d9e1fdd2174cdc35d3938c95a762 Mon Sep 17 00:00:00 2001 From: Maxime Griot Date: Fri, 6 Nov 2020 15:36:54 +0100 Subject: [PATCH] Address git tag review --- packages/h/hopscotch-map/xmake.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/h/hopscotch-map/xmake.lua b/packages/h/hopscotch-map/xmake.lua index b131fa9f7..93fa3273e 100644 --- a/packages/h/hopscotch-map/xmake.lua +++ b/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"))