openbabel: add 3.1.0 and 3.1.1 (#34631)

This commit is contained in:
Rocco Meli 2022-12-22 11:17:50 +01:00 committed by GitHub
parent 4d4338db16
commit a27139c081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,11 @@ class Openbabel(CMakePackage):
url = "https://github.com/openbabel/openbabel/archive/openbabel-3-0-0.tar.gz" url = "https://github.com/openbabel/openbabel/archive/openbabel-3-0-0.tar.gz"
git = "https://github.com/openbabel/openbabel.git" git = "https://github.com/openbabel/openbabel.git"
maintainers = ["RMeli"]
version("master", branch="master") version("master", branch="master")
version("3.1.1", tag="openbabel-3-1-1")
version("3.1.0", tag="openbabel-3-1-0")
version("3.0.0", tag="openbabel-3-0-0") version("3.0.0", tag="openbabel-3-0-0")
version("2.4.1", tag="openbabel-2-4-1") version("2.4.1", tag="openbabel-2-4-1")
version("2.4.0", tag="openbabel-2-4-0") version("2.4.0", tag="openbabel-2-4-0")