Skip to content

Commit

Permalink
gitx-rowanj: Version and checksum
Browse files Browse the repository at this point in the history
According to #1021, versioned/checksummed downloads should be preferred
when available and the URL contains the version number. This is the case
with gitx-rowanj—in fact, the appcast referenced links to the versioned
downloads, not the unversioned one.
  • Loading branch information
treyharris committed Sep 10, 2014
1 parent 5390f54 commit 8aed892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Casks/gitx-rowanj.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class GitxRowanj < Cask
version 'latest'
sha256 :no_check
version '0.15.1949'
sha256 '17301ee1209bd4b12c126d7a58405efdb366f99f70b4f923a9c96e16c334ce2a'

url 'http://builds.phere.net/GitX/development/GitX-dev.dmg'
url 'http://builds.phere.net/GitX/development/GitX-dev-1949.dmg'
appcast 'https://s3.amazonaws.com/builds.phere.net/GitX/development/GitX-dev.xml'
homepage 'http://rowanj.github.io/gitx/'

Expand Down

0 comments on commit 8aed892

Please sign in to comment.