https://github.com/libsql/homebrew-sqld
homebrew tap for sqld. Hopefully temporary, while we meet the requirements for inclusion in homebrew/core
https://github.com/libsql/homebrew-sqld
homebrew homebrew-tap libsql
Last synced: 4 months ago
JSON representation
homebrew tap for sqld. Hopefully temporary, while we meet the requirements for inclusion in homebrew/core
- Host: GitHub
- URL: https://github.com/libsql/homebrew-sqld
- Owner: libsql
- License: mit
- Created: 2023-01-20T23:07:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T18:38:33.000Z (about 1 year ago)
- Last Synced: 2025-02-04T22:29:57.999Z (about 1 year ago)
- Topics: homebrew, homebrew-tap, libsql
- Language: Ruby
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-sqld
homebrew tap for sqld. Hopefully temporary, while we meet the requirements for inclusion in homebrew/core
## Updating
When a new version of sqld is released, update this by editing `Formula/sqld-beta.rb`
and change the following two fields:
```
url "https://github.com/libsql/sqld/archive/refs/tags/v0.13.0.tar.gz"
sha256 "9d7922de58a24267098c54f324c8a84918b889fd393fcecef94e09774836619f"
```
the `url` should always be about the same, except for the version.
The `sha256` is obtained by running `sha256sum` on that `.tar.gz`.
Just commit to main, and brew will pick it up.