Skip to content

Instantly share code, notes, and snippets.

@heiglandreas
Created June 26, 2018 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heiglandreas/d913d9cca23acdbfc28edfa8d670d108 to your computer and use it in GitHub Desktop.
Save heiglandreas/d913d9cca23acdbfc28edfa8d670d108 to your computer and use it in GitHub Desktop.
heiglandreas ~ $ curl -LO https://api.getlatestassets.com/github/heiglandreas/junitdiff/junitdiff.phar
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 604 0 604 0 0 550 0 --:--:-- 0:00:01 --:--:-- 550
100 256k 100 256k 0 0 105k 0 0:00:02 0:00:02 --:--:-- 217k
heiglandreas ~ $ curl -LO https://api.getlatestassets.com/github/heiglandreas/junitdiff/junitdiff.phar.asc
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 608 0 608 0 0 552 0 --:--:-- 0:00:01 --:--:-- 1413
100 836 100 836 0 0 512 0 0:00:01 0:00:01 --:--:-- 512
heiglandreas ~ $ gpg --verify junitdiff.phar.asc junitdiff.phar
gpg: Signatur vom Fr 27 Jan 13:13:32 2017 CET
gpg: mittels RSA-Schlüssel AE11B9CEBADB342A
gpg: Korrekte Signatur von "Andreas Heigl (JUnitDiff) (JUnitDiff Signing) <andreas@heigl.org>" [ultimativ]
heiglandreas ~ $ echo Foo >> junitdiff.phar
heiglandreas ~ $ gpg --verify junitdiff.phar.asc junitdiff.phar
gpg: Signatur vom Fr 27 Jan 13:13:32 2017 CET
gpg: mittels RSA-Schlüssel AE11B9CEBADB342A
gpg: FALSCHE Signatur von "Andreas Heigl (JUnitDiff) (JUnitDiff Signing) <andreas@heigl.org>" [ultimativ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment