Files
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
378 B
Ruby

cask "force-paste" do
version "1.0.1"
sha256 "b468d661ad09b45ac1ea2e8284559d75c4a970cb70749a3d45722d305ac41a6f"
url "https://github.com/EugeneDae/Force-Paste/releases/download/#{version}/Force-Paste.zip"
name "Force Paste"
homepage "https://github.com/EugeneDae/Force-Paste"
livecheck do
url :url
strategy :github_latest
end
app "Force Paste.app"
end