homebrew-cask/Casks/showyedge.rb

14 lines
451 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'showyedge' do
2015-12-19 07:31:00 +08:00
version '3.0.0'
sha256 '4a6b16970cb77a9b3e77031e74cf8907a09106ffff1e430eec9c41790579008c'
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-12-19 07:31:00 +08:00
:sha256 => 'f342c2d998d11f615b00fecb57b919b036f1f33f3275d2aea1719ba04edcdcfd'
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