Files
homebrew-cask/Casks/l/launchy.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
423 B
Ruby

cask "launchy" do
version "2.5"
sha256 "9a1112261c7f00d8600c2bf52abc98d5fabf89af56d5881a807b403b7c94e288"
url "https://www.launchy.net/downloads/mac/Launchy#{version}.dmg"
name "Launchy"
desc "Utility desktop shortcut utility"
homepage "https://www.launchy.net/"
livecheck do
url "https://www.launchy.net/download.php"
regex(%r{href=.*?/Launchy(\d+(?:\.\d+)*)\.dmg}i)
end
app "Launchy.app"
end