Files
homebrew-cask/Casks/l/licensed.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

19 lines
336 B
Ruby

cask "licensed" do
version "1.5.1"
sha256 :no_check
url "https://amarsagoo.info/licensed/Licensed.dmg"
name "Licensed"
desc "Software license manager"
homepage "https://amarsagoo.info/licensed/"
livecheck do
url :url
strategy :extract_plist
end
depends_on macos: ">= :high_sierra"
app "Licensed.app"
end