Skip to content

Commit

Permalink
AU: 3 updated - octave.portable Waterfox yumi-uefi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 27, 2020
1 parent 38fb0d3 commit ebc107b
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 35 deletions.
2 changes: 1 addition & 1 deletion automatic/octave.portable/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@aa4dfe9a33e28ea4a94616e84b3648527d4fa87f/icons/octave.png" width="48" height="48"/> [octave.portable](https://chocolatey.org/packages/octave.portable)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@aa4dfe9a33e28ea4a94616e84b3648527d4fa87f/icons/octave.png" width="48" height="48"/> [octave.portable](https://chocolatey.org/packages/octave.portable)

## GNU Octave - Scientific Programming Language

Expand Down
8 changes: 4 additions & 4 deletions automatic/octave.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ location on <https://www.gnu.org/software/octave/download.html>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-5.1.0-w32.7z>
64-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-5.1.0-w64.7z>
32-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-6.1.0-w32.7z>
64-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-6.1.0-w64.7z>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -18,7 +18,7 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum32: b7a8fb8c78c781285ab12f4dedbdc07fdc42c3a03da812ffe2eaa77d49872618
checksum64: b13549ad2f69654e25d51c70aad9dfe0635007303d855550c7c6dc2f73af8035
checksum32: c8d94ac9049ffb1605ed4ff3058b4d23a9430705c8f59791013e63fc78b018bf
checksum64: 174c5d56b6845ab0e69a860eaed3f9502569bf4686e05fcce1550e97774a769a

File 'gpl-3.0.txt' is obtained from <https://www.gnu.org/software/octave/license.html>
8 changes: 4 additions & 4 deletions automatic/octave.portable/octave.portable.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>octave.portable</id>
<version>5.1.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/octave.portable</packageSourceUrl>
<version>6.1.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/octave.portable</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>GNU Octave (Portable)</title>
<authors>John W. Eaton</authors>
<projectUrl>https://www.gnu.org/software/octave</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@aa4dfe9a33e28ea4a94616e84b3648527d4fa87f/icons/octave.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@aa4dfe9a33e28ea4a94616e84b3648527d4fa87f/icons/octave.png</iconUrl>
<copyright>(c) 1998-2017 John W. Eaton</copyright>
<licenseUrl>https://www.gnu.org/software/octave/license.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -30,7 +30,7 @@ Octave has extensive tools for solving common numerical linear algebra problems,
* Octave Forge, a central location for development of packages for GNU Octave, similar to Matlab's toolboxes.
* Free software, runs on GNU/Linux, macOS, BSD, and Windows
]]></description>
<releaseNotes>https://www.gnu.org/software/octave/news/release/2019/03/01/octave-5.1-released.html</releaseNotes>
<releaseNotes>https://www.gnu.org/software/octave/news/release/2020/01/31/octave-5.2.0-released.html</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
10 changes: 5 additions & 5 deletions automatic/octave.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version = '5.1.0'
$version = '6.1.0'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$progDir = "$toolsDir\octave"
Expand All @@ -8,10 +8,10 @@ $osBitness = Get-OSArchitectureWidth
$packageArgs = @{
PackageName = 'octave.portable'
UnzipLocation = $toolsDir
Url = 'https://ftp.gnu.org/gnu/octave/windows/octave-5.1.0-w32.7z'
Url64 = 'https://ftp.gnu.org/gnu/octave/windows/octave-5.1.0-w64.7z'
Checksum = 'b7a8fb8c78c781285ab12f4dedbdc07fdc42c3a03da812ffe2eaa77d49872618'
Checksum64 = 'b13549ad2f69654e25d51c70aad9dfe0635007303d855550c7c6dc2f73af8035'
Url = 'https://ftp.gnu.org/gnu/octave/windows/octave-6.1.0-w32.7z'
Url64 = 'https://ftp.gnu.org/gnu/octave/windows/octave-6.1.0-w64.7z'
Checksum = 'c8d94ac9049ffb1605ed4ff3058b4d23a9430705c8f59791013e63fc78b018bf'
Checksum64 = '174c5d56b6845ab0e69a860eaed3f9502569bf4686e05fcce1550e97774a769a'
ChecksumType = 'sha256'
ChecksumType64 = 'sha256'
}
Expand Down
36 changes: 23 additions & 13 deletions automatic/waterfox/Readme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@2171e76d9468526e4e792d20ac6b68e1a8fdc93a/icons/waterfox.png" width="48" height="48"/> [waterfox](https://chocolatey.org/packages/waterfox)

