mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Add checksum and version
This commit is contained in:
committed by
adityadalal924
parent
2adf4fd999
commit
418bf7fc5f
@@ -1,11 +1,11 @@
|
||||
cask :v1 => 'adobe-photoshop-cc' do
|
||||
version :latest
|
||||
sha256 :no_check
|
||||
version '2015'
|
||||
sha256 'c5a30a102299215b7df7e0cc519d3d63c20a63b0fecf54bc41eb68061c96dec7'
|
||||
|
||||
url 'http://trials3.adobe.com/AdobeProducts/PHSP/16/osx10/Photoshop_16_LS20.dmg',
|
||||
:user_agent => :fake,
|
||||
:cookies => { 'MM_TRIALS' => '1234' }
|
||||
name 'Adobe Photoshop CC 2015'
|
||||
name 'Adobe Photoshop CC'
|
||||
homepage 'https://www.adobe.com/products/photoshop.html'
|
||||
license :commercial
|
||||
tags :vendor => 'Adobe'
|
||||
|
||||
Reference in New Issue
Block a user