Explorar o código

Update libjuice to v1.6.2 (#8292)

ruki hai 2 meses
pai
achega
2c072fc8c8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/l/libjuice/xmake.lua

+ 1 - 0
packages/l/libjuice/xmake.lua

@@ -6,6 +6,7 @@ package("libjuice")
     add_urls("https://github.com/paullouisageneau/libjuice/archive/refs/tags/$(version).tar.gz",
              "https://github.com/paullouisageneau/libjuice.git")
 
+    add_versions("v1.6.2", "5078176d55042f3ccf3999c2556d84903f7edf80177ce4a7bf59507541e93938")
     add_versions("v1.6.1", "14d7cfc1a541843c1678828ad52d860d043bd82ed39ff076b260565796e4e4ee")
 
     add_configs("nettle", {description = "Use Nettle for hash functions", default = false, type = "boolean"})