Skip to content

Commit

Permalink
prusaslicer: Update to version 2.9.0 (#14669)
Browse files Browse the repository at this point in the history
  • Loading branch information
cybrwshl authored Jan 7, 2025
1 parent 8f94427 commit f2c4235
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bucket/prusaslicer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "2.8.1",
"version": "2.9.0",
"description": "G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)",
"homepage": "https://www.prusa3d.com/prusaslicer/",
"license": "AGPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/prusa3d/PrusaSlicer/releases/download/version_2.8.1/PrusaSlicer-2.8.1+win64-202409181359.zip",
"hash": "c75b640aaf5e1fab0b2d06425b538ea6e9631a6e7c76dc8c481bf410f13d6983",
"extract_dir": "PrusaSlicer-2.8.1+win64-202409181359"
"url": "https://github.com/prusa3d/PrusaSlicer/releases/download/version_2.9.0/PrusaSlicer-2.9.0+win64.zip",
"hash": "facc698c7e44e329f67fd0d824aeba605c3457df52c8eac70f52bfe84094a18c",
"extract_dir": "PrusaSlicer-2.9.0+win64"
}
},
"bin": "prusa-slicer-console.exe",
Expand All @@ -19,13 +19,13 @@
],
"checkver": {
"url": "https://api.github.com/repositories/52882701/releases",
"regex": "PrusaSlicer-([\\d.]+)\\+win64-(?<timestamp64>\\d+)\\.zip"
"regex": "PrusaSlicer-([\\d.]+)\\+win64\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/prusa3d/PrusaSlicer/releases/download/version_$version/PrusaSlicer-$version+win64-$matchTimestamp64.zip",
"extract_dir": "PrusaSlicer-$version+win64-$matchTimestamp64"
"url": "https://github.com/prusa3d/PrusaSlicer/releases/download/version_$version/PrusaSlicer-$version+win64.zip",
"extract_dir": "PrusaSlicer-$version+win64"
}
}
}
Expand Down

0 comments on commit f2c4235

Please sign in to comment.