 af10d13381
			
		
	
	
		af10d13381
		
	
	
	
	
		
			
			In some cases, certain Casks shouldn't be resubmitted for specific reasons: difficult to maintain, developers maintain their own version, ... To make sure these cases are restricted - we can add them to a blacklist and have the blacklist checked as part of the `brew cask audit` steps.
		
			
				
	
	
		
			11 lines
		
	
	
		
			227 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			227 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| cask 'adobe-air' do
 | |
|   version '1.2.3'
 | |
|   sha256 '8c62a2b791cf5f0da6066a0a4b6e85f62949cd60975da062df44adf887f4370b'
 | |
| 
 | |
|   url 'https://brew.sh/TestCask.dmg'
 | |
|   name 'Adobe Air'
 | |
|   homepage 'https://brew.sh/'
 | |
| 
 | |
|   app 'TestCask.app'
 | |
| end
 |