Skip to content

Commit

Permalink
AU: 1 updated - authpass
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Oct 17, 2020
1 parent 1659e34 commit 04a43d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion authpass/authpass.nuspec
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.7.8</version>
<version>1.7.9</version>
<packageSourceUrl>https://github.com/digitalcoyote/chocolatey-packages</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>codingcoyote</owners>
Expand Down
4 changes: 2 additions & 2 deletions authpass/tools/chocolateyinstall.ps1
Expand Up @@ -4,8 +4,8 @@ $args = @{
PackageName = $env:ChocolateyPackageName
FileType = 'exe'
SilentArgs = '/VERYSILENT'
Url64bit = 'https://github.com/authpass/authpass/releases/download/v1.7.8/AuthPass-setup-1.7.8_1552.exe'
Checksum64 = 'd0285be9f807e30a778052fb7f6ad10870fc537f10844b90020fd7cc90a059dd7aa54f02cd867ca585a1a1af56c408edc75d7a0080ba95b28248fc809775e358'
Url64bit = 'https://github.com/authpass/authpass/releases/download/v1.7.9/AuthPass-setup-1.7.9_1605.exe'
Checksum64 = '999b86ebdf090c531e2744cad21c183ed5870d9c7ef98e44cf585cc054895254d08781a894b42aad09dd3f64e8418ebff3f8a69e02ec96a41f1d151e77ad8195'
ChecksumType64 = 'sha512'
}

Expand Down

0 comments on commit 04a43d9

Please sign in to comment.