Skip to content

Commit

Permalink
Update olive.rb (#112218)
Browse files Browse the repository at this point in the history
  • Loading branch information
miccal committed Oct 6, 2021
1 parent bb08da5 commit 05e6f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Casks/olive.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
livecheck do
url "https://olivevideoeditor.org/download.php"
strategy :page_match
regex(/data-ver=["']?m64d["']?\s+data-hash=["']?([0-9a-f]+)["']?/i)
regex(/golegacy\.php\?hash=(.*)&type=/i)
end

app "Olive.app"

uninstall rmdir: "~/Library/Application Support/olivevideoeditor.org{/Olive,}"

zap trash: [
"~/Library/Preferences/olivevideoeditor.org",
"~/Library/Preferences/com.*.Olive.plist",
"~/Library/Preferences/olivevideoeditor.org",
]
end

0 comments on commit 05e6f10

Please sign in to comment.