adobe-air-sdk: fix SHA-1.
This commit is contained in:
parent
c361e3fab8
commit
6b9f074b0b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require 'formula'
|
|||
class AdobeAirSdk < Formula
|
||||
homepage 'http://www.adobe.com/products/air/sdk/'
|
||||
url 'http://airdownload.adobe.com/air/mac/download/3.8/AdobeAIRSDK.tbz2'
|
||||
sha1 'f97e4cb2002c01a100b0654c8bb9237e3334486a'
|
||||
sha1 '30d090d13da218934da8e9327be99cd64bbaff6e'
|
||||
|
||||
def install
|
||||
libexec.install Dir['*']
|
||||
|
|
Loading…
Reference in a new issue