diff --git a/automatic/bambustudio/bambustudio.nuspec b/automatic/bambustudio/bambustudio.nuspec index 5871e87..4e7207e 100644 --- a/automatic/bambustudio/bambustudio.nuspec +++ b/automatic/bambustudio/bambustudio.nuspec @@ -2,7 +2,7 @@ bambustudio - 01.09.07.50 + 01.09.07.52 https://github.com/strausmann/ChocolateyPackages/tree/master/automatic/bambustudio strausmann Bambu Studio (Install) @@ -17,7 +17,10 @@ bambu lab slicer studio 3d print foss https://rawcdn.githack.com/strausmann/ChocolateyPackages/2c34b56b9ed7520943c70939f8c4e33ec8196bc6/icons/bambulab.png Bambu Studio is an open-source, cutting-edge, feature-rich slicing software. It contains project-based workflows, systematically optimized slicing algorithms, and an easy-to-use graphical interface, bringing users an incredibly smooth printing experience. - - https://github.com/bambulab/BambuStudio/releases/tag/v01.09.07.50 + https://github.com/bambulab/BambuStudio/releases/tag/v01.09.07.52 diff --git a/automatic/bambustudio/tools/chocolateyinstall.ps1 b/automatic/bambustudio/tools/chocolateyinstall.ps1 index 0ac8bc6..fa449f8 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.09.07.50/Bambu_Studio_win_public-v01.09.07.50-20240918180232.exe' -$checksum = 'b7313bb6874efeb987c13948115a82a50db4b40e62f83f7742dfa80273213f40' +$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.09.07.52/Bambu_Studio_win_public-v01.09.07.52-20240920143753.exe' +$checksum = 'd758647fe5fc12461a8ddf0448de8978a7126539c416041be22f5318879c32cf' $ChecksumType = 'sha256' $packageArgs = @{