Update Cursor to version 3.0.13

This commit is contained in:
Gitea Action
2026-04-08 12:04:00 +00:00
parent efee77baf4
commit f3da2beb22
2 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -11,15 +11,15 @@
systems = [ "x86_64-linux" "aarch64-linux" ];
# BEGIN managed by ./update-cursor.sh
version = "3.0.12";
version = "3.0.13";
sources = {
x86_64-linux = {
url = "https://downloads.cursor.com/production/a80ff7dfcaa45d7750f6e30be457261379c29b06/linux/x64/Cursor-3.0.12-x86_64.AppImage";
sha256 = "0v6rzgahn3vbrh8pmf7s1njiqvvgf70f57zi6k5nk3d9508mrna9";
url = "https://downloads.cursor.com/production/48a15759f53cd5fc9b5c20936ad7d79847d914b5/linux/x64/Cursor-3.0.13-x86_64.AppImage";
sha256 = "1kmamwcaxqx43rcq5g1slmlgnixbi8zcgy5ay8rhlm3g2jwq39qr";
};
aarch64-linux = {
url = "https://downloads.cursor.com/production/a80ff7dfcaa45d7750f6e30be457261379c29b06/linux/arm64/Cursor-3.0.12-aarch64.AppImage";
sha256 = "1rrlprb9k6ijldmfqkgk0vc4ng5pzrlqilqfnwz8sqwgdn826kgr";
url = "https://downloads.cursor.com/production/48a15759f53cd5fc9b5c20936ad7d79847d914b5/linux/arm64/Cursor-3.0.13-aarch64.AppImage";
sha256 = "08h8kmdpmpigg7n361yhn0c48aiwb4i86z0brm61ch0xh4bcfg9l";
};
};
# END managed by ./update-cursor.sh