firefox-bin: 58.0.2 -> 59.0

This commit is contained in:
Daniel Frank 2018-03-13 19:16:11 +01:00
parent 134af4c5ac
commit 43da40ecae
2 changed files with 396 additions and 386 deletions

View file

@ -22,7 +22,7 @@ writeScript "update-${attrPath}" ''
# - removes trailing slash
# - sorts everything with semver in mind
# - picks up latest release
version=`xidel -q $url --extract "//a" | \
version=`xidel $url --extract "//a" | \
grep "^[0-9.]*${versionSuffix}/$" | \
sed s/[/]$// | \
sort --version-sort | \