diff --git a/automatic/bambustudio/bambustudio.nuspec b/automatic/bambustudio/bambustudio.nuspec index 4e61d99..a247b91 100644 --- a/automatic/bambustudio/bambustudio.nuspec +++ b/automatic/bambustudio/bambustudio.nuspec @@ -2,7 +2,7 @@ bambustudio - 01.07.06.91 + 01.07.06.92 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.06.91 + https://github.com/bambulab/BambuStudio/releases/tag/v01.07.06.92 diff --git a/automatic/bambustudio/tools/chocolateyinstall.ps1 b/automatic/bambustudio/tools/chocolateyinstall.ps1 index 9790223..cdcae2e 100644 --- a/automatic/bambustudio/tools/chocolateyinstall.ps1 +++ b/automatic/bambustudio/tools/chocolateyinstall.ps1 @@ -3,11 +3,11 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $fileLocation = Join-Path $toolsDir 'BambuStudio.exe' -$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.07.06.91/Bambu_Studio_win_public-v01.07.06.91-20230921105526.exe' -$checksum = 'd268e54ba9b1c69886714b03b0215196e094e666e68f28168b96e5be84efe158' +$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.07.06.92/Bambu_Studio_win_public-v01.07.06.92-20230923002726.exe' +$checksum = '778ae3f81ab8c25effe7e168298ec4e62a0aca540917692dc753bee3318bc00b' $ChecksumType = 'sha256' -$url64 = 'https://github.com/bambulab/BambuStudio/releases/download/v01.07.06.91/Bambu_Studio_win_public-v01.07.06.91-20230921105526.exe' -$checksum64 = 'd268e54ba9b1c69886714b03b0215196e094e666e68f28168b96e5be84efe158' +$url64 = 'https://github.com/bambulab/BambuStudio/releases/download/v01.07.06.92/Bambu_Studio_win_public-v01.07.06.92-20230923002726.exe' +$checksum64 = '778ae3f81ab8c25effe7e168298ec4e62a0aca540917692dc753bee3318bc00b' $ChecksumType64 = 'sha256' $packageArgs = @{