adobe-air-sdk 15.0.0.356
Closes Homebrew/homebrew#34122. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
1dd056f022
commit
2b4b92e67d
1 changed files with 3 additions and 3 deletions
|
@ -4,16 +4,16 @@ require "formula"
|
|||
# https://helpx.adobe.com/air/kb/archived-air-sdk-version.html
|
||||
class AdobeAirSdk < Formula
|
||||
homepage "http://adobe.com/products/air/sdk"
|
||||
version "15.0.0.302"
|
||||
version "15.0.0.356"
|
||||
|
||||
option "with-flex-support", "Do not download the new compiler with the SDK."
|
||||
|
||||
if build.without? "flex-support"
|
||||
url "http://airdownload.adobe.com/air/mac/download/15.0/AIRSDK_Compiler.tbz2"
|
||||
sha1 "5f6f647a6399c8ba501b9c6f6cda489bf50e0ba8"
|
||||
sha1 "3e80a9daa5e029f4b9a79ded3faa517a649e90b4"
|
||||
else
|
||||
url "http://airdownload.adobe.com/air/mac/download/15.0/AdobeAIRSDK.tbz2"
|
||||
sha1 "ce9a96ccc7a4a414ba7ef0eebf39a8a1150d228e"
|
||||
sha1 "47af192cebce5c08fcdde6bcc14aed5941a9ca85"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue