depot/third_party/nixpkgs/pkgs/tools/networking/haguichi/update.sh
Default email 4bac34ead1 Project import generated by Copybara.
GitOrigin-RevId: 724bfc0892363087709bd3a5a1666296759154b1
2023-02-09 12:40:11 +01:00

13 lines
355 B
Bash
Executable file

#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl jq common-updater-scripts
set -euo pipefail
version="$(
curl -s https://api.github.com/repos/ztefn/haguichi/releases |
jq '.[] | select(.target_commitish!="elementary") | .tag_name' --raw-output |
sort --version-sort --reverse |
head -n1
)"
update-source-version haguichi "$version"