homebrew-cask/Casks/pibakery.rb

20 lines
748 B
Ruby
Raw Normal View History

2016-09-17 21:24:48 +08:00
cask 'pibakery' do
version '0.3.6'
sha256 'f449bfe01806e4c4b30a8603c60c439ce94b579f237c471ffc3057abcf507642'
2016-09-17 21:24:48 +08:00
# github.com/davidferguson was verified as official when first introduced to the cask
url "https://github.com/davidferguson/pibakery/releases/download/v#{version}/PiBakery.pkg"
appcast 'https://github.com/davidferguson/pibakery/releases.atom',
checkpoint: '0a7c35ba997b1e1f7ffa6366fe3731f1100d7a28fefaeac8d713d3691bbc6bf3'
2016-09-17 21:24:48 +08:00
name 'PiBakery'
homepage 'http://www.pibakery.org/'
pkg 'PiBakery.pkg'
2017-04-21 07:26:32 +08:00
uninstall pkgutil: [
'org.pibakery.pibakery.pkg',
'org.pibakery.raspbian-full.pkg',
'org.pibakery.raspbian-lite.pkg',
]
2016-09-17 21:24:48 +08:00
end