Skip to content

Commit

Permalink
AU: 2 updated - exiftool firefox-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Apr 9, 2019
1 parent 46fd4b8 commit fb6ba77
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 207 deletions.
2 changes: 1 addition & 1 deletion automatic/exiftool/exiftool.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>11.34</version>
<version>11.35</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
4 changes: 2 additions & 2 deletions automatic/exiftool/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://owl.phy.queensu.ca/~phil/exiftool/exiftool-11.34.zip'
$checksum = '8e7894b721c83fcb00e61910eb7098faf3c77a90ae3c5c900d176679621393d0'
$url = 'http://owl.phy.queensu.ca/~phil/exiftool/exiftool-11.35.zip'
$checksum = '60256ef25b44d15b82e848c206d34ecaa19cddc07269af5445be06801645b8ed'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "67.0.8-beta",
"dev": "67.0.8-beta"
"beta": "67.0.9-beta",
"dev": "67.0.9-beta"
}
2 changes: 1 addition & 1 deletion automatic/firefox/firefox.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>67.0.8-beta</version>
<version>67.0.9-beta</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 fb6ba77

Please sign in to comment.