7 lines
333 B
7 lines
333 B
class Lightroom3 < Cask
|
|
url 'http://download.adobe.com/pub/adobe/lightroom/mac/3.x/Lightroom_3_LS11_mac_3_3.dmg'
|
|
homepage 'http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=4927&fileID=4588'
|
|
version '3.3'
|
|
sha256 '52b338d4a3d91d5979c8552da6ab8fdcfe4b4bcd3ad279f878f1fcd02d8b00b8'
|
|
install 'Adobe Lightroom 3.pkg'
|
|
end
|
|
|