Skip to content

Commit

Permalink
Merge pull request #174193 from hangrymuppet/screenmemory
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored May 18, 2024
2 parents b3d03c8 + 39cf304 commit 2552db6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Casks/s/screenmemory.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
cask "screenmemory" do
version "1.20.3"
sha256 "f0c2566ae23a849e2eef12ca9bdf195de26d933a800930596c6cdaa47a1c9e21"

url "https://f005.backblazeb2.com/file/screenmemory/ScreenMemory.#{version}.dmg",
verified: "f005.backblazeb2.com/file/screenmemory/"
name "ScreenMemory"
desc "Record your screen and go back in time to see what you worked on"
homepage "https://screenmemory.app/"

livecheck do
url "https://f005.backblazeb2.com/file/screenmemory/appcast.xml"
strategy :sparkle
end

depends_on macos: ">= :ventura"

app "ScreenMemory.app"

zap trash: [
"~/Library/HTTPStorages/com.jontelang.screenmemory",
"~/Library/Preferences/com.jontelang.screenmemory.plist",
]
end

0 comments on commit 2552db6

Please sign in to comment.