Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Brew formula update for icon-plugin version v3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
integrationalliance committed Sep 26, 2019
1 parent 901e323 commit 923a69c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions icon-plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
class IconPlugin < Formula
desc "Development tooling for InsightConnect plugins"
homepage "https://rapid7.com"
version "3.5.3"
version "3.5.4"
bottle :unneeded

if OS.mac?
url "https://github.com/rapid7/icon-plugin-homebrew/releases/download/v3.5.3/icon-plugin_3.5.3_Darwin_x86_64.tar.gz"
sha256 "0d194935d322940cec7fb3f83122a25dcdeb784f68b6c182f399a9424b62d98e"
url "https://github.com/rapid7/icon-plugin-homebrew/releases/download/v3.5.4/icon-plugin_3.5.4_Darwin_x86_64.tar.gz"
sha256 "3815ba13a5ca653b1459cba24f25e5bfae98d546c6b4628bab488f01ed1cff89"
elsif OS.linux?
if Hardware::CPU.intel?
url "https://github.com/rapid7/icon-plugin-homebrew/releases/download/v3.5.3/icon-plugin_3.5.3_Linux_x86_64.tar.gz"
sha256 "639321fe283ecf93aa34616cbd7c4d8ccd0b77a69ced021fc680f19d3631cea1"
url "https://github.com/rapid7/icon-plugin-homebrew/releases/download/v3.5.4/icon-plugin_3.5.4_Linux_x86_64.tar.gz"
sha256 "6f7d4559a31818a366d9813b2d703b56bc9aee2faedbe43be7c7c100fd16aa9d"
end
end

Expand Down

0 comments on commit 923a69c

Please sign in to comment.