Files
homebrew-cask/Casks/p/projectlibre.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

15 lines
497 B
Ruby

cask "projectlibre" do
version "1.9.3"
sha256 "7dea79e90f3d9172aa9f8feafdb24c96b0e19380db6e530a9b2e1a5c3d99717b"
url "https://downloads.sourceforge.net/projectlibre/ProjectLibre/#{version.major_minor}/projectlibre-#{version}.dmg",
verified: "sourceforge.net/projectlibre/"
name "ProjectLibre"
desc "Microsoft Project in your browser"
homepage "https://www.projectlibre.com/"
app "ProjectLibre.app"
zap trash: "~/Library/Preferences/com.projectlibre#{version.major}.*"
end