Skip to content

Commit

Permalink
AU: 1 updated - bambustudio
Browse files Browse the repository at this point in the history
  • Loading branch information
strausmann committed Apr 23, 2024
1 parent ba3c742 commit 8f3c3bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/bambustudio/bambustudio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>bambustudio</id>
<version>01.09.00.70</version>
<version>01.09.01.56</version>
<packageSourceUrl>https://github.com/strausmann/ChocolateyPackages/tree/master/automatic/bambustudio</packageSourceUrl>
<owners>strausmann</owners>
<title>Bambu Studio (Install)</title>
Expand All @@ -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.
]]></description>
<releaseNotes>https://github.com/bambulab/BambuStudio/releases/tag/v01.09.00.70</releaseNotes>
<releaseNotes>https://github.com/bambulab/BambuStudio/releases/tag/v01.09.01.56</releaseNotes>
<dependencies>
<dependency id="vcredist140" />
<dependency id="webview2-runtime" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/bambustudio/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.09.00.70/Bambu_Studio_win_public-v01.09.00.70-20240410162052.exe'
$checksum = '7fe8f533174d073f3126f8a4ab29f417b59f530f2e0644170a56cbc06f0dbda5'
$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.09.01.56/Bambu_Studio_win_public-v01.09.01.56-20240423211454.exe'
$checksum = '4e22aaf54c0060eb865d4f1dfaa0bb979d148ea393631b1a70506454a85534de'
$ChecksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 8f3c3bc

Please sign in to comment.