homebrew-cask/Casks/barrier.rb

19 lines
567 B
Ruby
Raw Normal View History

2018-06-21 20:17:13 +08:00
cask 'barrier' do
version '2.3.1'
sha256 'e8238c109293c8a33fed8604725bd5c0275c24adbc223d1f4c01663cd2d9b45f'
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/'
depends_on macos: '>= :sierra'
2018-06-21 20:17:13 +08:00
app 'Barrier.app'
zap trash: [
'~/Library/Application Support/barrier',
'~/Library/Saved Application State/barrier.savedState',
]
2018-06-21 20:17:13 +08:00
end