summarylogtreecommitdiffstats
path: root/aur-cfg.sh
blob: 9e1a20ebfed3c55f63974ecacd3e259fda5c4706 (plain)
1
2
3
4
5
6
7
function get_latest_version {
  github_latest_release scalacenter/bloop
}

function clean_downloads {
  rm -vf bloop-*-1.*
}