Sha256: 33a8ae9f131312da204bbfb0bae830e4c1080a57654e5c92ef6467a907109791

Contents?: true

Size: 1.14 KB

Versions: 5

Compression:

Stored size: 1.14 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, "flash_player_10_linux_dev/standalone/debugger/flashplayer"
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
flashplayer-10.1.8.pre lib/flashplayer/specification.rb
flashplayer-10.1.7.pre lib/flashplayer/specification.rb
flashplayer-10.1.6.pre lib/flashplayer/specification.rb
flashplayer-10.1.3.pre lib/flashplayer/specification.rb
flashplayer-10.1.2.pre lib/flashplayer/specification.rb