Browse Source

uthash: update to 2025.05.05 (#7513)

Saikari 1 tháng trước cách đây
mục cha
commit
3134dd9816
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      packages/u/uthash/xmake.lua

+ 2 - 0
packages/u/uthash/xmake.lua

@@ -2,8 +2,10 @@ package("uthash")
     set_kind("library", {headeronly = true})
     set_kind("library", {headeronly = true})
     set_homepage("https://troydhanson.github.io/uthash")
     set_homepage("https://troydhanson.github.io/uthash")
     set_description("C macros for hash tables and more")
     set_description("C macros for hash tables and more")
+    set_license("BSD")
 
 
     add_urls("https://github.com/troydhanson/uthash.git")
     add_urls("https://github.com/troydhanson/uthash.git")
+    add_versions("2025.05.05", "af6e637f19c102167fb914b9ebcc171389270b48")
     add_versions("2023.7.11", "ca98384ce7f30beb216f9a0bc88a3b4340ead729")
     add_versions("2023.7.11", "ca98384ce7f30beb216f9a0bc88a3b4340ead729")
 
 
     on_install(function (package)
     on_install(function (package)