Skip to content

Commit

Permalink
AU: 3 updated - brave ultradefrag yo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 1, 2019
1 parent 66297fa commit 929bb38
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "0.65.121",
"beta": "0.67.97-beta"
"beta": "0.67.98-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>0.67.97-beta</version>
<version>0.67.98-beta</version>
<title>Brave Browser (Beta)</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v0.67.97/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.67.97/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v0.67.98/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.67.98/BraveBrowserSilentBetaSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: EDB06A9FD5BEBA07D325D68DBB71F41298F898A7B11FC6A2F254FF92DF25A8EB
checksum64: D992B0525E1F375630B1DCD1F57F8874E9FEEE863982CD8073B2232303C409C0
checksum32: 666E1C84C371F9EBB497A9AD682E6EC7B5E8A264FE35896BBA4A585403A02F69
checksum64: 1F2F96860DCE5EBF60F1A6D20C0E98FB240DFA7A58B86C8E8493459375660F91

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/ultradefrag/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@f47c573f12e0505f678bcdbe75624d128704f393/icons/ultradefrag.png" width="48" height="48"/> [ultradefrag](https://chocolatey.org/packages/ultradefrag)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@f47c573f12e0505f678bcdbe75624d128704f393/icons/ultradefrag.png" width="48" height="48"/> [ultradefrag](https://chocolatey.org/packages/ultradefrag)


UltraDefrag is an open source disk defragmenter for Windows. It eliminates the file fragmentation problem speeding up the computers which need less mechanical work to read continuous data from disks. UltraDefrag can fix almost everything including files which are usually locked - it launches inside of the Windows boot process when most of the files are still not in use.
Expand Down
12 changes: 6 additions & 6 deletions automatic/ultradefrag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <>
location on <https://sourceforge.net/projects/ultradefrag/files/stable-release/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <>
64-Bit software: <>
32-Bit software: <https://sourceforge.net/projects/ultradefrag/files/stable-release/7.1.2/ultradefrag-7.1.2.bin.i386.exe/download>
64-Bit software: <https://sourceforge.net/projects/ultradefrag/files/stable-release/7.1.2/ultradefrag-7.1.2.bin.amd64.exe/download>
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:
checksum32:
checksum64:
checksum type: sha256
checksum32: 605C0308A90767F9F7A1B4EF359DC47D8EC9470C51FC643FC10B8B76A21F0906
checksum64: 847AE1F09501BA66EFBC97F56D6C02D2519632E031F24FC841F0F7A6ED40C888

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>
6 changes: 3 additions & 3 deletions automatic/ultradefrag/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

Expand All @@ -11,8 +11,8 @@ $silentArgs += if ($pp.NoBootInterface) { " /BOOT=0"; Write-Host 'Boot inte
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\"
file64 = "$toolsPath\"
file = "$toolsPath\ultradefrag-7.1.2.bin.i386.exe"
file64 = "$toolsPath\ultradefrag-7.1.2.bin.amd64.exe"
silentArgs = $silentArgs
validExitCodes = @(0)
softwareName = 'Ultra Defragmenter'
Expand Down
6 changes: 3 additions & 3 deletions automatic/ultradefrag/ultradefrag.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>ultradefrag</id>
<title>UltraDefrag</title>
<owners>chocolatey</owners>
<version>7.1.1</version>
<version>7.1.2</version>
<authors>Dmitri Arkhangelski et al.</authors>
<summary>UltraDefrag is a powerful Open Source Defragmentation tool for the Windows Platform</summary>
<description><![CDATA[
Expand Down Expand Up @@ -44,9 +44,9 @@ Example: `choco install ultradefrag --params "/NoShellExtension /NoBootInterface
<docsUrl>https://ultradefrag.net/index.shtml?help-and-support</docsUrl>
<licenseUrl>https://sourceforge.net/p/ultradefrag/code/HEAD/tree/trunk/src/LICENSE.TXT</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@f47c573f12e0505f678bcdbe75624d128704f393/icons/ultradefrag.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@f47c573f12e0505f678bcdbe75624d128704f393/icons/ultradefrag.png</iconUrl>
<releaseNotes>https://ultradefrag.net/HISTORY.TXT</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/ultradefrag</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/ultradefrag</packageSourceUrl>
<projectSourceUrl>https://sourceforge.net/p/ultradefrag/code/HEAD/tree</projectSourceUrl>
<bugTrackerUrl>https://sourceforge.net/p/ultradefrag/bugs</bugTrackerUrl>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion automatic/yo/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@9e732d13804ce0097f9c52c080241edc560acbf9/icons/yo.png" width="48" height="48"/> [yo](https://chocolatey.org/packages/yo)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@9e732d13804ce0097f9c52c080241edc560acbf9/icons/yo.png" width="48" height="48"/> [yo](https://chocolatey.org/packages/yo)


Yeoman is a generic scaffolding system allowing the creation of any kind of app.
Expand Down
2 changes: 1 addition & 1 deletion automatic/yo/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Update-SessionEnvironment

$version = '2.0.6'
$version = '3.0.0'

npm install -g yo@$version
6 changes: 3 additions & 3 deletions automatic/yo/yo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>yo</id>
<title>Yeoman</title>
<version>2.0.6</version>
<version>3.0.0</version>
<authors>The Yeoman Team</authors>
<owners>chocolatey, Pascal Berger</owners>
<summary>CLI tool for running Yeoman generators</summary>
Expand All @@ -25,12 +25,12 @@ Yeoman is always the right choice for your scaffolding needs.
<projectSourceUrl>https://github.com/yeoman/yo</projectSourceUrl>
<docsUrl>http://yeoman.io/learning/</docsUrl>
<bugTrackerUrl>https://github.com/yeoman/yo/issues</bugTrackerUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/yo</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/yo</packageSourceUrl>
<tags>nodejs node javascript web foss cross-platform cli</tags>
<licenseUrl>https://opensource.org/licenses/bsd-license.php/</licenseUrl>
<copyright>© Google</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@9e732d13804ce0097f9c52c080241edc560acbf9/icons/yo.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@9e732d13804ce0097f9c52c080241edc560acbf9/icons/yo.png</iconUrl>
<releaseNotes>https://github.com/yeoman/yo/releases</releaseNotes>
<dependencies>
<dependency id="nodejs" version="0.12.0" />
Expand Down

0 comments on commit 929bb38

Please sign in to comment.