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 25, 2024
1 parent 8f3c3bc commit f6ebebb
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.01.56</version>
<version>01.09.01.58</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.01.56</releaseNotes>
<releaseNotes>https://github.com/bambulab/BambuStudio/releases/tag/v01.09.01.58</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.01.56/Bambu_Studio_win_public-v01.09.01.56-20240423211454.exe'
$checksum = '4e22aaf54c0060eb865d4f1dfaa0bb979d148ea393631b1a70506454a85534de'
$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.09.01.58/Bambu_Studio_win_public-v01.09.01.58-20240425203636.exe'
$checksum = 'ca1931e883910c0332b8d140f2e713328926d6e6fe7848bfec73cfcf1144c0b7'
$ChecksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit f6ebebb

Please sign in to comment.