Skip to content

Commit 4cf3ac7

Browse files
committed
AU: 3 updated - crystaldiskmark crystaldiskmark.install crystaldiskmark.portable
[skip ci] https://gist.github.com/mikeee/17b5a042cba1bd9da2bf21615aab4f0f/fc44003c3b3e5cc93308508be5ed402e1c4ffaa2
1 parent ed48d31 commit 4cf3ac7

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

automatic/crystaldiskmark.install/crystaldiskmark.install.nuspec

+12-12
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2121
<!-- version should MATCH as closely as possible with the underlying software -->
2222
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2323
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
24-
<version>8.0.4.99</version>
24+
<version>8.0.6</version>
2525
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/crystaldiskmark.install</packageSourceUrl>
2626
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2727
<owners>mikeee</owners>
@@ -45,21 +45,21 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
4545
<summary>CrystalDiskMark is a small benchmark utility.</summary>
4646
<description>CrystalDiskMark is a small benchmark utility for your Hard Disk Drives (HDDs) and Solid State Disks (SSDs).
4747

48-
## Features
48+
## Features
4949

50-
- Measure sequential reads/writes speed
51-
- Measure random 512KB, 4KB, 4KB (Queue Depth=32) reads/writes speed
52-
- Select test data (Random, 0Fill, 1Fill)
53-
- Theme support
54-
- Multi-Language support
50+
- Measure sequential reads/writes speed
51+
- Measure random 512KB, 4KB, 4KB (Queue Depth=32) reads/writes speed
52+
- Select test data (Random, 0Fill, 1Fill)
53+
- Theme support
54+
- Multi-Language support
5555

56-
## Important Notice
56+
## Important Notice
5757

58-
- "MB/s" means 1,000,000 byte/sec
59-
- The result depends on Test File Size, Test File Position, Fragmentation, IDE(PATA)/SATA/RAID/SCSI controller and CPU speed etc…
60-
- In a part of SSD, the result depends on test data(random, 0fill).
58+
- "MB/s" means 1,000,000 byte/sec
59+
- The result depends on Test File Size, Test File Position, Fragmentation, IDE(PATA)/SATA/RAID/SCSI controller and CPU speed etc…
60+
- In a part of SSD, the result depends on test data(random, 0fill).
6161

62-
**NOTE**: This package is automatically updated. If it is out of date and there is no newer package submitted, please use the `Contact Maintainers` functionality to alert me.
62+
**NOTE**: This package is automatically updated. If it is out of date and there is no newer package submitted, please use the `Contact Maintainers` functionality to alert me.
6363
</description>
6464
<releaseNotes>https://osdn.net/projects/crystaldiskmark/releases/p9583</releaseNotes>
6565
<!-- =============================== -->

automatic/crystaldiskmark.install/legal/VERIFICATION.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ VERIFICATION
22
Verification is intended to assist the Chocolatey moderators and community
33
in verifying that the contents of this package is trustworthy.
44

5-
The installer has been downloaded from the official download link listed on <https://osdn.net/projects/crystaldiskmark/releases/>
5+
The installer has been downloaded from the official download link listed on <https://sourceforge.net/p/crystaldiskmark/activity>
66
and can be verified like this:
77

88
1. Download the following installers:
9-
32-Bit: <https://osdn.net/frs/redir.php?m=dotsrc&f=crystaldiskmark/77936/CrystalDiskMark8_0_4c.exe>
9+
32-Bit: <https://netcologne.dl.sourceforge.net/project/crystaldiskmark/8.0.6/CrystalDiskMark8_0_6.exe>
1010
2. You can use one of the following methods to obtain the checksum
1111
- Use powershell function 'Get-Filehash'
1212
- Use chocolatey utility 'checksum.exe'
1313

1414
checksum type: sha256
15-
checksum32: C50D45A19224DAFAF924BCD0380204904D7DF08706A978821FFDC0AB1A4FF840
15+
checksum32: EA1CDEFC4A59FE6FC51CE41EF86F39B75114AF035199F9DCFEEBB8BD4C7873C9

automatic/crystaldiskmark.portable/crystaldiskmark.portable.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2121
<!-- version should MATCH as closely as possible with the underlying software -->
2222
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2323
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
24-
<version>8.0.4.99</version>
24+
<version>8.0.6</version>
2525
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/crystaldiskmark.portable</packageSourceUrl>
2626
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2727
<owners>mikeee</owners>

automatic/crystaldiskmark.portable/legal/VERIFICATION.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ VERIFICATION
22
Verification is intended to assist the Chocolatey moderators and community
33
in verifying that the contents of this package is trustworthy.
44

5-
The installer has been downloaded from the official download link listed on <https://osdn.net/projects/crystaldiskmark/releases/>
5+
The installer has been downloaded from the official download link listed on <https://sourceforge.net/p/crystaldiskmark/activity>
66
and can be verified like this:
77

88
1. Download the following package:
9-
URL: <https://osdn.net/frs/redir.php?m=dotsrc&f=crystaldiskmark/77936/CrystalDiskMark8_0_4c.zip>
9+
URL: <https://netcologne.dl.sourceforge.net/project/crystaldiskmark/8.0.6/CrystalDiskMark8_0_6.zip>
1010
2. You can use one of the following methods to obtain the checksum
1111
- Use powershell function 'Get-Filehash'
1212
- Use chocolatey utility 'checksum.exe'
1313

1414
checksum_type: sha256
15-
file_checksum: 0513B11ACDE65E3C26CEFAA90EDEA4896B4FCE1D67478AF16B23F5A8CF9C7512
15+
file_checksum: 42d4ca081aa9c90ca96f8cf76a493bde2afe6d197df671760713d3c4191d0c6d

automatic/crystaldiskmark/crystaldiskmark.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2121
<!-- version should MATCH as closely as possible with the underlying software -->
2222
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2323
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
24-
<version>8.0.4.99</version>
24+
<version>8.0.6</version>
2525
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/crystaldiskmark</packageSourceUrl>
2626
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2727
<owners>mikeee</owners>

automatic/crystaldiskmark/legal/VERIFICATION.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ VERIFICATION
22
Verification is intended to assist the Chocolatey moderators and community
33
in verifying that the contents of this package is trustworthy.
44

5-
The installer has been downloaded from the official download link listed on <https://osdn.net/projects/crystaldiskmark/releases/>
5+
The installer has been downloaded from the official download link listed on <https://sourceforge.net/p/crystaldiskmark/activity>
66
and can be verified like this:
77

88
1. Download the following installers:
9-
32-Bit: <https://osdn.net/frs/redir.php?m=dotsrc&f=crystaldiskmark/77936/CrystalDiskMark8_0_4c.exe>
9+
32-Bit: <https://netcologne.dl.sourceforge.net/project/crystaldiskmark/8.0.6/CrystalDiskMark8_0_6.exe>
1010
2. You can use one of the following methods to obtain the checksum
1111
- Use powershell function 'Get-Filehash'
1212
- Use chocolatey utility 'checksum.exe'
1313

1414
checksum type: sha256
15-
checksum32: C50D45A19224DAFAF924BCD0380204904D7DF08706A978821FFDC0AB1A4FF840
15+
checksum32: EA1CDEFC4A59FE6FC51CE41EF86F39B75114AF035199F9DCFEEBB8BD4C7873C9

0 commit comments

Comments
 (0)