Static download link

Options
tangerinehuge
tangerinehuge
Community Member

Is there a static link to 1Password 4 that doesn't change with every version? This would be really handy for keeping local software repositories up to date.

Comments

  • Jasper
    Options

    Hi @tangerinehuge,

    Sorry, we don't have a static link. To get the download link for the current version, please visit our downloads page: https://agilebits.com/downloads

  • tangerinehuge
    tangerinehuge
    Community Member
    Options

    Thanks, I was able to work around it. If anyone else needs to automatically retrieve the current download here is the code I used:

    current_url=curl -s https://agilebits.com/downloads|grep -vi BETA|egrep -o 'http.*cloudfront.*1Password.*.zip'

    It assumes that the hostname and base filename are static. I threw in the "grep -v BETA" just in case the beta is moved to cloudfront at some point.

  • Jasper
    edited March 2014
    Options

    Nice workaround! :)

    Thanks for sharing.

This discussion has been closed.