homebrew-cask/Casks/memory.rb

16 lines
493 B
Ruby

cask 'memory' do
version '2020.17'
sha256 'af10861f0700fa955f36efd9649c5b0a8174dc86c6493ec6dbad4525b68f8693'
# 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