From 25fc229a0b9f5dd67fa2cf13d686ceaf045fa826 Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Wed, 15 Oct 2014 11:43:53 -0400 Subject: [PATCH] add appcast :sha256 in platypus --- Casks/platypus.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/platypus.rb b/Casks/platypus.rb index 38bb9c5b6..6efe37df0 100644 --- a/Casks/platypus.rb +++ b/Casks/platypus.rb @@ -3,7 +3,8 @@ class Platypus < Cask sha256 '754d9153b92e32faf7e56a4e181de59c6f0b72b3208663042a22e1767d87cb05' url "http://sveinbjorn.org/files/software/platypus/platypus#{version}.zip" - appcast 'http://www.sveinbjorn.org/files/appcasts/PlatypusAppcast.xml' + appcast 'http://www.sveinbjorn.org/files/appcasts/PlatypusAppcast.xml', + :sha256 => '21e37d2b32951108d7d0a4a6cda34b96bd97c4e82338c42583b6498c482239ec' homepage 'http://sveinbjorn.org/platypus' license :unknown