Sha256: 856e8359ed4294b1314382a02852344b0c52c0cade35944bee9742496afc60fb
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
Sprout::Specification.new do |s| s.name = FlashPlayer::NAME s.version = FlashPlayer::VERSION s.add_remote_file_target do |t| t.platform = :osx t.archive_type = :zip t.url = "http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa_debug.app.zip" t.md5 = "ff6824b7fd676dd1b613204221f5b5b9" t.add_executable :flashplayer, "Flash Player Debugger.app/Contents/MacOS/Flash Player Debugger" end s.add_remote_file_target do |t| t.platform = :win32 t.archive_type = :exe t.url = "http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa_debug.exe" t.md5 = "4d8d58d72709f44421b2ea4e89cc30be" t.add_executable :flashplayer, "flashplayer_10_sa_debug.exe" end s.add_remote_file_target do |t| t.platform = :linux t.archive_type = :tgz t.url = "http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa_debug.tar.gz" t.md5 = "6cabe6038343374b547043d29de14417" t.add_executable :flashplayer, "flashplayerdebugger" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flashplayer-10.1.9.pre | lib/flashplayer/specification.rb |