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 v4.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
integrationalliance committed Apr 9, 2020
1 parent 46907bc commit 40b6980
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 "4.8.4"
version "4.8.5"
bottle :unneeded

if OS.mac?
url "https://github.com/rapid7/icon-plugin-homebrew/releases/download/v4.8.4/icon-plugin_4.8.4_Darwin_x86_64.tar.gz"
sha256 "b2836d91f0d81564a09ac2c6aa75513857da926e1605d21b9d274393f15d9dbb"
url "https://github.com/rapid7/icon-plugin-homebrew/releases/download/v4.8.5/icon-plugin_4.8.5_Darwin_x86_64.tar.gz"
sha256 "3b4e575f0c7ba9c76a904192f3c862803886974666635a22b6a8893d67abf235"
elsif OS.linux?
if Hardware::CPU.intel?
url "https://github.com/rapid7/icon-plugin-homebrew/releases/download/v4.8.4/icon-plugin_4.8.4_Linux_x86_64.tar.gz"
sha256 "261828068bd5f3f46e1e4a2ab13d4739841ebcccef2e3ce093c9c8546ec6d818"
url "https://github.com/rapid7/icon-plugin-homebrew/releases/download/v4.8.5/icon-plugin_4.8.5_Linux_x86_64.tar.gz"
sha256 "b93d6e737b034a3bcb4be4c30337eb963b0e8eee111ed55309997970cd3c13aa"
end
end

Expand Down

0 comments on commit 40b6980

Please sign in to comment.