Add exa v0.3.0

This commit is contained in:
Kevin Yap 2015-06-07 00:09:54 -07:00
parent 2b53e14b2c
commit aa2987c304
1 changed files with 13 additions and 0 deletions

13
Casks/exa.rb Normal file
View File

@ -0,0 +1,13 @@
cask :v1 => 'exa' do
version '0.3.0'
sha256 '228cfce7715b5b908a607e4a659e38d7c83da8c596cccf9860e6531903499dba'
# github.com is the official download host per the vendor homepage
url "https://github.com/ogham/exa/releases/download/v#{version}/exa-osx-x86-64.zip"
appcast 'https://github.com/ogham/exa/releases.atom'
name 'exa'
homepage 'http://bsago.me/exa/'
license :mit
binary 'exa-osx-x86-64', :target => 'exa'
end