There was an error while loading. Please reload this page.
1 parent 7ee9835 commit e2831f6Copy full SHA for e2831f6
1 file changed
packages/l/libseccomp/xmake.lua
@@ -5,6 +5,7 @@ package("libseccomp")
5
6
add_urls("https://github.com/seccomp/libseccomp/releases/download/v$(version)/libseccomp-$(version).tar.gz",
7
"https://github.com/seccomp/libseccomp.git")
8
+ add_versions("2.6.1", "501f66c667225d53791b97e1d7cf85ab764c297d04881f60f38f451c4b0ee1be")
9
add_versions("2.6.0", "83b6085232d1588c379dc9b9cae47bb37407cf262e6e74993c61ba72d2a784dc")
10
11
add_configs("tools", {description = "Build tools.", default = false, type = "boolean"})
0 commit comments