Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions Casks/o/owlocr.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
cask "owlocr" do
Comment thread
jonluca marked this conversation as resolved.
version "7.16.0"
sha256 "81a66273c0f62a32dcdc46d519a5b91de9d2a44c92398fcd8cb410983e540098"

url "https://owlocr.com/updates/mac/OwlOCR-#{version}-universal.dmg"
name "OwlOCR"
desc "On-device OCR for screenshots, images, and PDFs"
homepage "https://owlocr.com/"

livecheck do
url "https://owlocr.com/updates/mac/latest-mac.yml"
strategy :electron_builder
end

auto_updates true
depends_on macos: :ventura

app "OwlOCR.app"

zap trash: [
Comment thread
jonluca marked this conversation as resolved.
"~/Library/Application Scripts/F35YQQ5672.JonLuca-DeCaro.OwlOCR",
"~/Library/Application Scripts/JonLuca-DeCaro.OwlOCR.*",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/jonluca-decaro.owlocr.sfl*",
"~/Library/Application Support/owlocr-electron",
"~/Library/Caches/JonLuca-DeCaro.OwlOCR",
"~/Library/Caches/owlocr-electron",
"~/Library/Caches/owlocr-helper",
"~/Library/Containers/JonLuca-DeCaro.OwlOCR.*",
"~/Library/Group Containers/F35YQQ5672.JonLuca-DeCaro.OwlOCR",
"~/Library/HTTPStorages/JonLuca-DeCaro.OwlOCR",
"~/Library/HTTPStorages/owlocr-helper",
"~/Library/Preferences/F35YQQ5672.JonLuca-DeCaro.OwlOCR.plist",
"~/Library/Preferences/JonLuca-DeCaro.OwlOCR.plist",
]
end
Loading