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 May 13, 2024
1 parent f6ebebb commit f9bed8a
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.58</version>
<version>01.09.01.66</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.58</releaseNotes>
<releaseNotes>https://github.com/bambulab/BambuStudio/releases/tag/v01.09.01.66</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.58/Bambu_Studio_win_public-v01.09.01.58-20240425203636.exe'
$checksum = 'ca1931e883910c0332b8d140f2e713328926d6e6fe7848bfec73cfcf1144c0b7'
$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.09.01.66/Bambu_Studio_win_public-v01.09.01.66-20240511203248.exe'
$checksum = 'd51be9289cbdf080c47c28f6dbba4c736e162162bf5f26dd9ba13dd7e496eb3e'
$ChecksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit f9bed8a

Please sign in to comment.