umoci: fix url; add v0.4.7 (#46651)

This commit is contained in:
Wouter Deconinck 2024-09-30 03:17:13 -05:00 committed by GitHub
parent 519ed7f611
commit e0987e0350
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,24 +12,23 @@ class Umoci(MakefilePackage):
complete manipulation tool for OCI images."""
homepage = "https://umo.ci/"
url = "https://github.com/openSUSE/umoci/archive/v0.4.4.tar.gz"
url = "https://github.com/opencontainers/umoci/archive/v0.4.4.tar.gz"
license("Apache-2.0")
license("Apache-2.0", checked_by="wdconinck")
version("0.4.7", sha256="c01b36de6fdc513eb65add57bc882d72f94fc3b4b65a8f9ef59826fb754af93e")
version("0.4.4", sha256="bc5c53812e0076d026aa275b197b878857cf7ba7a4f048fd13433de6107b9aed")
version("0.4.3", sha256="b7d537fec84d4327b1bbfe27118f69df5591143a74a7a1b66cc9904d85c30226")
version("0.4.2", sha256="fbc397dd39bda2570155dc3b1be0835809a36fccc342e2545b3edb9f0f9dc6f5")
version("0.4.1", sha256="0d83e01167383f529d726e9fd455660d4837371d5f0d82fad405f3ae6ae52486")
version("0.4.0", sha256="66997e270dee8abc9796385b162a1e8e32dd2ee2359e5200af4e6671cc1e76a0")
depends_on("c", type="build") # generated
depends_on("go")
depends_on("go-md2man", type="build")
def build(self, spec, prefix):
provider = "github.com"
project = "openSUSE"
project = "opencontainers"
repo = "umoci"
mkdirp(join_path(self.stage.source_path, "src", provider, project))