mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
242 B
Ruby
7 lines
242 B
Ruby
class Airserver < Cask
|
|
url 'http://dl.airserver.com/mac/AirServer-5.0.3-5.dmg'
|
|
homepage 'http://www.airserver.com'
|
|
version '5.0.3-5'
|
|
sha256 'bd21826f1581f7081570e48b2694b6ea8699c5fcfb8ebe879d21ed460333467a'
|
|
link 'AirServer.app'
|
|
end
|