justbuild: add v1.0.0 (#34467)

This commit is contained in:
Alberto Sartori 2022-12-14 09:17:42 +01:00 committed by GitHub
parent e030833129
commit 45b40115fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ class Justbuild(Package):
maintainers = ["asartori86"]
version("master", branch="master")
version("1.0.0", tag="v1.0.0")
depends_on("python@3:", type=("build", "run"))
depends_on("wget", type=("build", "run"))