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

16 lines
369 B
Ruby

cask "spechtlite" do
version "0.10.7"
sha256 "244e6daa406fa4e45451d0f08688d91770d25cb559485a76788568f47bac7101"
url "https://github.com/zhuhaow/SpechtLite/releases/download/#{version}/SpechtLite.zip"
name "SpechtLite"
desc "Rule-based proxy"
homepage "https://github.com/zhuhaow/SpechtLite"
app "SpechtLite.app"
caveats do
discontinued
end
end