Commit e9ef6e1e authored by Vitaly Lipatov's avatar Vitaly Lipatov

7.6-alt1

- README.md: add commend about install with eepm - eget: add --get-ipfs-cid to help, fix for case when IPFS is disabled (no accessible gateway) - eget: get_cid_by_url(): return only correct CID - eget: fix concatenate_url_and_filename()
parent 6ad9c1ab
......@@ -114,6 +114,8 @@ EGET_BACKEND= curl or wget
See also:
https://wiki.debian.org/debian/watch
https://github.com/zyedidia/eget
https://github.com/yuwancumian/eget
Name: eget
Version: 7.5
Version: 7.6
Release: alt1
Summary: wget like downloader wrapper with wildcard support
......@@ -34,6 +34,12 @@ install -D eget %buildroot%_bindir/eget
%_bindir/eget
%changelog
* Sun Jul 02 2023 Vitaly Lipatov <lav@altlinux.ru> 7.6-alt1
- README.md: add commend about install with eepm
- eget: add --get-ipfs-cid to help, fix for case when IPFS is disabled (no accessible gateway)
- eget: get_cid_by_url(): return only correct CID
- eget: fix concatenate_url_and_filename()
* Fri May 12 2023 Vitaly Lipatov <lav@altlinux.ru> 7.5-alt1
- eget: allow download file from http://site/page/ URL (with latest slash)
- eget: print about unknown 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