Waterfox is a specialised modification of the Mozilla platform, designed for privacy and user choice in mind.
Use this version of Waterfox if you want the latest and greatest the web has to offer, want to use all WebExtensions and a few bootstrap extensions.

**How and why Waterfox is here...**
Waterfox was started back in March 2011 by [Alex Kontos](https://github.com/MrAlex94), a 16 year old student.
He had a fascination for the web and wanted to help expand on the ideals of what Mozilla had for a free and open web.
And so he decided to make Waterfox, a 64-Bit browser based on Mozilla's free and open source platform.

Waterfox was one of the first widely distributed 64-Bit browsers on the web and quickly gained a loyal following.
At a time Waterfox had one thing in mind: speed, but now Waterfox also attempts to be an ethical, user-oriented browser

Waterfox focuses on giving users choice while also helping make the world a better place.
Watefox is partners with Ecosia, a search engine that plants trees with its generated revenues.
The browser itself is focused on power users, which lets you make the important decisions.
There is no plugin whitelist, you can run whichever extensions you like and absolutely no data or
telemetry is sent back to Mozilla or the Waterfox project.

## Features

* Compiled with Clang-cl on Windows, Clang+LLVM on Linux
* Disabled Encrypted Media Extensions (EME)
* Disabled Web Runtime (deprecated as of 2015)
* Removed Pocket
* Removed Telemetry
* Removed data collection
* Removed startup profiling
* Allow running of all 64-Bit NPAPI plugins
* Allow running of unsigned extensions
* Removal of Sponsored Tiles on New Tab Page
* Addition of Duplicate Tab option (toggle with browser.tabs.duplicateTab, thanks to PandaCodex)
* Locale selector in about:preferences > General (further improved by PandaCodex)
- Built with Clang-cl on Windows
- No Adobe DRM
- No Pcket
- No data collection
- Run every 64-Bit plugin
- Run every Add-On (even unsigned ones!)
- Windows XP 64-Bit Support
- More under the hood changes...
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://www.waterfox.net/releases/>
and can be verified like this:

1. Download <https://cdn.waterfox.net/releases/win64/installer/Waterfox%20G3.0.0.1%20Setup.exe>
1. Download <https://cdn.waterfox.net/releases/win64/installer/Waterfox%20G3.0.1%20Setup.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 7807108E4F098664C7DF4008C1121978F12CA7C605F38AEA107726F9B881DEBE
checksum: B5C92C20048A9EEDDEC7B6C7732EB982FA74E2D9EE5C44F313764CC46BD59D50

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
2 changes: 1 addition & 1 deletion automatic/waterfox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
packageName = 'Waterfox'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Waterfox G3.0.0.1 Setup_x64.exe"
file = "$toolsDir\Waterfox G3.0.1 Setup_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current": "20113.0.0.1",
"current": "20113.0.1",
"classic": "2020.10"
}
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Waterfox</id>
<version>20113.0.0.1</version>
<version>20113.0.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox </title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/yumi-uefi/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <http://www.pendrivelinux.com/yumi-multiboot-usb-creator/>
and can be verified by doing the following:

1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-UEFI-0.0.3.1.exe>
1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-UEFI-0.0.3.2.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: C65B4EB1891F0A2240257670621DF404AA8D5C34EDE136D22F878AC7D789775D
checksum: FA3688FAFE2D489EAC47C74ED043F8F2694413AD1F913B0A37D3788FC1298560

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl.txt>
This license was linked to from the following page <https://www.pendrivelinux.com/disclaimer/>
2 changes: 1 addition & 1 deletion automatic/yumi-uefi/yumi-uefi.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>yumi-uefi</id>
<version>0.0.3.1</version>
<version>0.0.3.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/yumi-uefi</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>YUMI UEFI (Your Universal Multiboot Installer)</title>
Expand Down

0 comments on commit ebc107b

Please sign in to comment.