From ec189a447cc009bb856d78c0a2155aca9fd960d3 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Fri, 20 Sep 2019 12:27:37 +0900 Subject: [PATCH] iblinter 0.4.19 --- iblinter.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iblinter.rb b/iblinter.rb index 5b0c57a..ed5cfc5 100644 --- a/iblinter.rb +++ b/iblinter.rb @@ -2,12 +2,12 @@ class Iblinter < Formula desc "A linter tool for Interface Builder" homepage "https://github.com/IBDecodable/IBLinter" url "https://github.com/IBDecodable/IBLinter.git", - :tag => "0.4.18", - :revision => "43d9ec3c081ee1ab2123ee3f2c095e012dd0fd9e" + :tag => "0.4.19", + :revision => "45a1ef2e1c57bd3d75fe3a77e2634ea7503f0278" head "https://github.com/IBDecodable/IBLinter.git" bottle do - root_url "https://github.com/IBDecodable/IBLinter/releases/download/0.4.18" + root_url "https://github.com/IBDecodable/IBLinter/releases/download/0.4.19" cellar :any_skip_relocation sha256 "1542edf161edd147cf31df33acfcefa46663ce150b5f699516ca3bb3d5850e52" => :mojave end