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 8, 2024
1 parent ce67bf5 commit 671081d
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.60</version>
<version>01.09.00.69</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.60</releaseNotes>
<releaseNotes>https://github.com/bambulab/BambuStudio/releases/tag/v01.09.00.69</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.60/Bambu_Studio_win_public-v01.09.00.60-20240325213406.exe'
$checksum = '2f8c8f874ef054dfadc3ed6a1fd7c89d659f6be8ec94b9cf8bcdaaa58d44c2f5'
$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.09.00.69/Bambu_Studio_win_public-v01.09.00.69-20240408205831.exe'
$checksum = 'f1b6dd5f346b96d0a1a2170e5cf979372de14a0fc081bcd1a9a4b447f8cb4327'
$ChecksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 671081d

Please sign in to comment.