# HG changeset patch # User Masamichi Hosoda # Date 1428585974 -32400 # Node ID b8e03ad779c99bc7da2a78035a99b921e6c65a12 # Parent 0140e01f745f8151414c072f8d4d87dffd502fab Update lilypad to 0.1.2.0 diff -r 0140e01f745f -r b8e03ad779c9 gub/specs/lilypad.py --- a/gub/specs/lilypad.py Mon Apr 06 15:42:12 2015 +0100 +++ b/gub/specs/lilypad.py Thu Apr 09 22:26:14 2015 +0900 @@ -2,7 +2,7 @@ from gub import target class LilyPad (target.AutoBuild): - source = 'http://lilypond.org/download/gub-sources/lilypad/lilypad-0.1.1.0-src.tar.bz2' + source = 'http://lilypond.org/download/gub-sources/lilypad/lilypad-0.1.2.0-src.tar.bz2' dependencies = [ 'tools::automake' ] destdir_install_broken = True license_files = ['']