summarylogtreecommitdiffstats
path: root/aur-cfg.sh
blob: b1d902a254fce693cb3695da2b2747e927253d29 (plain)
1
2
3
4
5
6
7
function get_latest_version {
  curl -s https://github.com/tlaplus/tlaplus/releases/latest | perl -pe 's!.*/tag/v?([0-9].+?)".*!$1!'
}

function clean_downloads {
  rm -vf *.jar
}