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

function clean_downloads {
  rm -vf VerthashMiner-*.tar.gz
}