
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
223 B
Ruby
11 lines
223 B
Ruby
cask 'pharo' do
|
|
version '1.2.3'
|
|
sha256 '8c62a2b791cf5f0da6066a0a4b6e85f62949cd60975da062df44adf887f4370b'
|
|
|
|
url 'https://brew.sh/ThirdParty.dmg'
|
|
name 'Pharo'
|
|
homepage 'https://brew.sh/'
|
|
|
|
app 'ThirdParty.app'
|
|
end
|