homebrew-cask/Casks/dictater.rb

15 lines
545 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'dictater' do
2015-11-01 16:11:55 +08:00
version '1.2'
sha256 '32ae561c93af4979d23c0c8e22f31665a93f4f654539a0c10f725b35a62c9557'
2015-09-20 17:09:30 +08:00
2016-02-11 05:43:48 +08:00
# github.com/Nosrac/Dictater was verified as official when first introduced to the cask
2015-11-01 16:11:55 +08:00
url "https://github.com/Nosrac/Dictater/releases/download/#{version}/Dictater.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/Nosrac/Dictater/releases.atom',
checkpoint: '4b76ebc3e9028414dbd22a2928dd2633c27a1ae75e6eec6fa7f8dd5f912b21aa'
2015-09-20 17:09:30 +08:00
name 'Dictater'
homepage 'https://nosrac.github.io/Dictater/'
license :mit
app 'Dictater.app'
end