Files
homebrew-cask/Casks/s/silicon.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

20 lines
520 B
Ruby

cask "silicon" do
version "1.0.5"
sha256 "f8f6acfdc8378bca0429d52e34d48275c22213617dbe09055798132921c10586"
url "https://github.com/DigiDNA/Silicon/releases/download/#{version}/Silicon.app.zip"
name "Silicon"
desc "Identify Intel-only apps"
homepage "https://github.com/DigiDNA/Silicon"
auto_updates true
depends_on macos: ">= :high_sierra"
app "Silicon.app"
zap trash: [
"~/Library/Caches/com.DigiDNA.Silicon",
"~/Library/Saved Application State/com.DigiDNA.Silicon.savedState",
]
end