This repository contains the Homebrew formulae related to LCAAC.
To update the nix file lcaac-cli.nix
- update the src url and version
- set
sha256 = lib.fakeSha256 - run
nix-build .You will get an error, stating that the hash does not match the actual hash value. Copy-paste the actual hash value.
To update the homebrew (osx) file lcaac-cli.rb
- update the src url and version
- download the archive file, and execute
sha256sum <file.tar.gz> - copy and set the sha 256 value accordingly
To update the scoop (windows) file lcaac-cli.json
- update the src url and version
- download the archive file, and execute
sha256sum <file.tar.gz> - copy and set the sha 256 value accordingly
In all cases, don't forget to update the version numbers.