We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f3fea commit 1010edcCopy full SHA for 1010edc
1 file changed
Casks/h/hop.rb
@@ -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