fix(cgif)

closes #5793
This commit is contained in:
Jacob Heider 2024-04-03 18:19:19 -04:00
parent bf25647a0b
commit 5c892d626c
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -1,10 +1,10 @@
distributable: 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 strip-components: 1
versions: versions:
github: dloebl/cgif github: dloebl/cgif
strip: /^V/ strip: /^[Vv]/
build: build:
dependencies: dependencies:
@ -25,5 +25,4 @@ build:
test: test:
dependencies: dependencies:
freedesktop.org/pkg-config: '*' freedesktop.org/pkg-config: '*'
script: script: pkg-config --modversion cgif | grep {{version}}
pkg-config --modversion cgif | grep {{version}}