homebrew-cask/Casks/showyedge.rb

14 lines
458 B
Ruby
Raw Normal View History

2015-03-05 08:08:51 +08:00
cask :v1 => 'showyedge' do
2015-09-19 21:28:27 +08:00
version '2.2.0'
sha256 'e51e4f9dbf20b8dffb601776a759b6fd49487e746e352d2733f0745e2126bce9'
2015-03-05 08:08:51 +08:00
url "https://pqrs.org/osx/ShowyEdge/files/ShowyEdge-#{version}.dmg"
appcast 'https://pqrs.org/osx/ShowyEdge/files/appcast.xml',
2015-09-19 21:28:27 +08:00
:sha256 => 'd7793b1e68aaf5225cf6fb712873277006b36e34873a1b6ff8c68e43f48209cd'
2015-04-28 02:02:14 +08:00
name 'ShowyEdge'
2015-03-05 08:08:51 +08:00
homepage 'https://pqrs.org/osx/ShowyEdge/'
license :public_domain
app 'ShowyEdge.app'
end