Skip to content

Commit

Permalink
AU: 2 updated - lightworks thunderbird
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 25, 2020
1 parent e418382 commit a4234c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/lightworks/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@11eb42db9030a5a8d735fd56e2ad8bf62d365cff/icons/lightworks.png" width="48" height="48"/> [lightworks](https://chocolatey.org/packages/lightworks)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@11eb42db9030a5a8d735fd56e2ad8bf62d365cff/icons/lightworks.png" width="48" height="48"/> [lightworks](https://chocolatey.org/packages/lightworks)


__Lightworks__ is Academy and Emmy award-winning, professional Non-Linear Editing (NLE) software supporting resolutions up to 4K.
Expand Down
6 changes: 3 additions & 3 deletions automatic/lightworks/lightworks.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>lightworks</id>
<title>Lightworks</title>
<version>14.5</version>
<version>2020.1</version>
<authors>EditShare LLC</authors>
<owners>Redsandro</owners>
<summary>Lightworks is a professional NLE for editing and mastering digital video.</summary>
Expand All @@ -30,12 +30,12 @@ For a feature comparison, see [www.lwks.com](https://www.lwks.com/index.php?opti
]]></description>
<projectUrl>http://www.lwks.com/</projectUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/lightworks</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/lightworks</packageSourceUrl>
<tags>NLE video editor lightworks freeware multimedia FOSS cross-platform</tags>
<copyright></copyright>
<licenseUrl>https://en.wikipedia.org/wiki/Freemium</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@11eb42db9030a5a8d735fd56e2ad8bf62d365cff/icons/lightworks.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@11eb42db9030a5a8d735fd56e2ad8bf62d365cff/icons/lightworks.png</iconUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions automatic/lightworks/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'lightworks'
fileType = 'EXE'
url = 'https://downloads.lwks.com/v14-5/lightworks_v14.5.0_full_32bit_setup.exe'
url64bit = 'https://downloads.lwks.com/v14-5/lightworks_v14.5.0_full_64bit_setup.exe'
checksum = 'a921c043b01d8804fc1365580a4cf29a4022d1812d1d5101d33eccc5fc978921'
checksum64 = '55b75aa1d8c35a49920576f59c4a9f336c9fa0498c8a0c580e2c2004ece594af'
url = 'https://cdn.lwks.com/releases/lightworks_2020.1_r122068_32bit_setup.exe'
url64bit = 'https://lwks.s3.amazonaws.com/releases/lightworks_2020.1_r122068_64bit_setup.exe'
checksum = '9e1eae53642aad696a7598ee27be0db912381266654ee4394daa4e8fb6c5a594'
checksum64 = 'd55db9340de2566de69eedc468fa7e6d0e49e2a3643193adadb2283d5fcc683d'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/S'
Expand Down

0 comments on commit a4234c0

Please sign in to comment.