summarylogtreecommitdiffstats
path: root/aur-cfg.sh
blob: d967a2817b06d7ea1caf19acaa8bb91ed703ef47 (plain)
1
2
3
4
5
6
7
8
9
function get_latest_version {
  curl -s https://get.atomicwallet.io/download/ \
    | grep 'atomicwallet-2.*\.rpm"' \
    | sort \
    | tail -1 \
    | sed 's/.*wallet-\(2[0-9.-]*\)\.rpm.*/\1/'
}

version_suffix_separator=-