Skip to content

Commit

Permalink
AU: 5 updated - ddu dogecoin dogecoin.install dogecoin.portable sysmon
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 17, 2020
1 parent c31dff4 commit 0b985b9
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 18 deletions.
2 changes: 1 addition & 1 deletion automatic/ddu/ddu.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ddu</id>
<title>Display Driver Uninstaller</title>
<version>18.0.3.0</version>
<version>18.0.3.2</version>
<authors>Ghislain Harvey,Shady757</authors>
<owners>tunisiano</owners>
<summary>Utility to completely remove system drivers</summary>
Expand Down
6 changes: 3 additions & 3 deletions automatic/ddu/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'
$url = 'https://www.wagnardsoft.com/DDU/download/DDU%20v18.0.3.0.exe'
$checksum = '4b23874c5bb024facf50ec2a4df6729fb01584829f13d0876abe63f06cd9bd52'
$url = 'https://www.wagnardsoft.com/DDU/download/DDU%20v18.0.3.2.exe'
$checksum = '947c5651a3f75f8617d581846be51bbec0cd51edbc6a34fea6f5f7c0cdf9b1a5'
$checksumType = 'sha256'
$referer = 'https://www.wagnardsoft.com/forums/viewtopic.php?f=5&t=3271'
$referer = 'https://www.wagnardsoft.com/forums/viewtopic.php?f=5&t=3277'

Invoke-WebRequest -Uri $referer -OutFile "$env:TEMP/test.html" # Required to be allowed just after

Expand Down
5 changes: 3 additions & 2 deletions automatic/dogecoin.install/dogecoin.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
<metadata>
<id>dogecoin.install</id>
<title>Dogecoin Core Wallet (Install)</title>
<version>1.14.1</version>
<version>1.14.2</version>
<authors>Jackson Palmer</authors>
<owners>tunisiano</owners>
<summary>Cryptocurrency like Bitcoin, although it does not use SHA256 as its proof of work (POW)</summary>
<description><![CDATA[## Dogecoin
Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.
### Known issue
Virus detection discussed here : https://github.com/dogecoin/dogecoin/issues/1643
Virus detection discussed here : https://github.com/dogecoin/dogecoin/issues/1643#issuecomment-686083799
the software include cryptocurrency miner that are considered as virus
#### Documentation
* [FAQ](https://github.com/dogecoin/dogecoin#very-much-frequently-asked-questions)
Expand Down
2 changes: 1 addition & 1 deletion automatic/dogecoin.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$ErrorActionPreference = 'Stop'
$packageName = '{{PackageName}}'
$packageName = '$env:ChocolateyPackageName'
$installerType = 'exe'
$silentArgs = '/S'
$url = 'https://github.com/dogecoin/dogecoin/releases/download/v1.14.2/dogecoin-1.14.2-win32-setup-unsigned.exe'
Expand Down
4 changes: 2 additions & 2 deletions automatic/dogecoin.install/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$ErrorActionPreference = 'Stop'
$packageName = '{{PackageName}}'
$ErrorActionPreference = 'Stop'
$packageName = '$env:ChocolateyPackageName'
$packageSearch = "Dogecoin Core"
$installerType = 'exe'
$silentArgs = '/S'
Expand Down
5 changes: 3 additions & 2 deletions automatic/dogecoin.portable/dogecoin.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
<metadata>
<id>dogecoin.portable</id>
<title>Dogecoin Core Wallet (Portable)</title>
<version>1.14.1</version>
<version>1.14.2</version>
<authors>Jackson Palmer</authors>
<owners>tunisiano</owners>
<summary>Cryptocurrency like Bitcoin, although it does not use SHA256 as its proof of work (POW)</summary>
<description><![CDATA[## Dogecoin
Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.
### Known issue
Virus detection discussed here : https://github.com/dogecoin/dogecoin/issues/1643
Virus detection discussed here : https://github.com/dogecoin/dogecoin/issues/1643#issuecomment-686083799
the software include cryptocurrency miner that are considered as virus
#### Documentation
* [FAQ](https://github.com/dogecoin/dogecoin#very-much-frequently-asked-questions)
Expand Down
2 changes: 1 addition & 1 deletion automatic/dogecoin.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$ErrorActionPreference = 'Stop'
$packageName = '{{PackageName}}'
$packageName = '$env:ChocolateyPackageName'
$url = 'https://github.com/dogecoin/dogecoin/releases/download/v1.14.2/dogecoin-1.14.2-win32.zip'
$checksum = '4851613ca6677030acd1a85afce5c7544f3fdc000fd4be219afc570de1e32bc6'
$checksumType = 'sha256'
Expand Down
5 changes: 3 additions & 2 deletions automatic/dogecoin/dogecoin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
<metadata>
<id>dogecoin</id>
<title>Dogecoin Core Wallet</title>
<version>1.14.1</version>
<version>1.14.2</version>
<authors>Jackson Palmer</authors>
<owners>tunisiano</owners>
<summary>Cryptocurrency like Bitcoin, although it does not use SHA256 as its proof of work (POW)</summary>
<description><![CDATA[## Dogecoin
Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.
### Known issue
Virus detection discussed here : https://github.com/dogecoin/dogecoin/issues/1643
Virus detection discussed here : https://github.com/dogecoin/dogecoin/issues/1643#issuecomment-686083799
the software include cryptocurrency miner that are considered as virus
#### Documentation
* [FAQ](https://github.com/dogecoin/dogecoin#very-much-frequently-asked-questions)
Expand Down
11 changes: 8 additions & 3 deletions automatic/sysmon/sysmon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@
<metadata>
<id>sysmon</id>
<title>Sysmon</title>
<version>11.11</version>
<version>12.0</version>
<authors>Mark Russinovich</authors>
<owners>tunisiano</owners>
<summary>Monitors and reports key system activity via the Windows event log</summary>
<description>
<description><![CDATA[## Sysmon
Monitors and reports key system activity via the Windows event log.
</description>
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
]]></description>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/sysmon</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@97d5d406c80dd0e030efa3ead84299753f2a5409/icons/sysmon.png</iconUrl>
<projectUrl>http://technet.microsoft.com/sysinternals/dn798348</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysmon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://download.sysinternals.com/files/Sysmon.zip'
$checksum = '8d78706b5ed7b7ec2c80bb388e3d361ba2d4b0461cbbd0c787cf523d4cfbfd81'
$checksum = '4770af1c7ba31be9a73c8607292dd2a3617bec56271dafce84e49088057701a1'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 0b985b9

Please sign in to comment.