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

27 lines
754 B
Ruby

cask "bee" do
version "3.1.5,5468"
sha256 "1568a63516384fd62d9f746f8afe8f94bcec84ca0d25bf0b8f252eee2432509e"
url "https://bee-app.s3.amazonaws.com/public/Bee-#{version.csv.second}-#{version.csv.first}.zip",
verified: "bee-app.s3.amazonaws.com/"
name "Bee"
desc "Issue tracker frontend"
homepage "https://www.neat.io/bee/"
app "Bee.app"
zap trash: [
"~/Library/Application Scripts/io.neat.Bee",
"~/Library/Application Scripts/io.neat.Bee-Mutator",
"~/Library/Application Scripts/io.neat.Bee-Updater",
"~/Library/Caches/io.neat.Bee",
"~/Library/Containers/io.neat.Bee",
"~/Library/Containers/io.neat.Bee-Mutator",
"~/Library/Containers/io.neat.Bee-Updater",
]
caveats do
discontinued
end
end