From 8639a8189d83be3d4a527817e0bd3f873e6d7f57 Mon Sep 17 00:00:00 2001 From: Bjoern Strausmann Date: Fri, 15 Nov 2024 16:06:57 +0000 Subject: [PATCH] AU: 1 updated - bambustudio [skip ci] https://gist.github.com/strausmann/33cff89acf29181df2e5c7d2a3792d47/30b60cd1725c2a4d7958759ca6c0e1d73f181589 --- automatic/bambustudio/bambustudio.nuspec | 4 ++-- automatic/bambustudio/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 = @{