diff --git a/Casks/patchwork.rb b/Casks/patchwork.rb index 3f96ca5fd75..42b87b4727b 100644 --- a/Casks/patchwork.rb +++ b/Casks/patchwork.rb @@ -1,11 +1,11 @@ -cask 'patchwork' do - version '3.18.0' - sha256 '9f98b5a0574ae854f2ef970db70e9f542013340f38dab4ab9b2bda7abb6d9278' +cask "patchwork" do + version "3.18.0" + sha256 "9f98b5a0574ae854f2ef970db70e9f542013340f38dab4ab9b2bda7abb6d9278" url "https://github.com/ssbc/patchwork/releases/download/v#{version}/Patchwork-#{version}.dmg" - appcast 'https://github.com/ssbc/patchwork/releases.atom' - name 'Patchwork' - homepage 'https://github.com/ssbc/patchwork' + appcast "https://github.com/ssbc/patchwork/releases.atom" + name "Patchwork" + homepage "https://github.com/ssbc/patchwork" - app 'Patchwork.app' + app "Patchwork.app" end