Files
homebrew-cask/Casks/t/thorium.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

23 lines
600 B
Ruby

cask "thorium" do
version "2.3.0"
sha256 "87680fb4bdf63f2dcaed9507f9af10a8e8f8f20412fcdc455f611eefc99458f6"
url "https://github.com/edrlab/thorium-reader/releases/download/v#{version}/Thorium-#{version}.dmg",
verified: "github.com/edrlab/thorium-reader/"
name "Thorium Reader"
desc "Epub reader"
homepage "https://www.edrlab.org/software/thorium-reader/"
livecheck do
url :url
strategy :github_latest
end
app "Thorium.app"
zap trash: [
"~/Library/Application Support/EDRLab.ThoriumReader",
"~/Library/Preferences/io.github.edrlab.thorium.plist",
]
end