From 54e496981a84d38b6f0a203fd7aa9f9c6e0cd5fd Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Tue, 29 Jul 2014 16:43:56 +0200 Subject: [PATCH] Added Adobe Lightroom 4.4 Closes #336. --- Casks/lightroom4.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Casks/lightroom4.rb 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