Skip to content

Commit

Permalink
Merge pull request #20 from C-Duv/update_installer_version_to_2.6
Browse files Browse the repository at this point in the history
Updated to use installer for v2.6
  • Loading branch information
C-Duv authored Nov 17, 2022
2 parents 1feb5e5 + ee74770 commit 5fc61cb
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.5.1</version>
<version>2.6</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/2019/07/02/fusioninventory-agent-2.5.1.html</releaseNotes>
<releaseNotes>https://fusioninventory.org/2020/11/26/fusioninventory-agent-2.6.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.5.1/fusioninventory-agent_windows-x86_2.5.1.exe'
url64bit = 'https://github.com/fusioninventory/fusioninventory-agent/releases/download/2.5.1/fusioninventory-agent_windows-x64_2.5.1.exe'
url = 'https://github.com/fusioninventory/fusioninventory-agent/releases/download/2.6/fusioninventory-agent_windows-x86_2.6.exe'
url64bit = 'https://github.com/fusioninventory/fusioninventory-agent/releases/download/2.6/fusioninventory-agent_windows-x64_2.6.exe'
silentArgs = '/S /acceptlicense'
validExitCodes = @(0)
checksum = '9709d46bc2a88c78420a17d76c8c9ba9eeb137ca2abd938a8972e7eb5393b204'
checksum = '350d6efa3fa05a1a823740054f16ab6a9596c8b23eedf81e2c986d6baa872752'
checksumType = 'sha256'
checksum64 = '81c6f082c4aab64bbea106c4b388403c7874e4739aeae06c5063b136e45ac131'
checksum64 = '56482bd4ea451526f59d13c776d6bda2e066b887bd5a8c97f54a375b5db5b340'
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.5.1</version>
<version>2.6</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/2019/07/02/fusioninventory-agent-2.5.1.html</releaseNotes>
<releaseNotes>https://fusioninventory.org/2020/11/26/fusioninventory-agent-2.6.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.5.1/fusioninventory-agent_windows-x86_2.5.1-portable.exe' # NB: Theses EXE are 7z SFX
url64bit = 'https://github.com/fusioninventory/fusioninventory-agent/releases/download/2.5.1/fusioninventory-agent_windows-x64_2.5.1-portable.exe'
checksum = '8f2d0fbfd1f0119f25eb35331545cc8223b933ab1e70887fef4786b2ca2d2979'
url = 'https://github.com/fusioninventory/fusioninventory-agent/releases/download/2.6/fusioninventory-agent_windows-x86_2.6-portable.exe' # NB: Theses EXE are 7z SFX
url64bit = 'https://github.com/fusioninventory/fusioninventory-agent/releases/download/2.6/fusioninventory-agent_windows-x64_2.6-portable.exe'
checksum = '092d7405eda8659fac487ca6d4b611185ea6494a8e1697512fd2f29c9d756d9e'
checksumType = 'sha256'
checksum64 = 'c3810d13d4a02a5705253db8da78b32bbe6c4fd575307600cf90418c688a412b'
checksum64 = 'e1899ea5f28d28e8b6ec5d79494247fc50d9a5fa87dd0a87e9fb2d4195c2f86a'
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.5.1</version>
<version>2.6</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.5.1]" />
<dependency id="fusioninventory-agent.install" version="[2.6]" />
</dependencies>
<releaseNotes>http://fusioninventory.org/2019/07/02/fusioninventory-agent-2.5.1.html</releaseNotes>
<releaseNotes>https://fusioninventory.org/2020/11/26/fusioninventory-agent-2.6.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 5fc61cb

Please sign in to comment.