Files
homebrew-cask/Casks/b/brickstore.rb
2023-11-14 08:55:13 -05:00

19 lines
628 B
Ruby

cask "brickstore" do
version "2023.11.2"
sha256 "da8ec23b82faf2873b8fda60c58b98d185d1f9db056438712a93a3346b4363a6"
url "https://github.com/rgriebl/brickstore/releases/download/v#{version}/macOS-BrickStore-#{version}.dmg",
verified: "github.com/rgriebl/brickstore/"
name "BrickStore"
desc "BrickLink offline management tool"
homepage "https://www.brickstore.dev/"
app "BrickStore.app"
zap trash: [
"~/Library/Preferences/de.brickforge.brickstore.plist",
"~/Library/Preferences/org.brickstore.BrickStore.plist",
"~/Library/Saved Application State/de.brickforge.brickstore.savedState",
]
end