Skip to content

itcig/homebrew-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIG Homebrew Tools

A Homebrew tap to install CIG internal tools

brew tap itcig/tools
  
brew install itcig/tools/cig-sdk

Update package

  1. Update version number in URL

  2. Download tarball from release and get new checksum

shasum -a 256 ~/Downloads/cig-sdk-0.1.1.tar.gz | awk $1 '{print $1}'
  1. Update forumla values:
  • url
  • sha256
  • version number in test

Testing

brew install --build-from-source cig-sdk

Releases

No releases published

Packages

No packages published

Languages