Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.12 KB

development.md

File metadata and controls

51 lines (42 loc) · 1.12 KB

Development

Updating the version of ABQ

bin/update-abq-formulae X.X.X

This script will:

  • Fetch the old tars
  • SHA256 them
  • Untar them
  • Ensure they produce the expected version
  • Fetch the new tars
  • SHA256 them
  • Untar them
  • Ensure they produce the expected version
  • Replace the old version references with the new version
  • Replace the old SHA256 references with the new ones

Updating the version of Captain

bin/update-captain-formulae X.X.X

This script will:

  • Fetch the old binaries
  • SHA256 them
  • Ensure they produce the expected version
  • Fetch the new binaries
  • SHA256 them
  • Ensure they produce the expected version
  • Replace the old version references with the new version
  • Replace the old SHA256 references with the new ones

Updating the version of Mint

bin/update-mint-formulae X.X.X

This script will:

  • Fetch the old binaries
  • SHA256 them
  • Ensure they produce the expected version
  • Fetch the new binaries
  • SHA256 them
  • Ensure they produce the expected version
  • Replace the old version references with the new version
  • Replace the old SHA256 references with the new ones