@bniladridas/cursor 0.1.11 → 0.1.12

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.
@@ -48,7 +48,7 @@ jobs:
48
48
  - name: Install dependencies
49
49
  run: |
50
50
  export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
51
- brew install cmake nlohmann-json curl
51
+ brew install cmake nlohmann-json
52
52
 
53
53
  - name: Configure
54
54
  run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
package/Formula/cursor.rb CHANGED
@@ -1,8 +1,8 @@
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.11.tar.gz"
5
- sha256 "afbce0ee31e9ff281e8b62ce2748298e7f02abd3178b0934f98d44d47568084c"
4
+ url "https://github.com/bniladridas/cursor/archive/refs/tags/v0.1.12.tar.gz"
5
+ sha256 "3bd20c26f2efee7dacb13611c6827490b13600d0d3fe37aae8f2ef04f53315b0"
6
6
  license "Apache-2.0"
7
7
 
8
8
  depends_on "cmake" => :build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bniladridas/cursor",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Cross-platform AI coding agent",
5
5
  "bin": {
6
6
  "cursor": "cli.js"
@@ -1,3 +1,3 @@
1
- 60507cc872352bb2a3401e789d85d01db232b7887cccd132e44e67b35819b9b2 release/cursor-macos/cursor_v0.1.11_darwin_arm64.tar.gz
2
- 3c05b720cc877c3bcb3a4cb860d730997bae7c684d006f4474f0a5b4b63d8715 release/cursor-linux/cursor_v0.1.11_linux_amd64.tar.gz
3
- fc1e5a13b5810777dfc2aca5356a1ba338c91ca264d3984ed1d85da107d37015 release/cursor-windows/cursor__windows_amd64.zip
1
+ 7af056414e8acccc07cc6c8df3f59719c208838d5bbbfdce9d5d90f1ee59abff release/cursor-macos/cursor_v0.1.12_darwin_arm64.tar.gz
2
+ 427389a6241dac5730e91aed0cfd11f383a5735a754ffbed6b2a84f984b24ed2 release/cursor-linux/cursor_v0.1.12_linux_amd64.tar.gz
3
+ de429eefa2bcd7bf570996a391a35d2d1efd6f9121fbba37ce857205106d7337 release/cursor-windows/cursor__windows_amd64.zip