Skip to content

Commit

Permalink
AU: 1 updated - bootstrap-studio.install
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeee committed May 11, 2022
1 parent 3d097c1 commit 326d4b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>6.0.0</version>
<version>6.0.1</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/bootstrap-studio.install</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>mikeee</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://bootstrapstudio.io/releases/desktop/6.0.0/Bootstrap%20Studio.exe'
checksum = '16674b8b2b6dd1f1343ce05409b687fc80d695b5d8884900c01431fa2948d977'
url = 'https://bootstrapstudio.io/releases/desktop/6.0.1/Bootstrap%20Studio.exe'
checksum = '91a228513b05bf215ab18f0d62124e7e7a60450b660da69edadbdbd8d9206117'
checksumType = 'SHA256'
fileType = 'EXE'
silentArgs = '/S'
Expand Down

0 comments on commit 326d4b8

Please sign in to comment.