Skip to content
Closed
Changes from all 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
4 changes: 2 additions & 2 deletions Formula/inkos.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Inkos < Formula
desc "Autonomous novel writing cli ai agent"
homepage "https://github.com/Narcooo/inkos"
url "https://registry.npmjs.org/@actalk/inkos/-/inkos-1.3.7.tgz"
sha256 "7535f82442a64919fc011510877aede0b499e22e1249192d473ed9ae280fb934"
url "https://registry.npmjs.org/@actalk/inkos/-/inkos-1.3.8.tgz"
sha256 "5c9c8a4e51e3ab3fce227d9d691e197628fa3c38e632e3acd7dec65a69022280"
license "AGPL-3.0-only"

bottle do
Expand All @@ -13,7 +13,7 @@

depends_on "node"

def install

Check failure on line 16 in Formula/inkos.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-26)

`brew install --verbose --formula --build-bottle moonfruit/tap/inkos` failed on macOS Tahoe (26) on Apple Silicon!

system "npm", "install", *std_npm_args
bin.install_symlink libexec.glob("bin/*")
end
Expand Down
Loading