teacode: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:37:12 +01:00
parent 23a908c0d1
commit f79b87c149
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 'teacode' do
version '1.0.1'
sha256 'be53f32b0cb6edbe8eb84b2e0e9bd6ea8c822486267337f7556c43cd3267ae35'
cask "teacode" do
version "1.0.1"
sha256 "be53f32b0cb6edbe8eb84b2e0e9bd6ea8c822486267337f7556c43cd3267ae35"
url "https://www.apptorium.com/public/products/teacode/releases/TeaCode-#{version}.zip"
appcast 'https://updates.devmate.com/com.apptorium.TeaCode-dm.xml'
name 'TeaCode'
homepage 'https://www.apptorium.com/teacode'
appcast "https://updates.devmate.com/com.apptorium.TeaCode-dm.xml"
name "TeaCode"
homepage "https://www.apptorium.com/teacode"
auto_updates true
depends_on macos: '>= :sierra'
depends_on macos: ">= :sierra"
app 'TeaCode.app'
app "TeaCode.app"
end