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:
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}}
script: pkg-config --modversion cgif | grep {{version}}