Skip to content

Commit

Permalink
なぜかハッシュが変わってた
Browse files Browse the repository at this point in the history
  • Loading branch information
KageShiron committed Apr 10, 2018
1 parent 11a9fa9 commit 28e3a93
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cubepdf/cubepdf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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>1.0.0.11</version>
<version>1.0.0.111</version>
<packageSourceUrl>https://github.com/KageShiron/chocolatey-packages/cubepdf</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>KageShiron</owners>
Expand Down
4 changes: 2 additions & 2 deletions cubepdf/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ $packageArgs = @{

softwareName = 'cubepdf*'

checksum = '88511de4b7300c712acba9cb95a0e44adfe6b2b390fcb90290b7b15d3cb94305'
checksum = 'd4e17b2b3c0329f5974c8875bcf3876ddfeb4dc0c46390bf45845e95c1437dd0'
checksumType = 'sha256'
checksum64 = 'e49e813ddcad2d0c61a836c3cc30571e97c71a7eab74a99986055719278b9e90'
checksum64 = 'cfd94f0afef98f2c76010cb05c8b98e95298566d5301c3f48e58888b2eff688d'
checksumType64= 'sha256'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
Expand Down
2 changes: 1 addition & 1 deletion cubepdf/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
function global:au_GetLatest {
$version = (Invoke-WebRequest https://api.github.com/repos/cube-soft/CubePdf/tags -UseBasicParsing | ConvertFrom-Json)[0].name -replace "-rc","."
return @{
Version = $version;
Version = $version+"0";
URL32 = "http://www.cube-soft.jp/cubepdf/dl.php?mode=x86";
URL64 = "http://www.cube-soft.jp/cubepdf/dl.php?mode=x64"
ChecksumType32 = 'sha256'
Expand Down
2 changes: 1 addition & 1 deletion cubepdfutility/cubepdfutility.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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>0.4.1.20170627</version>
<version>0.4.1.20180411</version>
<packageSourceUrl>https://github.com/KageShiron/chocolatey-packages/cubepdfutility</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>KageShiron</owners>
Expand Down
4 changes: 2 additions & 2 deletions cubepdfutility/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ $packageArgs = @{

softwareName = 'cubepdf*'

checksum = 'b18a6a7e68bdecb08a9f3201138814cf7902c49f0f8342cd29bb406f4758c666'
checksum = '576019119ed89e34852c069623deafe3b7a4cba652ce160c1acdcf0552396ca0'
checksumType = 'sha256'
checksum64 = '940e2f47cdfd56ef8cd67efd84419b407d25022743f4d278b6570ce490ae7126'
checksum64 = '4b6685e4c567b6436331083f734837f3d31049d5f754071c2276a1d72c646832'
checksumType64= 'sha256'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
Expand Down

0 comments on commit 28e3a93

Please sign in to comment.