homebrew-cask/Casks/frappe.rb

12 lines
363 B
Ruby
Raw Normal View History

2016-04-13 07:57:32 +08:00
cask 'frappe' do
version '0.1.1'
2016-04-13 07:57:32 +08:00
sha256 'de5440f075dd8c93c92284158e2a44fbfc3747e00293739c3aba1aea31082433'
url "https://github.com/niftylettuce/frappe/releases/download/v#{version}/v#{version}.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/niftylettuce/frappe/releases.atom'
2016-04-13 07:57:32 +08:00
name 'Frappé'
homepage 'https://github.com/niftylettuce/frappe'
app 'Frappe.app'
end