diff --git a/automatic/bambustudio/bambustudio.nuspec b/automatic/bambustudio/bambustudio.nuspec index fbffcdd..c16b083 100644 --- a/automatic/bambustudio/bambustudio.nuspec +++ b/automatic/bambustudio/bambustudio.nuspec @@ -2,7 +2,7 @@ bambustudio - 01.07.07.89 + 01.08.00.57 https://github.com/strausmann/ChocolateyPackages/tree/master/automatic/bambustudio strausmann Bambu Studio (Install) @@ -22,7 +22,7 @@ It contains project-based workflows, systematically optimized slicing algorithms **Please Note**: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly. ]]> - https://github.com/bambulab/BambuStudio/releases/tag/v01.07.07.89 + https://github.com/bambulab/BambuStudio/releases/tag/v01.08.00.57 diff --git a/automatic/bambustudio/tools/chocolateyinstall.ps1 b/automatic/bambustudio/tools/chocolateyinstall.ps1 index 4d255e6..ebc51d5 100644 --- a/automatic/bambustudio/tools/chocolateyinstall.ps1 +++ b/automatic/bambustudio/tools/chocolateyinstall.ps1 @@ -3,8 +3,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $fileLocation = Join-Path $toolsDir 'BambuStudio.exe' -$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.07.07.89/Bambu_Studio_win_public-v01.07.07.89-20231013104019.exe' -$checksum = 'c047275b4d833a558d6a20bf6e8042dafc0a0c13ec642675a73d7ff4e37649cc' +$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.08.00.57/Bambu_Studio_win_public-v01.08.00.57-20231109141031.exe' +$checksum = 'd6ad3756b80557a74b881750bf8e8b661af0d09189c9cf1f986c72038d2638f4' $ChecksumType = 'sha256' $packageArgs = @{