http://jentyxddh2rf47gd3e43kuebyn2xsv6h72gzh46oe4rxyovvm7xe5ead.onion/src/dotfiles/commit/91b823ac062c5cbb6695cdf4e0b88b4f7f7861db.html
use JSON::MaybeXS 'decode_json'; @@ -39,7 +43,6 @@ sub make_github_api_url { return "https://api.github.com/repos/$username/$repository/releases/latest";
} - sub make_github_release_url {
my ($username, $repository, $version) = @_; @@ -56,16 +59,11 @@ sub make_github_release_url { # There is not a good way to verify signatures in Perl as far as I can
# tell. The Crypt::OpenPGP and GnuPG modules from CPAN both had issues.
system 'command -v gpg >/dev/null 2>&1'; -$? ==...