@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.
- package/.github/workflows/release.yml +1 -1
- package/Formula/cursor.rb +4 -4
- package/package.json +1 -1
- package/release/checksums.txt +4 -3
- package/release/cursor-linux/cursor_v0.1.14_linux_amd64.tar.gz +0 -0
- package/release/cursor-macos/cursor-0.1.14.arm64_sequoia.bottle.tar.gz +0 -0
- package/release/cursor-macos/cursor_v0.1.14_darwin_arm64.tar.gz +0 -0
- package/release/cursor-windows/cursor__windows_amd64.zip +0 -0
- package/release/cursor-linux/cursor_v0.1.13_linux_amd64.tar.gz +0 -0
- package/release/cursor-macos/cursor_v0.1.13_darwin_arm64.tar.gz +0 -0
|
@@ -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
|
|
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.
|
|
5
|
-
sha256 "
|
|
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/
|
|
10
|
-
sha256 arm64_sequoia: "
|
|
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
package/release/checksums.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|