Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates prusaslicer
Browse files Browse the repository at this point in the history
cybrwshl committed Jan 1, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7c059fa commit bcb9297
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",
@@ -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"
}
}
}

0 comments on commit bcb9297

Please sign in to comment.