homebrew-cask/Casks/barrier.rb

12 lines
375 B
Ruby
Raw Normal View History

2018-06-21 20:17:13 +08:00
cask 'barrier' do
version '2.3.0'
sha256 'c00706fd2c38c1f0dda0b298f55d2fc0d423dcb15187041c379273da1e347714'
2018-06-21 20:17:13 +08:00
url "https://github.com/debauchee/barrier/releases/download/v#{version}/Barrier-#{version}-Release.dmg"
2018-06-21 20:17:13 +08:00
appcast 'https://github.com/debauchee/barrier/releases.atom'
name 'Barrier'
homepage 'https://github.com/debauchee/barrier/'
app 'Barrier.app'
end