On Wed 2016-11-16 23:24:35 +0900, Jason A. Donenfeld wrote: > Hey Egbert, Daniel, > > On Wed, Nov 16, 2016 at 12:10 PM, Egbert Verhage wrote: >> Git repo: https://git.launchpad.net/wireguard?h=master > > Is there a good machine readable URL that I can check for getting the > latest package version? > > For Debian I currently use this cludge, which is totally wrong and terrible: > curl -s https://anonscm.debian.org/git/collab-maint/wireguard.git/refs/ > | sed -n 's/.*debian\/\([^ ]*\)-experimental[0-9]\+.*/\1/p' | head -n > 1 for debian, you could use: rmadison wireguard if you don't have rmadison installed, you can inspect the content here: https://qa.debian.org/madison.php?package=wireguard --dkg