mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(+python-poetry.org): use version
variable in url (#1277)
* fix(+python-poetry.org): use `version` variable in url * minimize diff * one more * last one --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
parent
25f62798c0
commit
1dd4e4cdcd
|
@ -1,5 +1,5 @@
|
|||
distributable:
|
||||
url: https://github.com/python-poetry/poetry/releases/download/1.3.1/poetry-1.3.1.tar.gz
|
||||
url: https://github.com/python-poetry/poetry/releases/download/{{version}}/poetry-{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
|
|
Loading…
Reference in a new issue