Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions Casks/r/rowboat.rb
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"
Comment thread
SSakutaro marked this conversation as resolved.
Outdated

version "0.2.1"
sha256 arm: "a928a86c43296cee4e1b8151fe200c5be4b1abbdefdc9dd6c34d2085970be277",
x86_64: "6a1d3adfc91b0c08bc05de4d28939eb669a65afb328a6b3803d7476ef5762536",
arm64_linux: "2b18a5db0fdf9b1ccb03f207cf47e9117f39e355c73b78be9035a1ac687b022b",
x86_64_linux: "6e95d2751e9c2a69c85c7d447a87e2865f8942de1e9bf2a45606f26f3f5dd6a6"
Comment thread
SSakutaro marked this conversation as resolved.
Outdated

url "https://github.com/rowboatlabs/rowboat/releases/download/v#{version}/Rowboat-#{os}-#{arch}-#{version}.zip"
Comment thread
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"
Comment thread
khipp marked this conversation as resolved.

zap trash: [

Check failure on line 20 in Casks/r/rowboat.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-26)

Cask/ArrayAlphabetization: The array elements should be ordered alphabetically
"~/Library/Application Support/Rowboat",
"~/.rowboat",
]

Check failure on line 24 in Casks/r/rowboat.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-26)

Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block body end.
end
Loading