Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
0.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet authored Sep 16, 2019
1 parent 5cbdbb5 commit 2e2f724
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions iblinter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ 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.16",
:revision => "94dbc6cd5f305bc51c589727b64b5b9789e7a9dc"
:tag => "0.4.17",
:revision => "1953cc85410b299820659fc03070fcbc4dbc37a8"
head "https://github.com/IBDecodable/IBLinter.git"

bottle do
root_url "https://github.com/IBDecodable/IBLinter/releases/download/0.4.16"
root_url "https://github.com/IBDecodable/IBLinter/releases/download/0.4.17"
cellar :any_skip_relocation
sha256 "2358be5fb7e0340087e4278cf2c58635809a7b6e7f0cd6dcaaae88919e79cee2" => :mojave
sha256 "9f6307cd53b04e6e2fef1dbcd4f97f1205f01f85a137a53717541cabd10fcc67" => :mojave
end

def install
Expand Down

0 comments on commit 2e2f724

Please sign in to comment.