@bniladridas/cursor 0.1.13 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -71,7 +71,7 @@ jobs:
71
71
  # build bottle
72
72
  mkdir -p bottle/cursor/${version}/bin
73
73
  cp ../build/bin/cursor-agent bottle/cursor/${version}/bin/cursor-agent
74
- tar -C bottle -czf release/cursor-${version}.arm64_sequoia.bottle.tar.gz cursor
74
+ tar -C bottle -czf cursor-${version}.arm64_sequoia.bottle.tar.gz cursor
75
75
 
76
76
  - uses: actions/upload-artifact@v6
77
77
  with:
package/Formula/cursor.rb CHANGED
@@ -1,13 +1,13 @@
1
1
  class Cursor < Formula
2
2
  desc "Professional AI agent with command execution and file operations"
3
3
  homepage "https://github.com/bniladridas/cursor"
4
- url "https://github.com/bniladridas/cursor/archive/refs/tags/v0.1.13.tar.gz"
5
- sha256 "11aa460a091e963cd09ac245eb10d0ed32997754687768b90c0c916f31b44552"
4
+ url "https://github.com/bniladridas/cursor/archive/refs/tags/v0.1.14.tar.gz"
5
+ sha256 "676c6dcaeefa4dc048793cd2baca0c36c3ae34c6122045ad97040df6d27354c5"
6
6
  license "Apache-2.0"
7
7
 
8
8
  bottle do
9
- root_url "https://github.com/bniladridas/cursor/archive/refs/tags/v0.1.13.tar.gz"
10
- sha256 arm64_sequoia: "PLACEHOLDER"
9
+ root_url "https://github.com/bniladridas/cursor/releases/download/v0.1.14"
10
+ sha256 arm64_sequoia: "5b0e27c981ba711dbaa88c1409ce80145343106d725eb8cbb711d85b3fc40154"
11
11
  end
12
12
 
13
13
  depends_on "cmake" => :build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bniladridas/cursor",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Cross-platform AI coding agent",
5
5
  "bin": {
6
6
  "cursor": "cli.js"
@@ -1,3 +1,4 @@
1
- 9db7500f5abc1fd7902b77234e1a82b973f6b2e9f028234d91b9a0e6e3f1252a release/cursor-macos/cursor_v0.1.13_darwin_arm64.tar.gz
2
- afcb8af0f7b9c5634dc44b798eb4bcf937541052dcca06716acdf61065917276 release/cursor-linux/cursor_v0.1.13_linux_amd64.tar.gz
3
- 556494ab6d7fa4078763d69973bd9a545cdf43e1263fbe4b682012193cef5e73 release/cursor-windows/cursor__windows_amd64.zip
1
+ 5b0e27c981ba711dbaa88c1409ce80145343106d725eb8cbb711d85b3fc40154 release/cursor-macos/cursor-0.1.14.arm64_sequoia.bottle.tar.gz
2
+ 3b5ef1209208058ead569f4061e1379361b8437f76212d976ac2adec3f9685ee release/cursor-macos/cursor_v0.1.14_darwin_arm64.tar.gz
3
+ f846e206c45f740ef96ef5bcabb5696aa27f1bbc03bb7acc8b6c0cddf1a32597 release/cursor-linux/cursor_v0.1.14_linux_amd64.tar.gz
4
+ 848e52f6c50ae296fadc357763d7cad7e92fe59a90e2e1b7610e4de01d1292ba release/cursor-windows/cursor__windows_amd64.zip