Skip to content

Commit

Permalink
AU: 2 updated - chromecacheview firefox-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Oct 13, 2019
1 parent 8159054 commit 4492b77
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 208 deletions.
2 changes: 1 addition & 1 deletion automatic/chromecacheview/chromecacheview.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.87</version>
<version>1.90</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromecacheview/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://www.nirsoft.net/utils/chromecacheview.zip'
$checksum = 'e0df3b099f8ae34b55f5ca10de8eb7b2f3b588acab4815ede370671c6ac76c05'
$checksum = '9cf697d3c081d4e75a0da5f0f0150e278135a2681a4fc1c7e571ecc5f026d1ac'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"nightly": "71.0.1.2019101221-alpha"
"nightly": "71.0.1.2019101309-alpha"
}
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.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>71.0.1.2019101221-alpha</version>
<version>71.0.1.2019101309-alpha</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
Loading

0 comments on commit 4492b77

Please sign in to comment.