Skip to content

Commit

Permalink
Merge pull request #5331 from radeksimko/chirp
Browse files Browse the repository at this point in the history
Chirp - reuse the version number
  • Loading branch information
rolandwalker committed Jul 15, 2014
2 parents 845b223 + 6066b62 commit b921e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Casks/chirp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Chirp < Cask
version '0.4.0'
sha256 '76842b583f0dbb19cd700a156893b0cd1356dde18bbe730261fdf786772a26f0'

url 'http://chirp.danplanet.com/download/0.4.0/chirp-0.4.0.app.zip'
url "http://chirp.danplanet.com/download/#{version}/chirp-#{version}.app.zip"
homepage 'http://chirp.danplanet.com/'

link 'chirp-0.4.0.app'
link "chirp-#{version}.app"
end

0 comments on commit b921e40

Please sign in to comment.