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 Sep 22, 2023
1 parent e80bef5 commit 719cbab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.07.04.52</version>
<version>01.07.06.91</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.07.04.52</releaseNotes>
<releaseNotes>https://github.com/bambulab/BambuStudio/releases/tag/v01.07.06.91</releaseNotes>
<dependencies>
<dependency id="vcredist140" />
<dependency id="webview2-runtime" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/bambustudio/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileLocation = Join-Path $toolsDir 'BambuStudio.exe'

$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.07.04.52/Bambu_Studio_win_public-v01.07.04.52-20230816204101.exe'
$checksum = '65dfcd1f64cfad101f8e2a54585314ad1414005a7f41c05f25e6c8aa9063a85b'
$url = 'https://github.com/bambulab/BambuStudio/releases/download/v01.07.06.91/Bambu_Studio_win_public-v01.07.06.91-20230921105526.exe'
$checksum = 'd268e54ba9b1c69886714b03b0215196e094e666e68f28168b96e5be84efe158'
$ChecksumType = 'sha256'
$url64 = 'https://github.com/bambulab/BambuStudio/releases/download/v01.07.04.52/Bambu_Studio_win_public-v01.07.04.52-20230816204101.exe'
$checksum64 = '65dfcd1f64cfad101f8e2a54585314ad1414005a7f41c05f25e6c8aa9063a85b'
$url64 = 'https://github.com/bambulab/BambuStudio/releases/download/v01.07.06.91/Bambu_Studio_win_public-v01.07.06.91-20230921105526.exe'
$checksum64 = 'd268e54ba9b1c69886714b03b0215196e094e666e68f28168b96e5be84efe158'
$ChecksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 719cbab

Please sign in to comment.