Merge pull request #11317 from mauricerkelly/update-tower-from-latest-to-version-2.2.1

Update Tower to use specific version, not :latest
This commit is contained in:
Vítor Galvão 2015-05-22 23:04:18 +01:00
commit 4fc1a90bc6
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
cask :v1 => 'tower' do
version :latest
sha256 :no_check
version '2.2.1-277'
sha256 'e8fd917eb00674b1a0db1a95165e12a782d2286ea631b7b19337b0ca54aff22a'
url 'https://www.git-tower.com/download'
# amazonaws.com is the official download host per the vendor homepage
url "https://fournova-app-updates.s3.amazonaws.com/apps/tower2-mac/277-0be85680/Tower-2-#{version}.zip"
appcast 'https://updates.fournova.com/updates/tower2-mac/stable'
name 'Tower'
homepage 'http://www.git-tower.com/'