wok-current diff lemon/receipt @ rev 25586
Fix linux build with gcc > 6 again
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon May 29 12:23:26 2023 +0000 (19 months ago) |
parents | 4963cd31b894 |
children |
line diff
1.1 --- a/lemon/receipt Sun Apr 26 16:33:37 2020 +0000 1.2 +++ b/lemon/receipt Mon May 29 12:23:26 2023 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lemon" 1.7 -_realver="3310100" 1.8 +_realver="3320100" 1.9 VERSION="$(printf "%d.%d.%d" ${_realver:0:1} ${_realver:1:2} ${_realver:3:2})" 1.10 CATEGORY="system-tools" 1.11 SHORT_DESC="The LEMON Parser Generator (from the SQLite project)."