Just released 0.4.0 with the long-awaited support for fetchurl and fetchzip! Here is the full changelog for this release:
Changes
- Output
tag = "...";instead ofrevfor all supported fetchers (#395).
To adapt to this change, instead of--overwrite(-str) rev <VALUE>, use--overwrite-rev <VALUE>or--overwrite-rev-str <VALUE>,
which also works forfetchCrateandfetchHex. fetchhgandfetchsvnnow outputhashinstead ofsha256
Features
fetchurl,fetchzip,fetchpatch, andfetchpatch2support (#420)- Use a GitHub token for authorization if it exists (#388)
--overwrite-revand--overwrite-rev-stras alternatives to--overwrite-rev(-str) (rev|tag|version)(#419)fetchFromGitLabsupport for https://framagit.org (#428)fetchFromGiteasupport for https://git.lix.systems (#428)- More colorful errors