Skip to content

Commit

Permalink
update changelog + update choco package
Browse files Browse the repository at this point in the history
  • Loading branch information
lexxmark committed Jan 8, 2021
1 parent b2d5968 commit 159682c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* upgrade win_bison to version 3.7.4
* upgrade m4 to version 1.4.18
* upgrade gnulib
* removed VS2015 support
* fixed win_bison --update option (renaming opened file)

### version 2.5.23
* upgrade win_bison to version 3.7.1
Expand Down
4 changes: 2 additions & 2 deletions chocolatey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# download and unpack a zip file
Install-ChocolateyZipPackage `
-PackageName "winflexbison3" `
-Url "https://github.com/lexxmark/winflexbison/releases/download/v2.5.23/win_flex_bison-2.5.23.zip" `
-Checksum "6AA5C8EA662DA1550020A5804C28BE63FFAA53486DA9F6842E24C379EC422DFC" `
-Url "https://github.com/lexxmark/winflexbison/releases/download/v2.5.24/win_flex_bison-2.5.24.zip" `
-Checksum "39C6086CE211D5415500ACC5ED2D8939861CA1696AEE48909C7F6DAF5122B505" `
-ChecksumType "sha256" `
-UnzipLocation "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
4 changes: 2 additions & 2 deletions chocolatey/winflexbison3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>winflexbison3</id>
<title>WinFlexBison (bison 3.7.1, flex 2.6.4)</title>
<version>2.5.23.20200904</version>
<title>WinFlexBison (bison 3.7.4, flex 2.6.4)</title>
<version>2.5.24.20210105</version>
<authors>Alex Zhondin (in addition to original authors of flex and bison)</authors>
<owners>lexxmark</owners>
<summary>WinFlexBison is a port Flex/Bison tools to the Windows platform</summary>
Expand Down

0 comments on commit 159682c

Please sign in to comment.