-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
rowboat 0.2.1 (new cask) #258391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
rowboat 0.2.1 (new cask) #258391
Changes from 5 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
20aae91
Add rowboat 0.2.1
SSakutaro 1a80b28
add zap stanza
SSakutaro e302635
fix style
SSakutaro 135f2a4
update rowboat zap stanza
SSakutaro 4a2f678
update arch
SSakutaro 5cf85ca
fix Formula
SSakutaro 7155356
Update Casks/r/rowboat.rb
SSakutaro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| cask "rowboat" do | ||
| arch arm: "arm64", intel: "x64" | ||
| os macos: "darwin", linux: "linux" | ||
|
|
||
| version "0.2.1" | ||
| sha256 arm: "a928a86c43296cee4e1b8151fe200c5be4b1abbdefdc9dd6c34d2085970be277", | ||
| x86_64: "6a1d3adfc91b0c08bc05de4d28939eb669a65afb328a6b3803d7476ef5762536", | ||
| arm64_linux: "2b18a5db0fdf9b1ccb03f207cf47e9117f39e355c73b78be9035a1ac687b022b", | ||
| x86_64_linux: "6e95d2751e9c2a69c85c7d447a87e2865f8942de1e9bf2a45606f26f3f5dd6a6" | ||
|
SSakutaro marked this conversation as resolved.
Outdated
|
||
|
|
||
| url "https://github.com/rowboatlabs/rowboat/releases/download/v#{version}/Rowboat-#{os}-#{arch}-#{version}.zip" | ||
|
SSakutaro marked this conversation as resolved.
Outdated
|
||
| name "Rowboat" | ||
| desc "Open-source AI coworker, with memory" | ||
| homepage "https://github.com/rowboatlabs/rowboat" | ||
|
|
||
| depends_on macos: ">= :monterey" | ||
|
|
||
| app "rowboat.app" | ||
|
khipp marked this conversation as resolved.
|
||
|
|
||
| zap trash: [ | ||
| "~/Library/Application Support/Rowboat", | ||
| "~/.rowboat", | ||
| ] | ||
|
|
||
| end | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.