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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
integrationalliance committed Nov 20, 2019
1 parent fe2d3d5 commit b1a7929
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.4"
version "3.8.5"
bottle :unneeded

if OS.mac?
url "https://github.com/rapid7/icon-plugin-homebrew/releases/download/v3.8.4/icon-plugin_3.8.4_Darwin_x86_64.tar.gz"
sha256 "46cca1bfa1127dca5dbb95752fc3572e339d374e56c119738b26f41d1c926981"
url "https://github.com/rapid7/icon-plugin-homebrew/releases/download/v3.8.5/icon-plugin_3.8.5_Darwin_x86_64.tar.gz"
sha256 "26ce5c2ad66212c08aabe4e3757b6e8308ceafb976c81e219eea5e829b34d849"
elsif OS.linux?
if Hardware::CPU.intel?
url "https://github.com/rapid7/icon-plugin-homebrew/releases/download/v3.8.4/icon-plugin_3.8.4_Linux_x86_64.tar.gz"
sha256 "afc9cbfb8cea7c83862c6adbb8018545299896ffb2eab92016a4f93514f8e945"
url "https://github.com/rapid7/icon-plugin-homebrew/releases/download/v3.8.5/icon-plugin_3.8.5_Linux_x86_64.tar.gz"
sha256 "cdc7228b203c9f3c0de495474e44fec45dca5ecbaaed026225ca90d541ab4a5a"
end
end

Expand Down

0 comments on commit b1a7929

Please sign in to comment.