PNGwriter: 0.6.0 (#3732)

Adds the latest release of PNGwriter.
This commit is contained in:
Axel Huebl 2017-04-06 19:31:55 +02:00 committed by Adam J. Stewart
parent eb9cb2d4a1
commit 951f4bf514

View File

@ -42,6 +42,7 @@ class Pngwriter(Package):
git='https://github.com/pngwriter/pngwriter.git') git='https://github.com/pngwriter/pngwriter.git')
version('master', branch='master', version('master', branch='master',
git='https://github.com/pngwriter/pngwriter.git') git='https://github.com/pngwriter/pngwriter.git')
version('0.6.0', '0a19bc55c5f6379fea7343752fd3ffae')
version('0.5.6', 'c13bd1fdc0e331a246e6127b5f262136') version('0.5.6', 'c13bd1fdc0e331a246e6127b5f262136')
depends_on('cmake', type='build') depends_on('cmake', type='build')