homebrew-cask/Casks/tagger.rb

14 lines
533 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tagger' do
2014-08-09 08:10:44 +08:00
version '1.8.0.7'
sha256 'a4745dcf88f1691d2c681a87e6cfb6326200b6a2d9dfb53c2c62c67905a09e16'
2016-02-11 06:27:55 +08:00
# github.com/Bilalh/Tagger was verified as official when first introduced to the cask
2014-09-26 20:09:14 +08:00
url "https://github.com/Bilalh/Tagger/releases/download/1.8.0/Tagger_#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/Bilalh/Tagger/releases.atom',
checkpoint: 'bec52aec35f7c2d84da353a17220a2c9830a1c4e54c00e995b38812004c522f1'
2015-05-03 04:40:44 +08:00
name 'Tagger'
2015-06-29 14:32:18 +08:00
homepage 'https://bilalh.github.io/projects/tagger/'
2014-09-16 00:06:26 +08:00
app 'Tagger.app'
2014-02-06 11:46:05 +08:00
end