Skip to content

Commit

Permalink
AU: 4 updated - alldup autohotkey.install chromium ultradefrag
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 17, 2016
1 parent f6f8e42 commit 0c65178
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion automatic/alldup/alldup.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>alldup</id>
<version>4.0.12</version>
<version>4.0.14</version>
<title>AllDup</title>
<owners>chocolatey</owners>
<authors>Michael Thummerer Software Design</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/alldup/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$packageName = 'alldup'
$url = 'http://www.alldup.info/download/AllDupSetup.exe'
$checksum = 'ed19099b34980a6e9147a258e6d9a995e6adf5afb63cab2ae003c056fdb8a99f'
$checksum = 'aa2af18bd14409459e869a7d211f67e00a0c4ef0b1d8a744686c24fd538299df'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/autohotkey.install/autohotkey.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>autohotkey.install</id>
<version>1.1.24.03</version>
<version>1.1.24.04</version>
<title>AutoHotkey (Install)</title>
<owners>chocolatey</owners>
<authors>Lexikos</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/autohotkey.install/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.24.03/AutoHotkey_1.1.24.03_setup.exe
x64: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.24.03/AutoHotkey_1.1.24.03_setup.exe
x32: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.24.04/AutoHotkey_1.1.24.04_setup.exe
x64: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.24.04/AutoHotkey_1.1.24.04_setup.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 588AC27EA8A16E0512A28CD4F7560AE12D0B55500EF5ABCA92A3E95208319029
checksum64: 588AC27EA8A16E0512A28CD4F7560AE12D0B55500EF5ABCA92A3E95208319029
checksum32: 7F4F429D9CCDF81FD53582E936C18F32A0E276EB89056D46D0E62D210AF88B4F
checksum64: 7F4F429D9CCDF81FD53582E936C18F32A0E276EB89056D46D0E62D210AF88B4F

Using AU:

Get-RemoteChecksum 588AC27EA8A16E0512A28CD4F7560AE12D0B55500EF5ABCA92A3E95208319029
Get-RemoteChecksum https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.24.04/AutoHotkey_1.1.24.04_setup.exe

File 'license.txt' is obtained from:
https://github.com/AutoHotkey/AutoHotkey/blob/26daaddf714135a6fcc730fe250bd1d41a9d3c53/license.txt
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>57.0.2954.0</version>
<version>57.0.2955.0</version>
<title>Chromium snapshots build</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '57.0.2954.0'
$version = '57.0.2955.0'

$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$hive = "hkcu"
Expand All @@ -15,14 +15,14 @@ if (Test-Path $Chromium) {
$packageArgs = @{
packageName = 'chromium'
fileType = 'exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/439059/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/439053/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/439337/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/439336/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '28010c95484d78b328baf8a982b3771e'
checksum = '9c1b198c5d0651d368c5582ed5215674'
checksumType = 'md5'
checksum64 = '0e201ed6d850cf4d90abb16689001de2'
checksum64 = '7c8bccd7d1e60072f2a8d85b2cd268e8'
checksumType64= 'md5'
}

Expand Down
8 changes: 4 additions & 4 deletions automatic/ultradefrag/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ $silentArgs += if ($pp.NoBootInterface) { " /BOOT=0"; Write-Host 'Boot inte
$packageArgs = @{
packageName = 'ultradefrag'
fileType = 'exe'
url = 'https://downloads.sourceforge.net/ultradefrag/ultradefrag-7.0.1.bin.i386.exe'
url64bit = 'https://downloads.sourceforge.net/ultradefrag/ultradefrag-7.0.1.bin.amd64.exe'
checksum = '0b86c593c60551e85ccba411ec1e8a70ecf9f244a51ce115015c6c4af773196f'
checksum64 = '554beef1b969b4dec2fd5041d442bc1142c550e02d38c1fd9b3d552bad1f9e99'
url = 'https://downloads.sourceforge.net/ultradefrag/ultradefrag-7.0.2.bin.i386.exe'
url64bit = 'https://downloads.sourceforge.net/ultradefrag/ultradefrag-7.0.2.bin.amd64.exe'
checksum = '69ea62c2987b869bcd21e7a7a7ae65d01ee9a853ace33b5bc973bbcbaa8a4123'
checksum64 = '34cfc8b7a2b43891e0a7527fc27549b2b3372330f82cf95d32c1744429d2820f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/ultradefrag/ultradefrag.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>ultradefrag</id>
<title>UltraDefrag</title>
<owners>chocolatey</owners>
<version>7.0.1.20161207</version>
<version>7.0.2</version>
<authors>Dmitri Arkhangelski et al.</authors>
<summary>UltraDefrag is a powerful Open Source Defragmentation tool for the Windows Platform</summary>
<description>
Expand Down

0 comments on commit 0c65178

Please sign in to comment.