justbuild: bump version 1.1.2 (#38320)

This commit is contained in:
Alberto Sartori 2023-06-13 03:34:38 +02:00 committed by GitHub
parent a4ebe01dec
commit bd2f78ae9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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