From e59d26d2949b27e7af66be08ad59c59e8d8d0247 Mon Sep 17 00:00:00 2001 From: w32u <40323117+w32u@users.noreply.github.com> Date: Tue, 27 Aug 2019 01:32:52 +0300 Subject: [PATCH] Fix typo (appcat => appcast) in tiles.rb (#68163) * Fix typo (appcat => appcast) in tiles.rb * Update tiles.rb --- Casks/tiles.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/tiles.rb b/Casks/tiles.rb index 237e7239aa6..6e5bd841573 100644 --- a/Casks/tiles.rb +++ b/Casks/tiles.rb @@ -4,8 +4,8 @@ cask 'tiles' do # updates.sempliva.com/tiles was verified as official when first introduced to the cask url "https://updates.sempliva.com/tiles/Tiles-#{version.after_comma}.dmg" - appcat 'https://updates.sempliva.com/tiles/updates.xml', - configuration: version.after_comma + appcast 'https://updates.sempliva.com/tiles/updates.xml', + configuration: version.after_comma name 'FreeMacSoft Tiles' homepage 'https://freemacsoft.net/tiles/'