Update Cursor to version 3.11.19

This commit is contained in:
Gitea Action
2026-07-13 12:05:52 +00:00
parent 8e9f4b0bd0
commit bea69af2fb
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.11.13";
version = "3.11.19";
sources = {
x86_64-linux = {
url = "https://downloads.cursor.com/production/3f21b08f0b436a07be29fbfe00b304fa15553353/linux/x64/Cursor-3.11.13-x86_64.AppImage";
sha256 = "1n0vlqkymw7mfpwr1mz1qrc72dj5a882n320vs5ph7dvcy05fw1i";
url = "https://downloads.cursor.com/production/bf249e6efb5b097f23d7e21d7283429f0760b74a/linux/x64/Cursor-3.11.19-x86_64.AppImage";
sha256 = "0z27v15yam9ia69c9n93lbq77gjd7xvv045hg3xjrb17dwlnshsm";
};
aarch64-linux = {
url = "https://downloads.cursor.com/production/3f21b08f0b436a07be29fbfe00b304fa15553353/linux/arm64/Cursor-3.11.13-aarch64.AppImage";
sha256 = "0vp9npd8ym2z9qsqw6ifgrw7wsk4dfnafmmnc8pymkg32lbxja2h";
url = "https://downloads.cursor.com/production/bf249e6efb5b097f23d7e21d7283429f0760b74a/linux/arm64/Cursor-3.11.19-aarch64.AppImage";
sha256 = "0g8zsy6rmb1r6l7ald9b2awi2xpp46icfx0g45kz4057ybd9vm2s";
};
};
# END managed by ./update-cursor.sh