wok-6.x diff mlt-python-bindings/receipt @ rev 25445
itaka: fix wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 06 07:38:52 2022 +0000 (2022-09-06) |
parents | 5ea0ce1cecc0 |
children |
line diff
1.1 --- a/mlt-python-bindings/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/mlt-python-bindings/receipt Tue Sep 06 07:38:52 2022 +0000 1.3 @@ -10,7 +10,7 @@ 1.4 1.5 SOURCE="mlt" 1.6 TARBALL="$SOURCE-$VERSION.tar.gz" 1.7 -WGET_URL="https://github.com/mltframework/$SOURCE/archive/v$VERSIONtar.gz" 1.8 +WGET_URL="https://github.com/mltframework/$SOURCE/archive/refs/tags/v$VERSION.tar.gz" 1.9 1.10 DEPENDS="python mlt" 1.11 BUILD_DEPENDS="swig python-dev mlt"