Skip to content

Commit

Permalink
Brew formula update for licensed version v3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed Dec 9, 2022
1 parent f9470f7 commit bf32442
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/licensed.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
class Licensed < Formula
desc "A Ruby gem to cache and verify the licenses of dependencies"
homepage "https://github.com/github/licensed"
version "3.9.0"
version "3.9.1"
license "MIT"

on_macos do
if Hardware::CPU.arm? || Hardware::CPU.intel?
url "https://github.com/github/licensed/releases/download/#{version}/licensed-#{version}-darwin-x64.tar.gz"
sha256 "e981c9902e6213857d801b57d4c1fbaa268a84c062bf76b83569e3061805434a"
sha256 "fdf16ff6280351daa66896c6b7f477e8a057694be788c84e8b7dede02e57de0d"

def install
bin.install "licensed"
Expand All @@ -18,7 +18,7 @@ def install
on_linux do
if Hardware::CPU.intel?
url "https://github.com/github/licensed/releases/download/#{version}/licensed-#{version}-linux-x64.tar.gz"
sha256 "abcf583591c820e24b7bf928017a2f51c5ba9c1b9000407aba3d5c71e2c98a5d"
sha256 "3a0bd5b8345a435397b38008d92bbb8b4ab1a673afec68a9f81399c9542ac7a8"

def install
bin.install "licensed"
Expand Down

0 comments on commit bf32442

Please sign in to comment.