An open API service indexing awesome lists of open source software.

https://github.com/openpubkey/homebrew-opkssh

Homebrew tap for opkssh
https://github.com/openpubkey/homebrew-opkssh

Last synced: 4 months ago
JSON representation

Homebrew tap for opkssh

Awesome Lists containing this project

README

          

# homebrew-opkssh
Homebrew tap for opkssh

## To add new release run

Update version in opkssh.rb

Update SHA256 hash in tap

To generate SHA256 hash
```bash
curl -L https://github.com/openpubkey/opkssh/archive/refs/tags/v{VERSION}.tar.gz | sha256sum
```