Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

se7en

This directory contains scripts needed to generate (or update) Homebrew formula used to build, install, and test go-langserver. Also, you may find here the latest version of formula generated (go-langserver.rb)

How to update formula

  • Tag go-langserver with the new tag like vX.Y.Z
  • Run ./generate.sh X.Y.Z, it will compute all the things needed (SHA256 checksum, Go dependencies and so on) and will update formula.rb with the new data based on go-langserver.rb.template template file.
  • Copy resulting go-langserver.rb to Homebrew tap directory (ensure it has 644 permissions) and run brew audit --strict go-langserver

Now you can submit PR to homebrew