From 9973a6b20668eeae57988d9b7c0fa06363f613a3 Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Wed, 15 Oct 2014 11:43:54 -0400 Subject: [PATCH] add appcast :sha256 in shiftit --- Casks/shiftit.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/shiftit.rb b/Casks/shiftit.rb index 4cf374ba160..bf9bf8bf806 100644 --- a/Casks/shiftit.rb +++ b/Casks/shiftit.rb @@ -3,7 +3,8 @@ class Shiftit < Cask sha256 '538e0628d6fc99c3562694c0722cb41699d6a802f0032678ef05fa2b53711955' url "https://github.com/downloads/fikovnik/ShiftIt/ShiftIt-develop-#{version}.zip" - appcast 'https://raw.github.com/fikovnik/ShiftIt/develop/release/appcast.xml' + appcast 'https://raw.github.com/fikovnik/ShiftIt/develop/release/appcast.xml', + :sha256 => '16b9da1fa91aa964ad0fda907147d55e50da844d39a5fe5abcd0224abb954be3' homepage 'https://github.com/fikovnik/ShiftIt' license :oss