diff --git a/Casks/lightroom4.rb b/Casks/lightroom4.rb new file mode 100644 index 000000000..06d68da80 --- /dev/null +++ b/Casks/lightroom4.rb @@ -0,0 +1,10 @@ +class Lightroom4 < Cask + version '4.4' + sha256 'fb94bd221041e2e846d9eb269587a179253b5e36560a20f499a5891f85e77aa3' + + url 'http://download.adobe.com/pub/adobe/lightroom/mac/4.x/Lightroom_4_LS11_mac_4_4.dmg' + homepage 'http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=5566&fileID=5578' + + install 'Adobe Photoshop Lightroom 4.pkg' + uninstall :pkgutil => 'com.adobe.Lightroom4' +end