diff --git a/update_version.sh b/update_version.sh index 2bb7b5a..37a3083 100644 --- a/update_version.sh +++ b/update_version.sh @@ -1,7 +1,7 @@ #!/bin/bash set -euo pipefail -curl -sSf https://archlinux.org/packages/community/x86_64/go/json/ | +curl -sSf https://archlinux.org/packages/extra/x86_64/go/json/ | jq -r '"# " + .pkgname + " v" + .pkgver + "-" + .pkgrel' >tools.txt.new curl -sSfL "https://raw.githubusercontent.com/fatih/vim-go/master/plugin/go.vim" |