homebrew-cask/Casks/memory.rb

16 lines
493 B
Ruby

cask 'memory' do
version '2020.10'
sha256 'a2277958b62d1acb4fb3e231d8d00555f6d9a5927445b21f15293888aeed355b'
# memorymacapp.s3.amazonaws.com/ was verified as official when first introduced to the cask
url 'https://memorymacapp.s3.amazonaws.com/Memory.zip'
appcast 'https://memorymacapp.s3-eu-west-1.amazonaws.com/sparkle.xml'
name 'Memory Tracker by Timely'
homepage 'https://memory.ai/timely/'
auto_updates true
depends_on macos: '>= :high_sierra'
app 'Memory.app'
end