Skip to content

Commit

Permalink
Add eqMac 2.0.7. (#37414)
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr authored and vitorgalvao committed Aug 6, 2017
1 parent 370b228 commit 0d00751
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Casks/eqmac.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
cask 'eqmac' do
version '2.0.7'
sha256 'caa97a681371f60173aabd3949e381f8b53234fb9642340d49795a495df0fa15'

# github.com/romankisil/eqMac was verified as official when first introduced to the cask
url "https://github.com/romankisil/eqMac#{version.major}/releases/download/v#{version}/eqMac#{version.major}.dmg"
appcast "https://github.com/romankisil/eqMac#{version.major}/releases.atom",
checkpoint: '734ff65d148b0f3d7ef6988ecdc5a84870f7523986ee8cbe5bede0b905536e4e'
name 'eqMac'
homepage 'https://www.bitgapp.com/eqmac/'

app "eqMac#{version.major}.app"
installer script: {
executable: "#{staged_path}/eqMac#{version.major}.app/Contents/Resources/install_new.sh",
sudo: true,
}

uninstall login_item: "eqMac#{version.major}",
quit: "com.bitgapp.eqMac#{version.major}",
script: {
executable: "#{appdir}/eqMac#{version.major}.app/Contents/Resources/uninstall_app.sh",
sudo: true,
}

zap delete: [
"~/Library/Caches/com.bitgapp.eqMac#{version.major}",
"~/Library/Cookies/com.bitgapp.eqMac#{version.major}.binarycookies",
]
end

0 comments on commit 0d00751

Please sign in to comment.