Skip to content

Commit

Permalink
positron: Add version 2024.11.0-140 (#14410)
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven authored Nov 14, 2024
1 parent 7d45e26 commit 6dde8be
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions bucket/positron.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "2024.11.0-140",
"description": "A next-generation data science IDE",
"homepage": "https://positron.posit.co",
"license": "Elastic-2.0",
"suggest": {
"R": "r",
"Python": "python"
},
"architecture": {
"64bit": {
"url": "https://github.com/posit-dev/positron/releases/download/2024.11.0-140/Positron-2024.11.0-140-UserSetup.exe",
"hash": "c4261893e92aec61e9fa14acfd405be011b1b2be39393a8d408c8caf290018af",
"extract_dir": "{code_GetDestDir}"
}
},
"innosetup": true,
"bin": "bin/positron.cmd",
"shortcuts": [
[
"Positron.exe",
"Positron"
]
],
"checkver": {
"url": "https://github.com/posit-dev/positron/releases.atom",
"regex": "<title>([\\d.-]+)</title>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/posit-dev/positron/releases/download/$version/Positron-$version-UserSetup.exe"
}
}
}
}

0 comments on commit 6dde8be

Please sign in to comment.