Skip to content

Commit

Permalink
AU: 2 updated - advanced-installer icecat
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 22, 2020
1 parent 180cf68 commit 981b917
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion advanced-installer/advanced-installer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>advanced-installer</id>
<title>Advanced Installer</title>
<version>17.5</version>
<version>17.6</version>
<authors>Caphyon</authors>
<owners>TheCakeIsNaOH</owners>
<summary>Your solution for application packaging and deployment.</summary>
Expand Down
4 changes: 2 additions & 2 deletions advanced-installer/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)"
$url = 'https://www.advancedinstaller.com/downloads/17.5/advinst.msi'
$checksum = '273b636f8f5a3601e1250a00f286e38a2b404469fa3c9aaa7d0fc863717bd143'
$url = 'https://www.advancedinstaller.com/downloads/17.6/advinst.msi'
$checksum = 'bff385920bbf003fbf084df54a58dc6d1337d638e45e615a1e5cd800f824a499'

$packageArgs = @{
packageName = 'advanced-installer'
Expand Down
4 changes: 2 additions & 2 deletions icecat/icecat.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one.-->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<version>78.3.0</version>
<version>78.4.0</version>
<id>icecat</id>
<title>GNU IceCat</title>
<description>
Expand All @@ -20,7 +20,7 @@ However, IceCat is not a straight fork of Firefox ESR; instead, it is a parallel
<authors>GNU Project</authors>
<tags>foss cross-platform unofficial gnu icecat web browser web-browser firefox freedom privacy esr fork</tags>
<projectUrl>https://www.gnu.org/software/gnuzilla/</projectUrl>
<releaseNotes>[GNU IceCat](https://git.savannah.gnu.org/cgit/gnuzilla.git/tree/data/Changelog.IceCat), [Firefox ESR](https://www.mozilla.org/en-US/firefox/78.3.0/releasenotes/)</releaseNotes>
<releaseNotes>[GNU IceCat](https://git.savannah.gnu.org/cgit/gnuzilla.git/tree/data/Changelog.IceCat), [Firefox ESR](https://www.mozilla.org/en-US/firefox/78.4.0/releasenotes/)</releaseNotes>
<projectSourceUrl>https://git.savannah.gnu.org/cgit/gnuzilla.git</projectSourceUrl>
<licenseUrl>https://git.savannah.gnu.org/cgit/gnuzilla.git/tree/COPYING</licenseUrl>
<iconUrl>https://cdn.statically.io/gh/TheCakeIsNaOH/chocolatey-packages/master/Icons/icecat.png</iconUrl>
Expand Down
4 changes: 2 additions & 2 deletions icecat/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Package can be verified like this:

1. Go to

x64: https://github.com/muslayev/icecat-win64/releases/download/v78.3.0/icecat-78.3.0.en-US.win64.installer.exe
x64: https://github.com/muslayev/icecat-win64/releases/download/v78.4.0/icecat-78.4.0.en-US.win64.installer.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'

checksum64: C0EF5900B2E56971651DADD2558B43804D896CBB9717E16CF475DDBE1963DF5F
checksum64: FAF8695125F1ED94F03384C332E719CE32F05D389FB9881C4F88321A8EA72F46

0 comments on commit 981b917

Please sign in to comment.