Skip to content

layerzapp/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

homebrew-tap

Homebrew Tap for Layerz applications.

Available Casks

Cask Description
lcc macOS native terminal + file browser integrated app

Installation

brew tap layerzapp/homebrew-tap
brew install --cask lcc

Updating to the Latest Version

brew update
brew upgrade --cask lcc

If brew upgrade does not detect the new version, force a reinstall:

brew reinstall --cask lcc

Uninstallation

brew uninstall --cask lcc
brew untap layerzapp/homebrew-tap

Publishing a New Cask Version

Follow these steps to release a new version of a cask:

1. Prepare the Release Artifact

Build and archive the app, then upload the .zip to a new GitHub release tagged vX.Y.Z.

2. Get the SHA-256 Checksum

shasum -a 256 LCC.zip

3. Update the Cask File

Edit Casks/lcc.rb and update version and sha256:

cask "lcc" do
    version "X.Y.Z"
    sha256 "<new-sha256>"
    # ...
end

4. Test Locally

brew install --cask Casks/lcc.rb

5. Commit and Push

git add Casks/lcc.rb
git commit -m "Update LCC to vX.Y.Z"
git push origin main

After pushing, users can get the update via brew update && brew upgrade --cask lcc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages