Skip to content

Commit

Permalink
Merge pull request #14 from C-Duv/update_installer_version_to_2.4.2
Browse files Browse the repository at this point in the history
Updated to use installer for v2.4.2
  • Loading branch information
C-Duv authored Nov 3, 2018
2 parents 137dfe3 + 3308515 commit bb4d419
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>fusioninventory-agent.install</id>
<title>FusionInventory Agent (Install)</title>
<version>2.4.1</version>
<version>2.4.2</version>
<authors>FusionInventory Project</authors>
<owners>DUVERGIER Claude</owners>
<summary>Agent for FusionInventory: performs a large array of management tasks, such as local inventory, software deployment or network discovery. It can be used either standalone, or in combination with a compatible server (OCS Inventory, GLPI, OTRS, Uranos, ...) acting as a centralized control point.</summary>
Expand All @@ -14,7 +14,7 @@
<licenseUrl>https://github.com/fusinv/fusioninventory-agent/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://raw.github.com/C-Duv/chocolatey-fusioninventory-agent/master/fusioninventory-agent.install/fusioninventory-agent-logo.png</iconUrl>
<releaseNotes>http://fusioninventory.org/2018/06/29/fusioninventory-agent-2.4.1.html</releaseNotes>
<releaseNotes>http://fusioninventory.org/2018/10/03/fusioninventory-agent-2.4.2.html</releaseNotes>
<projectSourceUrl>https://github.com/fusioninventory/fusioninventory-agent</projectSourceUrl>
<bugTrackerUrl>https://github.com/fusioninventory/fusioninventory-agent/issues</bugTrackerUrl>
<packageSourceUrl>https://github.com/C-Duv/chocolatey-fusioninventory-agent</packageSourceUrl>
Expand Down
8 changes: 4 additions & 4 deletions fusioninventory-agent.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
$packageInstallArgs = @{
packageName = 'fusioninventory-agent.install'
fileType = 'exe'
url = 'https://github.com/fusioninventory/fusioninventory-agent/releases/download/2.4.1/fusioninventory-agent_windows-x86_2.4.1.exe'
url64bit = 'https://github.com/fusioninventory/fusioninventory-agent/releases/download/2.4.1/fusioninventory-agent_windows-x64_2.4.1.exe'
url = 'https://github.com/fusioninventory/fusioninventory-agent/releases/download/2.4.2/fusioninventory-agent_windows-x86_2.4.2.exe'
url64bit = 'https://github.com/fusioninventory/fusioninventory-agent/releases/download/2.4.2/fusioninventory-agent_windows-x64_2.4.2.exe'
silentArgs = '/S /acceptlicense'
validExitCodes = @(0)
checksum = '10987785b43496ee057aa1af57ec04e97b87962a23103835e79328652ce7ce4a'
checksum = '3f412487c068c952c0c9d630c1c9a4a20d054b338fb3bde64a21e3d8544bc5ca'
checksumType = 'sha256'
checksum64 = '546a2e25bce5c5615dc32723be86effd464372801681bb644f4235e575598f77'
checksum64 = '10796ec2206f9f8970b117938fd82616cefbddcb996535c6b1ba74d9a54eb3fe'
checksumType64 = 'sha256'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>fusioninventory-agent.portable</id>
<title>FusionInventory Agent (Portable)</title>
<version>2.4.1</version>
<version>2.4.2</version>
<authors>FusionInventory Project</authors>
<owners>DUVERGIER Claude</owners>
<summary>Agent for FusionInventory: performs a large array of management tasks, such as local inventory, software deployment or network discovery. It can be used either standalone, or in combination with a compatible server (OCS Inventory, GLPI, OTRS, Uranos, ...) acting as a centralized control point.</summary>
Expand All @@ -14,7 +14,7 @@
<licenseUrl>https://github.com/fusinv/fusioninventory-agent/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://raw.github.com/C-Duv/chocolatey-fusioninventory-agent/master/fusioninventory-agent.portable/fusioninventory-agent-logo.png</iconUrl>
<releaseNotes>http://fusioninventory.org/2018/06/29/fusioninventory-agent-2.4.1.html</releaseNotes>
<releaseNotes>http://fusioninventory.org/2018/10/03/fusioninventory-agent-2.4.2.html</releaseNotes>
<projectSourceUrl>https://github.com/fusioninventory/fusioninventory-agent</projectSourceUrl>
<bugTrackerUrl>https://github.com/fusioninventory/fusioninventory-agent/issues</bugTrackerUrl>
<packageSourceUrl>https://github.com/C-Duv/chocolatey-fusioninventory-agent</packageSourceUrl>
Expand Down
8 changes: 4 additions & 4 deletions fusioninventory-agent.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ $ErrorActionPreference = 'Stop'

$packageDownloadArgs = @{
packageName = $packageName
url = 'https://github.com/fusioninventory/fusioninventory-agent/releases/download/2.4.1/fusioninventory-agent_windows-x86_2.4.1-portable.exe' # NB: Theses EXE are 7z SFX
url64bit = 'https://github.com/fusioninventory/fusioninventory-agent/releases/download/2.4.1/fusioninventory-agent_windows-x64_2.4.1-portable.exe'
checksum = 'd000b6d337c7ac9e2e6e23f5969de16ba0e702e419368346b256eee79525a4e8'
url = 'https://github.com/fusioninventory/fusioninventory-agent/releases/download/2.4.2/fusioninventory-agent_windows-x86_2.4.2-portable.exe' # NB: Theses EXE are 7z SFX
url64bit = 'https://github.com/fusioninventory/fusioninventory-agent/releases/download/2.4.2/fusioninventory-agent_windows-x64_2.4.2-portable.exe'
checksum = 'f9e08f1cc05f661ad2b8cc26dc13767d292fcbd4849d24cb5964def1607952d6'
checksumType = 'sha256'
checksum64 = '1fa8d4b3b2d18ec86decd15e04ae0310d0332424d18abb26aae81e106565a1fc'
checksum64 = '01e8f421a3cc5882ba4ceaddf53aabe44f5c8a7c2ab0ae5cf41d67a2984c3758'
checksumType64 = 'sha256'
}

Expand Down
6 changes: 3 additions & 3 deletions fusioninventory-agent/fusioninventory-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>fusioninventory-agent</id>
<title>FusionInventory Agent</title>
<version>2.4.1</version>
<version>2.4.2</version>
<authors>FusionInventory Project</authors>
<owners>DUVERGIER Claude</owners>
<summary>Agent for FusionInventory: performs a large array of management tasks, such as local inventory, software deployment or network discovery. It can be used either standalone, or in combination with a compatible server (OCS Inventory, GLPI, OTRS, Uranos, ...) acting as a centralized control point.</summary>
Expand All @@ -15,9 +15,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://raw.github.com/C-Duv/chocolatey-fusioninventory-agent/master/fusioninventory-agent/fusioninventory-agent-logo.png</iconUrl>
<dependencies>
<dependency id="fusioninventory-agent.install" version="[2.4.1]" />
<dependency id="fusioninventory-agent.install" version="[2.4.2]" />
</dependencies>
<releaseNotes>http://fusioninventory.org/2018/06/29/fusioninventory-agent-2.4.1.html</releaseNotes>
<releaseNotes>http://fusioninventory.org/2018/10/03/fusioninventory-agent-2.4.2.html</releaseNotes>
<projectSourceUrl>https://github.com/fusioninventory/fusioninventory-agent</projectSourceUrl>
<bugTrackerUrl>https://github.com/fusioninventory/fusioninventory-agent/issues</bugTrackerUrl>
<packageSourceUrl>https://github.com/C-Duv/chocolatey-fusioninventory-agent</packageSourceUrl>
Expand Down

0 comments on commit bb4d419

Please sign in to comment.