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
- Host: GitHub
- URL: https://github.com/openpubkey/homebrew-opkssh
- Owner: openpubkey
- License: apache-2.0
- Created: 2025-03-16T18:08:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-30T22:35:39.000Z (about 1 year ago)
- Last Synced: 2025-04-30T23:29:10.827Z (about 1 year ago)
- Language: Ruby
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```