url switched to github (#24176)

Safer download url because the project maintainers are incapable of securing a file server and don't know how to sign files with PGP.

transmission new appcast url

transmission appcast sha256

transmission sha256 correct method

transmission URL_SECTION comment

Added [URL_SECTION](https://github.com/caskroom/homebrew-cask/blob/master/doc/cask_language_reference/stanzas/url.md#when-url-and-homepage-hostnames-differ-add-a-comment) as per error

transmission style

separated by a single empty
and tab...

Update transmission.rb

Update transmission.rb
This commit is contained in:
Bryan Black 2016-08-30 18:55:59 -07:00 committed by Joshua Hagins
parent a0c6461e6d
commit c1785bfb5f
1 changed files with 4 additions and 3 deletions

View File

@ -2,9 +2,10 @@ cask 'transmission' do
version '2.92'
sha256 '926a878cac007e591cfcea987048abc0689d77e7729a28255b9ea7b73f22d693'
url "https://download.transmissionbt.com/files/Transmission-#{version}.dmg"
appcast 'https://update.transmissionbt.com/appcast.xml',
checkpoint: '24dcf232666db1aed41dae45c6a4fa9e7f52b98c10e69207cdd48baf83e114ac'
# github.com/transmission/transmission was verified as official when first introduced to the cask
url "https://github.com/transmission/transmission/releases/download/#{version}/transmission-#{version}.dmg"
appcast 'https://github.com/transmission/transmission/releases.atom',
checkpoint: '97d7eb25ba4b293ec0948784d0b73c45483a2daa9cd00fcd5e80a9b56107ffc1'
name 'Transmission'
homepage 'https://www.transmissionbt.com/'
license :gpl