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 Jan 16, 2025
1 parent 3f2782a commit 4f3aafb
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>7.0.2</version>
<version>7.0.3</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://releases.bootstrapstudio.io/7.0.2/Bootstrap%20Studio%20-%20Setup.exe'
checksum = '33747f91dd6eb3f819e698e717e853dec0d2ecc35e937b31e03d36ad6d83defc'
url = 'https://releases.bootstrapstudio.io/7.0.3/Bootstrap%20Studio%20-%20Setup.exe'
checksum = 'c650fcb22c4beef7bc29f7289467ddf3aa26e517ed09c90d6006c26b2a5c933d'
checksumType = 'SHA256'
fileType = 'EXE'
silentArgs = '/S'
Expand Down

0 comments on commit 4f3aafb

Please # to comment.