Skip to content

Commit

Permalink
AU: 1 updated - authy-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 4, 2018
1 parent 91725f1 commit f90c154
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions automatic/authy-desktop/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ![Authy Desktop (Install) Changelog](https://img.shields.io/badge/Authy%20Desktop%20(Install)-Package%20Changelog-blue.svg?style=for-the-badge)

## Version: 1.6.0 (2018-06-04)
- **BREAKING CHANGE:** Removed 32bit architecture support

## Version: 1.2.0 (2017-12-22)
- **ENHANCEMENT:** Add package changelogs [#6](https://github.com/AdmiringWorm/chocolatey-packages/issues/6)
- Removed note about software being 'beta'
Expand Down
6 changes: 5 additions & 1 deletion automatic/authy-desktop/authy-desktop.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>authy-desktop</id>
<version>1.5.0</version>
<version>1.6.0</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/authy-desktop</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Authy Desktop (Install)</title>
Expand Down Expand Up @@ -40,6 +40,10 @@ Authy is the preferred two factor authentication solution to protect your bitcoi
**- What is two factor authentication?**
"Two-factor authentication is one of the best things you can do to make sure your accounts don't get hacked" - LifeHacker
https://www.authy.com/learn-more
## NOTES
- As of version 1.6.0, the 32bit architecture have been dropped as conversion with the authy support team have said it won't be updated in the future.
If you still need to install the 32bit architecture, please install version 1.5.0 and pin the package.
]]></description>
<releaseNotes>[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/authy-desktop/Changelog.md)</releaseNotes>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions automatic/authy-desktop/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = ''
url64bit = 'https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/1.5.0/win32/x64/Authy%20Desktop%20Setup%201.5.0.exe'
url64bit = 'https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/1.6.0/win32/x64/Authy%20Desktop%20Setup%201.6.0.exe'
softwareName = 'Authy Desktop*'
checksum = ''
checksumType = ''
checksum64 = '45254378fe2d5d99974329987ca189acff4117d008d47c9ded413ec8d49829d3018a436e798d327da3064b89414be5789b43a83017061b0b6d619bce964d2166'
checksum64 = 'e22ccd17bb220ad03bcbbd4ed9dda41a297c2af6956114409907bab9945360ed2ee454d303f5ce62f1cf0a19a62727db8613af0228c6f059d01186bddb8a7acb'
checksumType64 = 'sha512'
silentArgs = '-s'
validExitCodes = @(0)
Expand Down

0 comments on commit f90c154

Please sign in to comment.