diff --git a/automatic/bambustudio/bambustudio.nuspec b/automatic/bambustudio/bambustudio.nuspec index 84f0b01..848b6f9 100644 --- a/automatic/bambustudio/bambustudio.nuspec +++ b/automatic/bambustudio/bambustudio.nuspec @@ -2,7 +2,7 @@ bambustudio - 01.10.00.89 + 01.10.01.50 https://github.com/strausmann/ChocolateyPackages/tree/master/automatic/bambustudio strausmann Bambu Studio (Install) @@ -36,7 +36,7 @@ To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support]( **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.10.00.89 + https://github.com/bambulab/BambuStudio/releases/tag/v01.10.01.50 diff --git a/automatic/bambustudio/tools/chocolateyinstall.ps1 b/automatic/bambustudio/tools/chocolateyinstall.ps1 index 0fbee87..5441c29 100644 --- a/automatic/bambustudio/tools/chocolateyinstall.ps1 +++ b/automatic/bambustudio/tools/chocolateyinstall.ps1 @@ -2,8 +2,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.10.00.89/Bambu_Studio_win_public-v01.10.00.89-20241112123329.exe' -$checksum = '79f82e3a71839183f4e79eaf6dde4453e3068132427338f1299668838748d3ee' +$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.10.01.50/Bambu_Studio_win_public-v01.10.01.50-20241115162711.exe' +$checksum = '3888d1e6a0e0644b555b4dca8b4e1e3291d3d542d8c0c7faeb395c8a84d022d7' $ChecksumType = 'sha256' $packageArgs = @{