Files
homebrew-cask/Casks/c/comictagger.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

17 lines
468 B
Ruby

cask "comictagger" do
version "1.5.5"
sha256 "dffa4fc8da1a1e5fb189d0259f9f6798367514241f81752670fa2e0254508223"
url "https://github.com/davide-romanini/comictagger/releases/download/#{version}/ComicTagger-#{version}-osx-10.15.7-x86_64.app.zip"
name "ComicTagger"
desc "Metadata editor for digital comics"
homepage "https://github.com/davide-romanini/comictagger"
livecheck do
url :url
strategy :github_latest
end
app "ComicTagger.app"
end