homebrew-cask/Casks/sherlock.rb

15 lines
464 B
Ruby
Raw Normal View History

2019-05-05 02:09:45 +08:00
cask 'sherlock' do
version '1.7.5'
sha256 'd73e08704081b4b87c89a84eaa9deff4b303c2746a76b1fe56000cc1c90a34da'
2019-05-05 02:09:45 +08:00
2020-03-29 03:45:22 +08:00
# dl.devmate.com/io.inspiredcode.Sherlock/ was verified as official when first introduced to the cask
url 'https://dl.devmate.com/io.inspiredcode.Sherlock/Sherlock.dmg'
appcast 'http://sparkle.sherlock.inspiredcode.io'
2019-05-05 02:09:45 +08:00
name 'Sherlock'
homepage 'https://sherlock.inspiredcode.io/'
2019-07-27 07:32:27 +08:00
depends_on macos: '>= :sierra'
2019-05-05 02:09:45 +08:00
app 'Sherlock.app'
end