10 lines
		
	
	
		
			262 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			262 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
|   | test_cask 'container-bzip2' do | ||
|  |   version '1.2.3' | ||
|  |   sha256 'eaf67b3a62cb9275f96e45d05c70b94bef9ef1dae344083e93eda6b0b388a61c' | ||
|  | 
 | ||
|  |   url TestHelper.local_binary_url('container.bz2') | ||
|  |   homepage 'https://example.com/container-bzip2' | ||
|  | 
 | ||
|  |   app 'container-bzip2--1.2.3' | ||
|  | end |