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:
|
||||
# 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}}.tar.gz
|
||||
url: https://github.com/AntonOsika/gpt-engineer/archive/refs/tags/{{version.tag}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue