Update Cursor to version 3.0.16

This commit is contained in:
Gitea Action
2026-04-11 03:51:31 +00:00
parent f3da2beb22
commit bf6ff91a6d
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.13";
version = "3.0.16";
sources = {
x86_64-linux = {
url = "https://downloads.cursor.com/production/48a15759f53cd5fc9b5c20936ad7d79847d914b5/linux/x64/Cursor-3.0.13-x86_64.AppImage";
sha256 = "1kmamwcaxqx43rcq5g1slmlgnixbi8zcgy5ay8rhlm3g2jwq39qr";
url = "https://downloads.cursor.com/production/475871d112608994deb2e3065dfb7c6b0baa0c54/linux/x64/Cursor-3.0.16-x86_64.AppImage";
sha256 = "1pb2j8dx9wajycc1s3lryncybp38dvgb5qa47yzr68k958ajvpvl";
};
aarch64-linux = {
url = "https://downloads.cursor.com/production/48a15759f53cd5fc9b5c20936ad7d79847d914b5/linux/arm64/Cursor-3.0.13-aarch64.AppImage";
sha256 = "08h8kmdpmpigg7n361yhn0c48aiwb4i86z0brm61ch0xh4bcfg9l";
url = "https://downloads.cursor.com/production/475871d112608994deb2e3065dfb7c6b0baa0c54/linux/arm64/Cursor-3.0.16-aarch64.AppImage";
sha256 = "1f3qyyyhfl84w8kyqb0fc9c1g78kdrg2npi5ilgkyzpl4k6h5700";
};
};
# END managed by ./update-cursor.sh