Skip to content

Commit

Permalink
AU: 2 updated - unison wakemeonlan
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jan 5, 2021
1 parent bb12f2a commit 9e0c519
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 15 deletions.
4 changes: 2 additions & 2 deletions automatic/unison/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/bcpierce00/unison/releases/download/v2.51.3/unison-v2.51.3+ocaml-4.05.0+x86_64.windows.zip'
$checksum = '3e45b426ba2f286a1b5437ed9715c3d93f89df73927afae6bbcb8223bde02feb'
$url = 'https://github.com/bcpierce00/unison/releases/download/v2.51.4_rc1/unison-v2.51.4_rc1+ocaml-4.05.0+x86_64.windows.zip'
$checksum = 'b0ef33c232ef31d39bd8729d79efd28d5712411c28a424a94d82ae1887ecfc3e'
$checksumType = 'sha256'

Install-ChocolateyZipPackage -PackageName "$packageName" `
Expand Down
4 changes: 2 additions & 2 deletions automatic/unison/unison.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>unison</id>
<title>Unison</title>
<version>2.51.3</version>
<version>2.51.4-rc1</version>
<authors>Benjamin C. Pierce</authors>
<owners>tunisiano</owners>
<summary>File-synchronization tool for OSX, Unix, and Windows</summary>
Expand Down Expand Up @@ -37,7 +37,7 @@ where it differs:
### 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)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
]]></description>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/unison</packageSourceUrl>
<projectUrl>http://www.cis.upenn.edu/~bcpierce/unison/</projectUrl>
Expand Down
6 changes: 3 additions & 3 deletions automatic/wakemeonlan/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = '{{DownloadUrl}}'
$checksum = '{{Checksum}}'
$url = 'https://www.nirsoft.net/utils/wakemeonlan.zip'
$checksum = '35cae0c696df04104edcbb4f6bab40316152294cbaac70dcdeca6538e1edd9ad'
$checksumType = 'sha256'
#$url64 = $env:ChocolateyPackageName
#$checksum64 = $env:ChocolateyPackageName
Expand Down
26 changes: 18 additions & 8 deletions automatic/wakemeonlan/wakemeonlan.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,31 @@
<!--Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one.-->
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>{{PackageName}}</id>
<id>wakemeonlan</id>
<title>WakeMeOnLan</title>
<version>1.86</version>
<version>1.87</version>
<authors>Nir Sofer</authors>
<owners>tunisiano</owners>
<summary>Turn on computers on your network with Wake-on-LAN packet</summary>
<description>
This utility allows you to easily turn on one or more computers remotely by sending Wake-on-LAN (WOL) packet to the remote computers.
<description><![CDATA[## Wake Me On LAN
This utility allows you to easily turn on one or more computers remotely by sending
Wake-on-LAN (WOL) packet to the remote computers.
When your computers are turned on, WakeMeOnLan allows you to scan your network, and collect the MAC addresses of all your computers, and save the computers list into a file.
When your computers are turned on, WakeMeOnLan allows you to scan your network, and
collect the MAC addresses of all your computers, and save the computers list into a file.
Later, when your computers are turned off or in standby mode, you can use the stored computers list to easily choose the computer you want to turn on, and then turn on all these computers with a single click.
Later, when your computers are turned off or in standby mode, you can use the stored
computers list to easily choose the computer you want to turn on, and then turn on all
these computers with a single click.
WakeMeOnLan also allows you to turn on a computer from command-line, by specifying the computer name, IP address, or the MAC address of the remote network card.
</description>
WakeMeOnLan also allows you to turn on a computer from command-line, by specifying the
computer name, IP address, or the MAC address of the remote network card.
### 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)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
]]></description>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/wakemeonlan</packageSourceUrl>
<projectUrl>http://www.nirsoft.net/utils/wake_on_lan.html</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d93af7e531d05df9e326830b206bcaa167ea011c/icons/wakemeonlan.png</iconUrl>
Expand Down

0 comments on commit 9e0c519

Please sign in to comment.