Skip to content

Commit

Permalink
AU: 1 updated - Coq
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 26, 2017
1 parent ba96792 commit 36fb25e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions automatic/coq/coq.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>Coq</id>
<version>8.6</version>
<version>8.6.1</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/coq</packageSourceUrl>
<owners>AdmiringWorm, murray</owners>
<title>The Coq proof assistant</title>
Expand Down Expand Up @@ -36,7 +36,7 @@ As a proof development system, Coq provides interactive proof methods, decision
As a platform for the formalization of mathematics or the development of programs, Coq provides support for high-level notations, implicit contents and various other useful kinds of macros.
</description>
<releaseNotes>
[Software Changelog](https://coq.inria.fr/distrib/V8.6/CHANGES)
[Software Changelog](https://coq.inria.fr/distrib/V8.6.1/CHANGES)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/coq/Changelog.md)
</releaseNotes>
<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions automatic/coq/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://coq.inria.fr/distrib/V8.6/files/coq-installer-8.6-i686.exe'
url64bit = 'https://coq.inria.fr/distrib/V8.6/files/coq-installer-8.6-x86_64.exe'
url = 'https://coq.inria.fr/distrib/V8.6.1/files/coq-installer-8.6.1-i686.exe'
url64bit = 'https://coq.inria.fr/distrib/V8.6.1/files/coq-installer-8.6.1-x86_64.exe'
softwareName = 'coq*'
checksum = 'e4a4ece9c3d9e138818645e148ea8baf67524f7a59effad35e9d9c9f561db653'
checksum = '0183a773ca32f8709125559d7878557d63b6df1a2616ebaf65a26fefd8ed7c3d'
checksumType = 'sha256'
checksum64 = 'c03eb2ec0dee3878446b76152e3ed1af475dbf80e72707b50a5c987dd3a7cadf'
checksum64 = 'c6da8b192c17b15e858bb9647456a822f5755eca8bca96fafe9d17dd4441d6a0'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 36fb25e

Please sign in to comment.