Add machoexplorer cask for MachOExplorer.app v0.4.0 (#40379)

* Add machoexplorer cask for MachOExplorer.app v0.4.0

* Update machoexplorer.rb
This commit is contained in:
everettjf 2017-11-07 03:02:30 +08:00 committed by commitay
parent fe8061b26d
commit 3d751242c4
1 changed files with 12 additions and 0 deletions

12
Casks/machoexplorer.rb Normal file
View File

@ -0,0 +1,12 @@
cask 'machoexplorer' do
version '0.4.0'
sha256 '01982f4a246adeea957a3f916ab9cdd4b77acb8cdf926a2feda6f20cdd7e34a6'
url "https://github.com/everettjf/MachOExplorer/releases/download/v#{version}/MachOExplorer.dmg"
appcast 'https://github.com/everettjf/MachOExplorer/releases.atom',
checkpoint: '6a32efda4687143a6c6b08a96f2b47fa4121cb253557e768899dc2a3040ca2dc'
name 'MachOExplorer'
homepage 'https://github.com/everettjf/MachOExplorer'
app 'MachOExplorer.app'
end