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.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
integrationalliance committed Nov 6, 2019
1 parent 0c7298b commit 302f945
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.8.0"
version "3.8.1"
bottle :unneeded

if OS.mac?
url "https://github.com/rapid7/icon-plugin-homebrew/releases/download/v3.8.0/icon-plugin_3.8.0_Darwin_x86_64.tar.gz"
sha256 "d50810c4c843a989a884d87c5d56fc324e6c1ef3de7e7e92c6b91d1fb01e70a5"
url "https://github.com/rapid7/icon-plugin-homebrew/releases/download/v3.8.1/icon-plugin_3.8.1_Darwin_x86_64.tar.gz"
sha256 "35c3471562e6bc5c65f37b5c90f77f63564f07f74090a2eeb55b8d0e12ac5130"
elsif OS.linux?
if Hardware::CPU.intel?
url "https://github.com/rapid7/icon-plugin-homebrew/releases/download/v3.8.0/icon-plugin_3.8.0_Linux_x86_64.tar.gz"
sha256 "03ad57d514902f3799309dc292890e7cd3d54eac2bc9cf81f91ca7b70f639268"
url "https://github.com/rapid7/icon-plugin-homebrew/releases/download/v3.8.1/icon-plugin_3.8.1_Linux_x86_64.tar.gz"
sha256 "fe358c2259db21659c4be912f27eb27052685c9f84e854924935f2fdf6386932"
end
end

Expand Down

0 comments on commit 302f945

Please sign in to comment.