wok-next diff lbreakout2/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents 99ea19f8ab8f
children f48456621a9d
line diff
     1.1 --- a/lbreakout2/receipt	Fri Nov 10 21:31:06 2017 +0100
     1.2 +++ b/lbreakout2/receipt	Wed Jun 13 08:26:54 2018 +0000
     1.3 @@ -10,8 +10,8 @@
     1.4  WEB_SITE="http://lgames.sourceforge.net/index.php?project=LBreakout2"
     1.5  WGET_URL="http://prdownloads.sourceforge.net/lgames/$TARBALL"
     1.6  
     1.7 -DEPENDS="libpng libsdl libsdl-mixer zlib"
     1.8 -BUILD_DEPENDS="libpng-dev libsdl-dev"
     1.9 +DEPENDS="libpng16 libsdl libsdl-mixer zlib"
    1.10 +BUILD_DEPENDS="libpng16-dev libsdl-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()