Browse Source

idna: add 0.2.0 version (#6308)

star9029 7 months ago
parent
commit
1bd21f6b6a
1 changed files with 4 additions and 2 deletions
  1. 4 2
      packages/i/idna/xmake.lua

+ 4 - 2
packages/i/idna/xmake.lua

@@ -3,8 +3,10 @@ package("idna")
     set_description("C++ library implementing the to_ascii and to_unicode functions from the Unicode Technical Standard.")
     set_license("Apache-2.0")
 
-    add_urls("https://github.com/ada-url/idna.git")
-    add_versions("2024.02.28", "fff988508f659ef5c6494572ebea3d5db2466ed0")
+    set_urls("https://github.com/ada-url/idna/archive/refs/tags/$(version).tar.gz",
+             "https://github.com/ada-url/idna.git")
+
+    add_versions("0.2.0", "fa9aac3611d11ef4c0196d74bfbf5d12b87814b62d70c101e8eb74fb65c636c9")
 
     add_deps("cmake")