homebrew-cask/Casks/tortoisehg.rb

12 lines
405 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tortoisehg' do
2017-04-07 09:51:38 +08:00
version '4.1.1'
sha256 'e6f65041f1c20d98d18cd14f4394351f5c3c73f649175581941e0e737c492db5'
2014-09-02 16:53:49 +08:00
# bitbucket.org/tortoisehg/files/downloads was verified as official when first introduced to the cask
url "https://bitbucket.org/tortoisehg/files/downloads/TortoiseHg-#{version}-mac-x64.dmg"
2015-05-05 04:40:53 +08:00
name 'TortoiseHg'
homepage 'https://tortoisehg.bitbucket.io/'
2014-09-02 16:53:49 +08:00
2014-09-16 00:06:31 +08:00
app 'TortoiseHg.app'
2014-09-02 16:53:49 +08:00
end