Sha256: e0aed12013559ab836c21f0dc2edbcce4bddd8c5af5d78b2fc6d9c1950bb9988

Contents?: true

Size: 1.11 KB

Versions: 39

Compression:

Stored size: 1.11 KB

Contents

Sprout::Specification.new do |s|
  s.name        = "flashplayer"
  s.version     = "10.1.pre"

  s.add_remote_file_target do |t|
    t.platform     = :macosx
    t.archive_type = :zip
    t.url          = "http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa_debug.app.zip"
    t.md5          = "fb998833d0faf11f0c4f412643f63d3f"
    t.add_executable :flashplayer, "Flash Player.app/Contents/MacOS/Flash Player"
  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          = "c364068fad3fed190983845a35e4ccdc"
    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/flash_player_10_linux_dev.tar.gz"
    t.md5          = "67f5081cf7d122063b332ea3e59d838b"
    t.add_executable :flashplayer, "flash_player_10_linux_dev/standalone/debugger/flashplayer"
  end 
end

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
sprout-1.1.18.pre test/fixtures/specification/flashplayer.rb
sprout-1.1.17.pre test/fixtures/specification/flashplayer.rb
sprout-1.1.16.pre test/fixtures/specification/flashplayer.rb
sprout-1.1.15.pre test/fixtures/specification/flashplayer.rb
sprout-1.1.14.pre test/fixtures/specification/flashplayer.rb
sprout-1.1.13.pre test/fixtures/specification/flashplayer.rb
sprout-1.1.11.pre test/fixtures/specification/flashplayer.rb
sprout-1.1.10.pre test/fixtures/specification/flashplayer.rb
sprout-1.1.7.pre test/fixtures/specification/flashplayer.rb
sprout-1.1.5.pre test/fixtures/specification/flashplayer.rb
sprout-1.1.4.pre test/fixtures/specification/flashplayer.rb
sprout-1.1.3.pre test/fixtures/specification/flashplayer.rb
sprout-1.1.2.pre test/fixtures/specification/flashplayer.rb
sprout-1.0.35.pre test/fixtures/specification/flashplayer.rb
sprout-1.0.32.pre test/fixtures/specification/flashplayer.rb
sprout-1.0.31.pre test/fixtures/specification/flashplayer.rb
sprout-1.0.29.pre test/fixtures/specification/flashplayer.rb
sprout-1.0.26.pre test/fixtures/specification/flashplayer.rb
sprout-1.0.25.pre test/fixtures/specification/flashplayer.rb
sprout-1.0.24.pre test/fixtures/specification/flashplayer.rb