Skip to content

Commit

Permalink
AU: 2 updated - dumo onionshare
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 10, 2022
1 parent 9b4e1bc commit 672998f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/dumo/dumo.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>dumo</id>
<version>2.25.0.120</version>
<version>2.25.1.121</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/dumo</packageSourceUrl>
<owners>AdmiringWorm, dtgm, adgellida</owners>
<title>DUMo</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/dumo/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Wed, 27 Apr 2022 12:21:57 GMT|2.25.0.120
Sun, 09 Oct 2022 19:51:05 GMT|2.25.1.121
2 changes: 1 addition & 1 deletion automatic/dumo/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://kcsoftwares.com/files/dumo_lite.exe'
softwareName = 'KC Softwares DUMo'
checksum = '2DA4BFE4A2F5454048E195CB561A4CC29987E6FADF9D7ED0A85BC8FB4ADA7FAE81369DF20A0EF426FFA8BF8273302197C728A7F459402304926A2684C7859F71'
checksum = 'D4F70ADD126314BD6121AADB358CAA8E688295F07FA60489AA498277A68EBF60233219C52BC57E5FD62BCBF1A047FA52A09FDFB6065CFE7B208DE9752BC585BA'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/onionshare/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from their source releases section
location on <https://github.com/micahflee/onionshare/releases>
and can be verified by doing the following:

1. Download the following <https://github.com/onionshare/onionshare/releases/download/v2.6.dev1/OnionShare-win32-2.6.dev1.msi>
1. Download the following <https://github.com/onionshare/onionshare/releases/download/v2.6/OnionShare-win32-2.6.msi>
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: 0B2F30BCA4E4B4A7C4AE9DE1667FBAE99D293E99587A926B17AF2CE3BC34AD19
checksum: C20C038F72B2FD120D233A8160D4ABF03D1C4BDE8A54C99C8E009ECC823B45D3

The file 'LICENSE.txt' has been obtained from <https://github.com/micahflee/onionshare/blob/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/onionshare/onionshare.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "2.5",
"stable": "2.6",
"unstable": "2.6-dev1"
}
4 changes: 2 additions & 2 deletions automatic/onionshare/onionshare.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>onionshare</id>
<version>2.6-dev1</version>
<version>2.6</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/onionshare</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>OnionShare</title>
<authors>Micah Lee</authors>
<projectUrl>https://onionshare.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@c17eafc7449264771b68e5854e6b952371c6b517/automatic/onionshare/icons/128x128.png</iconUrl>
<licenseUrl>https://github.com/micahflee/onionshare/blob/v2.6.dev1/LICENSE</licenseUrl>
<licenseUrl>https://github.com/micahflee/onionshare/blob/v2.6/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/micahflee/onionshare</projectSourceUrl>
<docsUrl>https://github.com/micahflee/onionshare/wiki</docsUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/onionshare/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Report-LegacyInstalls
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\OnionShare-win32-2.6.dev1.msi"
file = "$toolsPath\OnionShare-win32-2.6.msi"
softwareName = 'OnionShare'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`" ALLUSERS=1 MSIINSTALLPERUSER=0"
validExitCodes = @(0)
Expand Down

0 comments on commit 672998f

Please sign in to comment.