Skip to content

Commit

Permalink
revezone: add 1.0.0-alpha8
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed May 20, 2024
1 parent 39834b0 commit 6a57667
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Casks/easyspider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"~/Library/Preferences/com.electron.easyspider.plist",
"~/Library/Saved Application State/com.electron.easyspider.savedState",
"~/Library/Saved Application State/com.google.Chrome.app.ahiigpfcghkbjfcibpojancebdfjmoop.savedState",
"~/Library/Saved Application State/com.google.Chrome.app.com.google.Chrome.app.nlalbmkafgmoifbeooblidblkmlhhpnc.savedState",
"~/Library/Saved Application State/com.google.Chrome.app.nlalbmkafgmoifbeooblidblkmlhhpnc.savedState",
]
end
10 changes: 7 additions & 3 deletions Casks/revezone.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cask "revezone" do
version "1.0.0-alpha.18"
sha256 "95986d845466153e541b2d09bf8025fa8c612771b7b47e8a70c74c6b080d1416"
sha256 "491b1a7ef3fc390420a5a2d5db39cb4cbf173cc7e488f58a079e01e16ade46fe"

url "https://github.com/revezone/revezone/releases/download/#{version}/revezone-#{version}-arm64.dmg",
verified: "github.com/revezone/revezone/"
name "revezone"
desc "Lightweight Local-First Graphic-Centric Productivity Tool To Build Your Second Brain"
desc "Lightweight Local-First Graphic-Centric Productivity Tool"
homepage "https://revezone.com/"

livecheck do
Expand All @@ -17,5 +17,9 @@

app "revezone.app"

zap trash: []
zap trash: [
"~/Library/Application Support/revezone",
"~/Library/Preferences/revezone.plist",
"~/Library/Saved Application State/revezone.savedState",
]
end
3 changes: 2 additions & 1 deletion list.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
| `pixel-perfect` | [Pixel Perfect](https://github.com/cormiertyshawn895/PixelPerfect) | ![a](assets/a.svg)![1](assets/1.svg) ||
| `qtscrcpy` | [QtScrcpy](https://github.com/barry-ran/QtScrcpy) | ![a](assets/a.svg)![1](assets/1.svg) ||
| `quickrecorder` | [Pixel Perfect](https://github.com/lihaoyun6/QuickRecorder) | ![a](assets/a.svg)![1](assets/1.svg) ||
| `scrcpy-mask` | [scrcpy-mask](https://github.com/AkiChase/scrcpy-mask) | ![b](assets/b.svg)![1](assets/1.svg) ||
| `revezone` | [revezone](https://revezone.com/) | ![a](assets/a.svg)![1](assets/1.svg) ||
| `scrcpy-mask` | [scrcpy-mask](https://github.com/AkiChase/scrcpy-mask) | ![a](assets/a.svg)![1](assets/1.svg) ||
| `tinkertool` | [TinkerTool](https://www.bresink.com/osx/TinkerTool.html) | ![b](assets/b.svg)![1](assets/1.svg) ||
| `upscayl` | [Upscayl](https://upscayl.org) | ![a](assets/a.svg)![1](assets/1.svg) ||
| `xnapper` | [Xnapper](https://xnapper.com) | ![b](assets/b.svg)![2](assets/2.svg) ||
Expand Down

0 comments on commit 6a57667

Please sign in to comment.