From 4935798c98786701c2781720283ff8c194adb603 Mon Sep 17 00:00:00 2001 From: Bjoern Strausmann Date: Fri, 13 Oct 2023 08:06:26 +0000 Subject: [PATCH] AU: 1 updated - bambustudio [skip ci] https://gist.github.com/strausmann/33cff89acf29181df2e5c7d2a3792d47/0e0f0a20a2108ade62e137b76832ed5b5846df63 --- 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 8c5324f..fbffcdd 100644 --- a/automatic/bambustudio/bambustudio.nuspec +++ b/automatic/bambustudio/bambustudio.nuspec @@ -2,7 +2,7 @@ bambustudio - 01.07.07.88 + 01.07.07.89 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.88 + https://github.com/bambulab/BambuStudio/releases/tag/v01.07.07.89 diff --git a/automatic/bambustudio/tools/chocolateyinstall.ps1 b/automatic/bambustudio/tools/chocolateyinstall.ps1 index 309e76d..4d255e6 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.88/Bambu_Studio_win_public-v01.07.07.88-20231010083344.exe' -$checksum = 'dfd00015ccda8a0b00c55f51796e4f03c174bd8a77e3c240be5cc55d79f9b694' +$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.07.07.89/Bambu_Studio_win_public-v01.07.07.89-20231013104019.exe' +$checksum = 'c047275b4d833a558d6a20bf6e8042dafc0a0c13ec642675a73d7ff4e37649cc' $ChecksumType = 'sha256' $packageArgs = @{