Skip to content

Commit 6db2214

Browse files
authored
Merge pull request #199557 from zyoshoka/flashspace-0.6.8
flashspace 0.6.8 (new cask)
2 parents f9022f4 + 5c20905 commit 6db2214

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Casks/f/flashspace.rb

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
cask "flashspace" do
2+
version "0.6.8"
3+
sha256 "b91306f3a589b1fe56aa7314af89aeb8c056ac3c1e600b3a26ed16f7da6a73e1"
4+
5+
url "https://github.com/wojciech-kulik/FlashSpace/releases/download/v#{version}/FlashSpace.app.zip"
6+
name "FlashSpace"
7+
desc "Virtual workspace manager"
8+
homepage "https://github.com/wojciech-kulik/FlashSpace"
9+
10+
depends_on macos: ">= :sonoma"
11+
12+
app "FlashSpace.app"
13+
14+
uninstall quit: "pl.wojciechkulik.FlashSpace"
15+
16+
zap trash: [
17+
"~/Library/Application Scripts/pl.wojciechkulik.FlashSpace",
18+
"~/Library/Autosave Information/pl.wojciechkulik.FlashSpace.plist",
19+
"~/Library/Caches/pl.wojciechkulik.FlashSpace",
20+
"~/Library/HTTPStorages/pl.wojciechkulik.FlashSpace",
21+
"~/Library/Preferences/FlashSpace.plist",
22+
"~/Library/Preferences/pl.wojciechkulik.FlashSpace.plist",
23+
"~/Library/Saved Application State/pl.wojciechkulik.FlashSpace.savedState",
24+
]
25+
end

0 commit comments

Comments
 (0)