Skip to content

Commit

Permalink
AU: 2 updated - iceweasel rpcs3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 19, 2020
1 parent 55eee7a commit 150f55f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions iceweasel/iceweasel.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>82.0</version>
<version>82.0.2</version>
<id>iceweasel</id>
<title>Debian IceWeasel</title>
<description>Unofficial Iceweasel build of Firefox</description>
Expand All @@ -11,7 +11,7 @@
<authors>GNU Project</authors>
<tags>foss cross-platform unofficial web browser web-browser freedom privacy fork</tags>
<projectUrl>https://github.com/muslayev/iceweasel-win64</projectUrl>
<releaseNotes>[Firefox ESR](https://www.mozilla.org/en-US/firefox/82.0/releasenotes/)</releaseNotes>
<releaseNotes>[Firefox ESR](https://www.mozilla.org/en-US/firefox/82.0.2/releasenotes/)</releaseNotes>
<projectSourceUrl>https://github.com/muslayev/iceweasel-win64</projectSourceUrl>
<licenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</licenseUrl>
<iconUrl>https://cdn.staticaly.com/gh/TheCakeIsNaOH/chocolatey-packages/master/Icons/iceweasel.png</iconUrl>
Expand All @@ -25,4 +25,4 @@
<file src="tools\**" target="tools" />
<file src="legal\**" target="legal" />
</files>
</package>
</package>
4 changes: 2 additions & 2 deletions iceweasel/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/iceweasel-win64/releases/download/v82.0/iceweasel-82.0.en-US.win64.installer.exe
x64: https://github.com/muslayev/iceweasel-win64/releases/download/v82.0.2/iceweasel-82.0.2.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: 181A4AFFBDC26B571490F07DE54214E079D89ED0274F6BC5CD53E23519B1FA17
checksum64: EF676C0D49DE222FAD035E771548A8C6FA78590F0178A50AB9DE4F42D720D3C0
2 changes: 1 addition & 1 deletion rpcs3/rpcs3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>rpcs3</id>
<version>0.0.13-alpha11265</version>
<version>0.0.13-alpha11272</version>
<title>RPCS3</title>
<authors>Nekotekina, kd-11, Contributors</authors>
<owners>TheCakeIsNaOH, Stewart Cossey</owners>
Expand Down
4 changes: 2 additions & 2 deletions rpcs3/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)"
$url32 = 'https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-28cbba5a7d6e12b58c92e14f309cc7c40fb48f95/rpcs3-v0.0.13-11265-28cbba5a_win64.7z'
$checksum32 = '4ef03b94d97120418a4d3d4b3b45d818b7f4989f66fc208933681359a52cd2ac'
$url32 = 'https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-36f11934979659468db3ce376a8044763dab833d/rpcs3-v0.0.13-11272-36f11934_win64.7z'
$checksum32 = '5a57d18005f6b93b97623ddff7574ea31e290205707697ec00fccbd0fbdc05e3'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit 150f55f

Please sign in to comment.