Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
strausmann committed Sep 3, 2024
2 parents 47742fe + f54f4f3 commit 6a145e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.03.50</version>
<version>01.09.05.51</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.03.50</releaseNotes>
<releaseNotes>https://github.com/bambulab/BambuStudio/releases/tag/v01.09.05.51</releaseNotes>
<dependencies>
<dependency id="vcredist140" />
<dependency id="webview2-runtime" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/bambustudio/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0x8DC91AB27C45966"|
"0x8DCC76C4BCE8313"|
4 changes: 2 additions & 2 deletions automatic/bambustudio/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.09.03.50/Bambu_Studio_win_public-v01.09.03.50-20240621095059.exe'
$checksum = '3f5e2a2f6aac06883db44b8ebae4e9bef2499f781fb9f709233cf39f143428af'
$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.09.05.51/Bambu_Studio_win_public-v01.09.05.51-20240828205639.exe'
$checksum = '8bf9443c5826f411884e108284995f20e35dfd9e238ae36eb0dcf7a510eaf52d'
$ChecksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 6a145e1

Please sign in to comment.