unzip: remove update-check version transformation

Due to the use of sort -V in update_check.sh this failed
for the case where the template version is 2.3.1 which is
transformed to 231. When a upstream version 30 is released
it will be less than the transformed version.
This commit is contained in:
Eivind Uggedal 2015-01-21 22:54:12 +00:00
parent 200d034627
commit 79f0312696

View file

@ -1,2 +1 @@
version="$(printf '%-03s' ${version//./} | tr ' ' 0)"
ignore="*[!0-9]"