homebrew-cask/Casks/recd.rb

14 lines
455 B
Ruby
Raw Normal View History

2016-03-05 08:38:12 +08:00
cask 'recd' do
2016-04-11 05:08:03 +08:00
version '1.5.0'
sha256 '08785d5bd3e9e37c28f334b5d1a5dc33220e11c6f10e285faaa2bfa29510a457'
2016-03-05 08:38:12 +08:00
url "https://github.com/aeewhite/Recd/releases/download/v#{version}/Rec.d-Mac-v#{version}.dmg"
appcast 'https://github.com/aeewhite/recd/releases.atom',
2016-04-11 05:08:03 +08:00
checkpoint: '89f7f967ccc169b05f8de72236c0c360c8516635ce710aa3d52c0c345486d207'
2016-03-05 08:38:12 +08:00
name "Rec'd"
homepage 'https://github.com/aeewhite/Recd'
license :oss
app "Rec'd.app"
end