homebrew-cask/Casks/thingsmacsandboxhelper.rb

13 lines
575 B
Ruby

cask 'thingsmacsandboxhelper' do
version '3.19'
sha256 'ed790371e1ec1f4c5f8b9f039d0001b2489d1370f8413c97a37bf15c40c83d6c'
# culturedcode.cachefly.net was verified as official when first introduced to the cask
url "https://culturedcode.cachefly.net/things/thingssandboxhelper/#{version}/ThingsHelper.zip"
appcast 'https://culturedcode.com/things/mac/help/things-sandboxing-helper-things3/'
name 'ThingsMacSandboxHelper'
homepage "https://culturedcode.com/things/mac/help/things-sandboxing-helper-things#{version.major}/"
app 'ThingsMacSandboxHelper.app'
end