zyedidia / eget

Easily install prebuilt binaries from GitHub.
MIT License
866 stars 39 forks source link

cache downloads to avoid redownloading if unchanged #77

Open Dialga opened 1 year ago

Dialga commented 1 year ago

For example electron apps which are normally >100mb, could be downloaded to /tmp then if the eget command is run again it should check the content-md5 header if it matches the hash of the already downloaded archive to avoid downloading again.