Packages/ophidia server (#36632)

* ophidia-server: new package at v1.7
* Merge
* Update package.py
  Fix style in package.py
* Fix maintainers syntax

---------

Co-authored-by: SoniaScard <SoniaScard@users.noreply.github.com>
This commit is contained in:
SoniaScard 2023-04-06 23:11:52 +02:00 committed by GitHub
parent 017d66eb79
commit 12eff8daad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,10 +9,10 @@
class OphidiaServer(AutotoolsPackage):
"""Front-end server of the Ophidia framework"""
homepage = "https://github.com/SoniaScard/ophidia-server"
url = "https://github.com/SoniaScard/ophidia-server/archive/refs/tags/v1.7.2.tar.gz"
homepage = "https://github.com/OphidiaBigData/ophidia-server"
url = "https://github.com/OphidiaBigData/ophidia-server/archive/refs/tags/v1.7.4.tar.gz"
maintainers("eldoo", "SoniaScard")
version("1.7.2", sha256="452587775343b266bbb5adcfeee64e7f7e9a9bbfcb2133646a831ae3e74348be")
version("1.7.4", sha256="30128c99ae089ab766141397ea5098ac930cfe10d09b289ed120f6581d8bb07d")
depends_on("autoconf", type="build")
depends_on("automake", type="build")