
'cask upgrade' command collects all exceptions thrown from individual casks during the upgrade process. If there were more than one cask that raised exceptions during the upgrade process, a MultipleCaskErrors exception will be thrown. Issue #5203
10 lines
245 B
Ruby
10 lines
245 B
Ruby
cask 'bad-checksum2' do
|
|
version '1.2.3'
|
|
sha256 'badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb'
|
|
|
|
url "file://#{TEST_FIXTURE_DIR}/cask/container.tar.gz"
|
|
homepage 'https://brew.sh/container-tar-gz'
|
|
|
|
app 'container'
|
|
end
|