Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T19:40:20.000Z (about 2 months ago)
- Last Synced: 2024-10-30T20:30:01.191Z (about 2 months ago)
- Topics: homebrew, homebrew-tap, libsql
- Language: Ruby
- Homepage:
- Size: 46.9 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.