Skip to content

Commit 1010edc

Browse files
daeho-rokrehel
authored andcommitted
hop 0.1.6 (new cask)
hop: update desc
1 parent 84f3fea commit 1010edc

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Casks/h/hop.rb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
cask "hop" do
2+
arch arm: "arm64", intel: "x64"
3+
4+
version "0.1.6"
5+
sha256 arm: "80d4a872d39262ec02721eaf9f2cb2e65737533393e7792a59df3f8a09844695",
6+
intel: "124e73279f3c63bfb7de1dedaf54fe17378b6ab98e48e358641010c8c977eab4"
7+
8+
url "https://github.com/golbin/hop/releases/download/v#{version}/HOP-macos-#{arch}.dmg",
9+
verified: "github.com/golbin/hop/"
10+
name "HOP"
11+
desc "View and edit HWP documents"
12+
homepage "https://golbin.github.io/hop/"
13+
14+
app "HOP.app"
15+
16+
zap trash: [
17+
"~/Library/Application Support/net.golbin.hop",
18+
"~/Library/Caches/net.golbin.hop",
19+
"~/Library/Logs/net.golbin.hop",
20+
"~/Library/WebKit/net.golbin.hop",
21+
]
22+
end

0 commit comments

Comments
 (0)