Pārlūkot izejas kodu

uthash: update to 2025.05.05 (#7513)

Saikari 1 mēnesi atpakaļ
vecāks
revīzija
3134dd9816
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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_homepage("https://troydhanson.github.io/uthash")
     set_description("C macros for hash tables and more")
+    set_license("BSD")
 
     add_urls("https://github.com/troydhanson/uthash.git")
+    add_versions("2025.05.05", "af6e637f19c102167fb914b9ebcc171389270b48")
     add_versions("2023.7.11", "ca98384ce7f30beb216f9a0bc88a3b4340ead729")
 
     on_install(function (package)