summarylogtreecommitdiffstats
path: root/aur-cfg.sh
blob: 8367a6c2336b277541719b4fa288a76fe361ad1a (plain)
1
2
3
4
5
6
7
function get_latest_version {
  curl -s https://github.com/szszoke/sennheiser-gsp670-pulseaudio-profile/releases/latest | perl -pe 's!.*/tag/(.+?)".*!$1!'
}

function clean_downloads {
  rm -rf *.tar.gz
}