bfs: add v3.1 (#42595)
This commit is contained in:
parent
10af235895
commit
167a168a63
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ class Bfs(MakefilePackage):
|
|||
|
||||
license("0BSD")
|
||||
|
||||
version("3.1", sha256="aa6a94231915d3d37e5dd62d194cb58a575a8f45270020f2bdd5ab41e31d1492")
|
||||
version("3.0.4", sha256="7196f5a624871c91ad051752ea21043c198a875189e08c70ab3167567a72889d")
|
||||
version("3.0.2", sha256="d3456a9aeecc031064db0dbe012e55a11eb97be88d0ab33a90e570fe66457f92")
|
||||
version("3.0.1", sha256="a38bb704201ed29f4e0b989fb2ab3791ca51c3eff90acfc31fff424579bbf962")
|
||||
|
@ -23,6 +24,7 @@ class Bfs(MakefilePackage):
|
|||
depends_on("acl", when="platform=linux")
|
||||
depends_on("attr", when="platform=linux")
|
||||
depends_on("libcap", when="platform=linux")
|
||||
depends_on("liburing", when="platform=linux @3.1:")
|
||||
depends_on("oniguruma")
|
||||
|
||||
def install(self, spec, prefix):
|
||||
|
|
Loading…
Reference in a new issue