Browse Source

Update libjuice to v1.6.2 (#8292)

ruki 2 months ago
parent
commit
2c072fc8c8
1 changed files with 1 additions and 0 deletions
  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",
     add_urls("https://github.com/paullouisageneau/libjuice/archive/refs/tags/$(version).tar.gz",
              "https://github.com/paullouisageneau/libjuice.git")
              "https://github.com/paullouisageneau/libjuice.git")
 
 
+    add_versions("v1.6.2", "5078176d55042f3ccf3999c2556d84903f7edf80177ce4a7bf59507541e93938")
     add_versions("v1.6.1", "14d7cfc1a541843c1678828ad52d860d043bd82ed39ff076b260565796e4e4ee")
     add_versions("v1.6.1", "14d7cfc1a541843c1678828ad52d860d043bd82ed39ff076b260565796e4e4ee")
 
 
     add_configs("nettle", {description = "Use Nettle for hash functions", default = false, type = "boolean"})
     add_configs("nettle", {description = "Use Nettle for hash functions", default = false, type = "boolean"})