Skip to content

Commit c05bc63

Browse files
committed
update chocolatey
1 parent b57d2bd commit c05bc63

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

bin/Release/win_bison.exe

0 Bytes
Binary file not shown.

bin/Release/win_flex.exe

0 Bytes
Binary file not shown.
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# download and unpack a zip file
22
Install-ChocolateyZipPackage `
33
-PackageName "winflexbison" `
4-
-Url "http://sourceforge.net/projects/winflexbison/files/old_versions/win_flex_bison-2.4.6.zip" `
5-
-Checksum "5F55D7E3C72723A6162FE9B7613220127E3B79D4F267394B602E684B3B218306" `
4+
-Url "http://sourceforge.net/projects/winflexbison/files/old_versions/win_flex_bison-2.4.7.zip" `
5+
-Checksum "7553A2D6738C799E101EC38A6AD073885EAD892826F87BC1A24E78BCD7AC2A8C" `
66
-ChecksumType "sha256" `
77
-UnzipLocation "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

chocolatey/winflexbison.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>winflexbison</id>
55
<title>Win flex-bison</title>
6-
<version>2.4.6.20160912</version>
6+
<version>2.4.7.20170127</version>
77
<authors>Alex Zhondin (in addition to original authors of flex and bison)</authors>
88
<owners>lexxmark</owners>
99
<summary>Win flex-bison is a port Flex/Bison tools to the Windows platform</summary>

0 commit comments

Comments
 (0)