Skip to content

Commit

Permalink
AU: 3 updated - freevideoeditor paint.net zotero-standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 3, 2017
1 parent f69ef97 commit 3db4ce8
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
9 changes: 5 additions & 4 deletions automatic/freevideoeditor/freevideoeditor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<metadata>
<id>freevideoeditor</id>
<title>VSDC Free Video Editor</title>
<version>5.7.8</version>
<version>5.8.1</version>
<authors>Flash-Integro LLC</authors>
<owners>chocolatey</owners>
<summary>Simple video editor.</summary>
<description>
<description><![CDATA[
Free video software that allows you to edit video files and create videos of all types. It supports the most popular video/audio formats and codecs, including DVD, HD and GoPro videos. Preconfigured profiles make the creation of videos for various multimedia and mobile devices a snap.
The video editor offers a number of versatile features both for home and business use: text and audio overlay, an array of charts and diagrams as well as a slideshow maker.
Non-linear editing system. It means that video files and images do not necessarily have to follow a specific sequence they can be in various places at any point of time. Besides, all objects can change their properties, shape and position in time.
Non-linear editing system. It means that video files and images do not necessarily have to follow a specific sequence – they can be in various places at any point of time. Besides, all objects can change their properties, shape and position in time.
Hardware acceleration, multi-color Chroma Key, adjustable parameters settings and enhanced resolution make VSDC a real time and effort saving tool allowing for creating large size HD videos in a few minutes instead of hours.
Expand All @@ -37,7 +37,8 @@ Hardware acceleration, multi-color Chroma Key, adjustable parameters settings an
## Notes
- Only **the latest version** is avialable as vendor doesn't keep the record of older releases
</description>
]]></description>
<projectUrl>http://www.videosoftdev.com/free-video-editor</projectUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/freevideoeditor</packageSourceUrl>
<tags>freeware NLE video editor audio media avi mkv dvd mp3 flac dsp record convert</tags>
Expand Down
2 changes: 1 addition & 1 deletion automatic/freevideoeditor/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
packageName = 'freevideoeditor'
fileType = 'exe'
url = 'http://downloads.videosoftdev.com/video_tools/video_editor.exe'
checksum = '1ca054a24fe694df942039476f1aa90c9106c7b619cc8cbd015e3c188f858f57'
checksum = 'a5b8ff8c9ff303fe82dd0a4d56068c14d5380c9234f7f065375a147d2ec6c9e5'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/paint.net/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://www.dotpdn.com/files/paint.net.4.0.18.install.zip
x32: https://www.dotpdn.com/files/paint.net.4.0.19.install.zip

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: F254361CAB183D637D4915B6FA321254132158D02491AD5243357868C0B07785
checksum32: 549F2869D35437A93E427A5E79309356F913561E10D8CBF247672FD32091D464

File 'license.txt' is obtained from:
https://www.getpaint.net/license.html
2 changes: 1 addition & 1 deletion automatic/paint.net/paint.net.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>paint.net</id>
<version>4.0.18.20171002</version>
<version>4.0.19</version>
<title>Paint.NET</title>
<authors>Rick Brewster, dotPDN</authors>
<projectUrl>http://www.getpaint.net/</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/zotero-standalone/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 the listed download
location on <https://www.zotero.org/download/> (The listed url gets redirected to another one)
and can be verified by doing the following:

1. Download the following <https://download.zotero.org/client/release/5.0.21/Zotero-5.0.21_setup.exe>
1. Download the following <https://download.zotero.org/client/release/5.0.22/Zotero-5.0.22_setup.exe>
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: 7C4BC294B9B89AD9A988A6AECED0A59DDAECA956789F741ADC4E58D50BCC9C18
checksum: C05F5C822BEBA5CBB9404F911DF619FD5AE0CAF50CBA52169B18C3EB7CEA58FB

The file 'LICENSE.txt' has been obtained from <https://github.com/zotero/zotero/blob/929288f9811a5026053ae154ca08cc4a9da13c52/COPYING>
2 changes: 1 addition & 1 deletion automatic/zotero-standalone/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'Zotero Standalone *'
file = "$toolsPath\Zotero-5.0.21_setup.exe"
file = "$toolsPath\Zotero-5.0.22_setup.exe"
}

Install-ChocolateyInstallPackage @packageArgs
Expand Down
7 changes: 3 additions & 4 deletions automatic/zotero-standalone/zotero-standalone.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
<id>zotero-standalone</id>
<title>Zotero Standalone</title>
<owners>chocolatey</owners>
<version>5.0.21</version>
<version>5.0.22</version>
<authors>Center for History and New Media, et. al.</authors>
<summary>Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources. </summary>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/430b7ebac494468d32c2c20e362a01321a483642/icons/zotero-standalone.png</iconUrl>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description>
Zotero is free and open-source reference management software to manage bibliographic data and related research materials (such as PDF files). Notable features include web browser integration, online syncing, generation of in-text citations, footnotes and bibliographies, as well as integration with the word processors Microsoft Word, LibreOffice, OpenOffice.org Writer and NeoOffice. It is produced by the Center for History and New Media of George Mason University (GMU). *(from Wikipedia, 2013-04-18)*
</description>
<description><![CDATA[Zotero is free and open-source reference management software to manage bibliographic data and related research materials (such as PDF files). Notable features include web browser integration, online syncing, generation of in-text citations, footnotes and bibliographies, as well as integration with the word processors Microsoft Word, LibreOffice, OpenOffice.org Writer and NeoOffice. It is produced by the Center for History and New Media of George Mason University (GMU). *(from Wikipedia, 2013-04-18)*
]]></description>
<projectUrl>https://www.zotero.org/</projectUrl>
<tags>zotero-standalone references manager bibliography foss cross-platform admin</tags>
<copyright>2006-2011, Center for History and New Media, George Mason University, Fairfax, Virginia, USA</copyright>
Expand Down

0 comments on commit 3db4ce8

Please sign in to comment.