mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
260 B
Ruby
7 lines
260 B
Ruby
class Tagger < Cask
|
|
url 'https://github.com/downloads/Bilalh/Tagger/Tagger_1.6.2.zip'
|
|
homepage 'http://bilalh.github.io/projects/tagger/'
|
|
version '1.6.2'
|
|
sha256 'b0c23f7068509f36648da4e3db809064fe53d44cd6d097f6b5f4f81f8fe39b33'
|
|
link 'Tagger.app'
|
|
end
|