fix yt-dlp (#106)

* fix semver breaking calvers like `2023.01.06`

* wip
This commit is contained in:
Jacob Heider 2023-01-06 17:55:31 -05:00 committed by GitHub
parent 02e44f6030
commit ff1f4739fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
distributable: distributable:
url: https://github.com/yt-dlp/yt-dlp/releases/download/{{version}}/yt-dlp.tar.gz url: https://github.com/yt-dlp/yt-dlp/releases/download/{{version.raw}}/yt-dlp.tar.gz
strip-components: 1 strip-components: 1
versions: versions:
@ -7,6 +7,7 @@ versions:
strip: /^yt-dlp / strip: /^yt-dlp /
dependencies: dependencies:
tea.xyz/gx/cc: c99 # to build brotli pymod
python.org: 3 python.org: 3
gnu.org/bash: '>=2' # for our venv/relocation scripts: feel free to fix that gnu.org/bash: '>=2' # for our venv/relocation scripts: feel free to fix that