From c663a928a5c7708a88bff8e12e77eed3df5dcd3c Mon Sep 17 00:00:00 2001 From: Ivan Rubanovskiy Date: Mon, 24 Sep 2018 13:55:56 +0300 Subject: [PATCH] Fix incorrect SHA256 sum Otherwise Homebrew raises an error: Error: An exception occured within a child process: ChecksumMismatchError: SHA256 mismatch Expected: aca128ce7679103a46f8a3c26024365ed378fe4dc818f4fe0c149fb1e4764dfe Actual: 0893f09128a863218c3f0e66608b83bfe06cdf75cb4587761220e304ebdfca5c" --- basset_ios.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basset_ios.rb b/basset_ios.rb index 1db87d1..99ce4a6 100644 --- a/basset_ios.rb +++ b/basset_ios.rb @@ -2,7 +2,7 @@ class BassetIos < Formula desc "Converts vector images to PNG and puts them in xcassets" homepage "https://github.com/Polidea/basset-ios" url "https://github.com/Polidea/basset-ios/archive/1.4.2.tar.gz" - sha256 "aca128ce7679103a46f8a3c26024365ed378fe4dc818f4fe0c149fb1e4764dfe" + sha256 "0893f09128a863218c3f0e66608b83bfe06cdf75cb4587761220e304ebdfca5c" depends_on :python if MacOS.version <= :snow_leopard depends_on "imagemagick" => "--with-librsvg"