Skip to content

Commit

Permalink
AU: 3 updated - argusmonitor nodejs nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 5, 2018
1 parent f5706d1 commit bd6819a
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/argusmonitor/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="" width="48" height="48" /> Argus Monitor](https://chocolatey.org/packages/argusmonitor)
# [<img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/db561d6c86814c0322bba7f2571d56b6bb9f1125/icons/argusmonitor.png" width="48" height="48" /> Argus Monitor](https://chocolatey.org/packages/argusmonitor)

Fan speed control for Mainboard and GPU with characteristic curve based on all available temperature sources.

Expand Down
19 changes: 16 additions & 3 deletions automatic/argusmonitor/argusmonitor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>argusmonitor</id>
<version>0.0.0</version>
<version>3.6.02</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/argusmonitor</packageSourceUrl>
<owners>chocolatey, p3lim</owners>
<title>Argus Monitor (Install)</title>
<authors>Argotronic UG (haftungsbeschränkt)</authors>
<projectUrl>https://www.argotronic.com/en/</projectUrl>
<iconUrl>http://help.argusmonitor.com/lib/h12.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/db561d6c86814c0322bba7f2571d56b6bb9f1125/icons/argusmonitor.png</iconUrl>
<copyright>Copyright © 2008-2017 Argotronic UG (haftungsbeschränkt)</copyright>
<licenseUrl>https://www.argotronic.com/en/gtc.pdf</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand All @@ -18,7 +18,20 @@
<bugTrackerUrl>https://www.argotronic.com/en/contact.php</bugTrackerUrl>
<tags>argusmonitor argus monitor system fan temperature control trial admin</tags>
<summary>Monitoring temperatures and status of system components such as CPU, GPU and hard disk drive</summary>
<description></description>
<description><![CDATA[Fan speed control for Mainboard and GPU with characteristic curve based on all available temperature sources.
Monitoring temperatures and status of system components such as CPU, GPU and hard disk drive
- Monitor your hard disk drive temperature and the health status of your hard disk drive by constantly checking the critical S.M.A.R.T. attributes
- Warns you with a probability of up to 70 percent before a hard drive fails -- in time for you to save all the precious data added to your system after the last backup
- Graphical display of the temperatures of your hard disk drives
- Monitoring and graphical display of GPU temperature
- Graphical display of the CPU temperature (independently for each CPU core)
- Graphical display of core frequency (enables you to check if power management is working)
- HDD/SSD benchmark -- measuring access times and transfer rates
- Display speeds of system fans
- Display and control of fan speeds of modern Nvidia and ATI/AMD graphic cards
]]></description>
<releaseNotes>
[Software Changelog](https://www.argotronic.com/en/history.php)
</releaseNotes>
Expand Down
6 changes: 3 additions & 3 deletions automatic/argusmonitor/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ and can be verified like this:


1. Download the following installers:
x32:
x32: https://www.argotronic.com/downloads/ArgusMonitor_Setup.exe
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type:
checksum32:
checksum type: sha256
checksum32: 6CE406C821C45408E7AC3943B0067A69E114F8CD721F299AFC4A78EA4C76A0EF

File 'LICENSE.txt' is obtained from <https://www.argotronic.com/en/gtc.pdf>
4 changes: 2 additions & 2 deletions automatic/argusmonitor/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileName = ''
$fileName = 'downloads.exe'

$packageArgs = @{
packageName = 'argusmonitor'
Expand All @@ -17,4 +17,4 @@ $packageArgs = @{
Install-ChocolateyInstallPackage @packageArgs

# clean up
rm "$toolsDir\$fileName" -ea 0
Remove-Item "$toolsDir\$fileName" -ea 0
6 changes: 3 additions & 3 deletions automatic/argusmonitor/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

[array]$key = Get-UninstallRegistryKey -SoftwareName 'ArgusMonitor'

if($key.Count -eq 1){
$key | % {
$key | ForEach-Object {
$packageArgs = @{
packageName = 'argusmonitor'
fileType = 'exe'
Expand All @@ -20,5 +20,5 @@ if($key.Count -eq 1){
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
$key | ForEach-Object {Write-Warning "- $($_.DisplayName)"}
}
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v9.11.0/node-v9.11.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v9.11.0/node-v9.11.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v9.11.1/node-v9.11.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v9.11.1/node-v9.11.1-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 722D234369822507E288AE194A0FB7BFDF9A6B2FABC8C1B345FCAFC7EC601CF3
checksum64: 27CA07F3EEAC71902F6DAEC28E763FE1C4C19E112DA89D5D226E95B4750D6961
checksum32: 55488CEB3B6202EDDC6E80F3090F00A44375512C1A48210E49B994BD66284AB7
checksum64: 7298330E75F7C94B94D42B7643F47E9F0EFC32BF54BB07D5B3744410E4816607

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"6.14": "6.14.1",
"8.11": "8.11.1",
"9.10": "9.10.1",
"9.11": "9.11.0"
"9.11": "9.11.1"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>9.11.0</version>
<version>9.11.1</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v9.11.0-x86.msi"
$filePath64 = "$toolsPath\node-v9.11.0-x64.msi"
$filePath32 = "$toolsPath\node-v9.11.1-x86.msi"
$filePath64 = "$toolsPath\node-v9.11.1-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"6.14": "6.14.1",
"8.11": "8.11.1",
"9.10": "9.10.1",
"9.11": "9.11.0"
"9.11": "9.11.1"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>9.11.0</version>
<version>9.11.1</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[9.11.0]" />
<dependency id="nodejs.install" version="[9.11.1]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit bd6819a

Please sign in to comment.