lynx: fix update-check.

This commit is contained in:
Enno Boland 2015-11-05 16:39:10 +01:00
parent 1638eb58eb
commit 726e591bd5

5
srcpkgs/lynx/update Normal file
View File

@ -0,0 +1,5 @@
case "$version" in
*.*.*.*) version=${version%.*}rel.${version##*.};;
esac
ignore="*dev*"