mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix gpt-engineer version parser
This commit is contained in:
parent
270565f87f
commit
2e47105a53
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
distributable:
|
distributable:
|
||||||
# url format changed in v0.2.1
|
# url format changed in v0.2.1
|
||||||
#url: https://github.com/AntonOsika/gpt-engineer/archive/refs/tags/v{{version}}.tar.gz
|
url: https://github.com/AntonOsika/gpt-engineer/archive/refs/tags/{{version.tag}}.tar.gz
|
||||||
url: https://github.com/AntonOsika/gpt-engineer/archive/refs/tags/{{version}}.tar.gz
|
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
github: AntonOsika/gpt-engineer
|
github: AntonOsika/gpt-engineer
|
||||||
|
strip: /v\./ # 0.2.4 onwards are tagged as `v.0.2.4` which is not machine parsable as a version
|
||||||
|
|
||||||
display-name: GPT Engineer
|
display-name: GPT Engineer
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue