homebrew-cask/Casks/sandman.rb

13 lines
486 B
Ruby

cask 'sandman' do
version '1.9.2'
sha256 '0a85754b845f09b114c051be50980aa3098f87cfe09bc2f0ed7a091f87266233'
# github.com/alexanderepstein/Sandman was verified as official when first introduced to the cask
url "https://github.com/alexanderepstein/Sandman/releases/download/v#{version}/Sandman-#{version}.dmg"
appcast 'https://github.com/alexanderepstein/Sandman/releases.atom'
name 'Sandman'
homepage 'https://alexanderepstein.github.io/Sandman/'
app 'Sandman.app'
end