presenterm: 0.9.0 -> 0.10.0 (#378946)
[NixPkgs.git] / pkgs / by-name / li / libcpucycles / update.sh
blob9010edce7bc0308aedbe16b14038601182e38291
1 #!/usr/bin/env nix-shell
2 #!nix-shell -i bash -p curl cacert nix common-updater-scripts --pure
3 #shellcheck shell=bash
5 set -eu -o pipefail
7 # upstream doesn't use git, but has this file specifically for versioning
8 version="$(curl https://cpucycles.cr.yp.to/libcpucycles-latest-version.txt)"
10 update-source-version libcpucycles "$version"