From b8eacd964a9b3e33b37f26bdb5b3a87e6d10dddd Mon Sep 17 00:00:00 2001 From: Gianni Tam-McMillan <25732197+gtmgianni@users.noreply.github.com> Date: Sun, 13 May 2018 17:01:15 +0100 Subject: [PATCH] Update principle to 3.9 --- Casks/principle.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Casks/principle.rb b/Casks/principle.rb index 1bbac61dfa9..1f7f24abf9f 100644 --- a/Casks/principle.rb +++ b/Casks/principle.rb @@ -1,12 +1,14 @@ cask 'principle' do - version '3.7' - sha256 '2f2a7c56b3c461bf22e4595596e405c74cf2ece48b529b8e1693c6d6e1c05519' + version '3.9' + sha256 'b765259686fa41c46ce38544be91ff64a47b8c244cbd32740b37c67ec9702c02' url "http://principleformac.com/download/Principle_#{version.dots_to_underscores}.zip" appcast 'http://principleformac.com/update2.xml', - checkpoint: 'f8111d5e07f56a4da6c3bb91ae93991777559aab03eba3bb0279faf56b6bf32d' + checkpoint: 'a93a838b33e9f3175f893dc6dcff84066d1e354860aa1c537e63cf0117a8db51' name 'Principle' homepage 'http://principleformac.com/' + depends_on macos: '>= :el_capitan' + app 'Principle.app' end