Skip to content

Commit

Permalink
AU: 1 updated - bluefish
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 8, 2020
1 parent 98221c8 commit 0544704
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/bluefish/bluefish.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>bluefish</id>
<version>2.2.11</version>
<version>2.2.12</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/bluefish</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Bluefish</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/bluefish/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.bennewitz.com/bluefish/stable/binaries/win32/>
and can be verified by doing the following:

1. Download the following <https://www.bennewitz.com/bluefish/stable/binaries/win32/Bluefish-2.2.11-setup.exe>
1. Download the following <https://www.bennewitz.com/bluefish/stable/binaries/win32/Bluefish-2.2.12-setup.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: D9084DD04154B5DD8F2473CA0B5A8FB15955B076765792919BF9183DDC87B806
checksum: 56460CBB35D3433E50A1343FF18336E7FA5380B600C21401691FD2664BD9516E

The file 'LICENSE.txt' has been obtained from <https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/COPYING>
2 changes: 1 addition & 1 deletion automatic/bluefish/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'bluefish'
fileType = 'exe'
softwareName = 'Bluefish*'
file = "$toolsPath\Bluefish-2.2.11-setup.exe"
file = "$toolsPath\Bluefish-2.2.12-setup.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down

0 comments on commit 0544704

Please sign in to comment.