homebrew-cask/Casks/grenchman.rb

17 lines
636 B
Ruby

cask 'grenchman' do
version '0.2.0'
sha256 'f70542dffc1f60e372b77582998570b02ff21c85f699fd1854c98e4359804bb6'
# technomancy.github.io/grenchman/downloads was verified as official when first introduced to the cask
url "https://technomancy.github.io/grenchman/downloads/grench-#{version}-mac"
appcast 'https://github.com/technomancy/grenchman/releases.atom',
checkpoint: '9058d20cfce9947dc9fad5d6783e80cded8e6f19e2fdd795f6edd484cb6d3b18'
name 'Grenchman'
homepage 'https://leiningen.org/grench.html'
depends_on formula: 'libffi'
container type: :naked
binary "grench-#{version}-mac", target: 'grench'
end