Commit 64df42cf authored by Vitaly Lipatov's avatar Vitaly Lipatov

7.15-alt1

- eget: pass --no-glob to wget if used - eget: restore missed protocol in real url - eget: fix filename parsing - eget: don't hide errors on list - eget: drop extra spaces before and after URL - eget: add support --output-dir to wget - eget: add a few url support - eget: add aria2 backend support - eget: fix to support many args
parent 4f51e94a
Name: eget Name: eget
Version: 7.14 Version: 7.15
Release: alt1 Release: alt1
Summary: wget like downloader wrapper with wildcard support Summary: wget like downloader wrapper with wildcard support
...@@ -34,6 +34,17 @@ install -D eget %buildroot%_bindir/eget ...@@ -34,6 +34,17 @@ install -D eget %buildroot%_bindir/eget
%_bindir/eget %_bindir/eget
%changelog %changelog
* Tue Dec 09 2025 Vitaly Lipatov <lav@altlinux.ru> 7.15-alt1
- eget: pass --no-glob to wget if used
- eget: restore missed protocol in real url
- eget: fix filename parsing
- eget: don't hide errors on list
- eget: drop extra spaces before and after URL
- eget: add support --output-dir to wget
- eget: add a few url support
- eget: add aria2 backend support
- eget: fix to support many args
* Fri Apr 18 2025 Vitaly Lipatov <lav@altlinux.ru> 7.14-alt1 * Fri Apr 18 2025 Vitaly Lipatov <lav@altlinux.ru> 7.14-alt1
- eget: fix bug with IPFS handling - eget: fix bug with IPFS handling
- eget: add support for EGET_OPTIONS - eget: add support for EGET_OPTIONS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment