- Use curlto get the JSON response for the latest release
- Use grepto find the line containing file URL
- Use cutandtrto extract the URL
- Use wgetto download it (timestamp check --timestamping)
curl -s https://api.github.com/repos/jgm/pandoc/releases/latest \
| grep "browser_download_url.*zip" \
| cut -d : -f 2,3 \
| tr -d \" \
| wget --timestamping -v -i -