duplicacy-web-edition: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:22:39 +01:00
parent 4b1a815877
commit 9d5cea6f39
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 8 additions and 8 deletions

View File

@ -1,14 +1,14 @@
cask 'duplicacy-web-edition' do
version '1.3.1'
sha256 'cf11fad6ef11c97a6c6450c3623d71e0bd7bdc49603ce66bc239cd33898d05a9'
cask "duplicacy-web-edition" do
version "1.3.1"
sha256 "cf11fad6ef11c97a6c6450c3623d71e0bd7bdc49603ce66bc239cd33898d05a9"
# acrosync.com/duplicacy-web/ was verified as official when first introduced to the cask
url "https://acrosync.com/duplicacy-web/duplicacy_web_osx_x64_#{version}.dmg"
appcast 'https://duplicacy.com/download.html'
name 'Duplicacy Web Edition'
homepage 'https://duplicacy.com/'
appcast "https://duplicacy.com/download.html"
name "Duplicacy Web Edition"
homepage "https://duplicacy.com/"
app 'Duplicacy Web Edition.app'
app "Duplicacy Web Edition.app"
zap trash: '~/.duplicacy-web'
zap trash: "~/.duplicacy-web"
end