From 67e6808e712a271ea8e98462bebac860a1cc83d9 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 5 Aug 2016 10:53:32 +0200 Subject: [PATCH] abyss: fix checksum, use secure urls (#23459) --- Casks/abyss.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/abyss.rb b/Casks/abyss.rb index d8faffc933..d7dcb35e80 100644 --- a/Casks/abyss.rb +++ b/Casks/abyss.rb @@ -1,10 +1,10 @@ cask 'abyss' do version 'x1' - sha256 '63b0b8d6420a0f65899ea1fa7827f04c8c8b3fa444a9f6361054d6605cf13fed' + sha256 '56d2a51ad4a0b5788f89907ad1b4df6106bd2515906aee7e62466b8aa52bccd6' - url 'http://www.aprelium.com/data/abwsx1.dmg' + url 'https://aprelium.com/data/abwsx1.dmg' name 'Abyss Web Server' - homepage 'http://www.aprelium.com/abyssws' + homepage 'https://aprelium.com/abyssws/' license :gratis app 'Abyss Web Server/Abyss Web Server.app'