Files
2024-03-08 18:38:49 +00:00

29 lines
900 B
Ruby

cask "reader" do
version "0.1.238"
sha256 "03638b9b3aa17ccbb2db0570869a6db2108d4a1e8a0f46484fd91dccc9e05e33"
url "https://github.com/readwiseio/reader-desktop-releases/releases/download/reader-desktop-v#{version}/Reader_#{version}_universal.dmg",
verified: "github.com/readwiseio/reader-desktop-releases/"
name "Readwise Reader"
desc "Save articles to read, highlight key content, and organise notes for review"
homepage "https://readwise.io/read/"
livecheck do
url :url
strategy :github_latest
end
auto_updates true
depends_on macos: ">= :high_sierra"
app "Reader.app"
zap trash: [
"~/Library/Application Support/io.readwise.read",
"~/Library/Caches/io.readwise.read",
"~/Library/HTTPStorages/io.readwise.read.binarycookies",
"~/Library/Saved Application State/io.readwise.read.savedState",
"~/Library/WebKit/io.readwise.read",
]
end