Skip to content

Commit

Permalink
Updated flashplayer version and spec
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebayes committed May 26, 2009
1 parent fc2fd9c commit 6f8b9f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/flashplayer/lib/sprout/flashplayer/version.rb
Expand Up @@ -3,7 +3,7 @@ class FlashPlayer # :nodoc:
module VERSION #:nodoc:
MAJOR = 10
MINOR = 22
TINY = 0
TINY = 1

STRING = [MAJOR, MINOR, TINY].join('.')
MAJOR_MINOR = [MAJOR, MINOR].join('.')
Expand Down
2 changes: 1 addition & 1 deletion tools/flashplayer/sprout.spec
Expand Up @@ -7,7 +7,7 @@
- !ruby/object:Sprout::RemoteFileTarget
platform: win32
url: http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa_debug.exe
archive_path: sa_flashplayer_10_sa_debug.exe
archive_path: flashplayer_10_sa_debug.exe
md5: 56dca9496d6c72237360aa3f6c901bee
- !ruby/object:Sprout::RemoteFileTarget
platform: linux
Expand Down

0 comments on commit 6f8b9f5

Please sign in to comment.