You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
There needs to be a way for a user to save the digest of the files received and ensure that if fetched again that the contents match the last digest. There are a few uses for that:
Telling a friend to download something: send the file over email
Downloading dependencies for a software build: check the file into git
Rough UX of what I am thinking:
Append to the file if this URL is missing, otherwise verify
I did something similar in https://github.com/mkmik/runck, but also conflating the issue of executing an installer (as a proof of concept for an alternative to curl | bash)
There needs to be a way for a user to save the digest of the files received and ensure that if fetched again that the contents match the last digest. There are a few uses for that:
Rough UX of what I am thinking:
Append to the file if this URL is missing, otherwise verify
Append/create URL entry to a pin file for a given URL:
The text was updated successfully, but these errors were encountered: