diff --git a/projects/github.com/dloebl/cgif/package.yml b/projects/github.com/dloebl/cgif/package.yml index 8a1936f7..be7ffe39 100644 --- a/projects/github.com/dloebl/cgif/package.yml +++ b/projects/github.com/dloebl/cgif/package.yml @@ -1,10 +1,10 @@ distributable: - url: https://github.com/dloebl/cgif/archive/refs/tags/V{{version}}.tar.gz + url: https://github.com/dloebl/cgif/archive/refs/tags/{{version.tag}}.tar.gz strip-components: 1 versions: github: dloebl/cgif - strip: /^V/ + strip: /^[Vv]/ build: dependencies: @@ -25,5 +25,4 @@ build: test: dependencies: freedesktop.org/pkg-config: '*' - script: - pkg-config --modversion cgif | grep {{version}} \ No newline at end of file + script: pkg-config --modversion cgif | grep {{version}}