Skip to content

Commit

Permalink
AU: 1 updated - avidemux
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 6, 2017
1 parent 0156982 commit aec5f81
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions automatic/avidemux/avidemux.nuspec
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>avidemux</id>
<version>2.6.15.20161209</version>
<version>2.6.17</version>
<title>Avidemux</title>
<authors>Mean, Gruntster, Fahr</authors>
<owners>chocolatey, purity</owners>
<licenseUrl>https://www.gnu.org/licenses/gpl-2.0.html</licenseUrl>
<projectUrl>http://avidemux.sourceforge.net/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/e4a49519947c3cff55c17a0b08266c56b0613e64/icons/avidemux.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/avidemux.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. It supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of codecs. Tasks can be automated using projects, job queue and powerful scripting capabilities.

Avidemux is available for Linux, BSD, Mac OS X and Microsoft Windows under the GNU GPL license. The program was written from scratch by Mean, but code from other people and projects has been used as well. Patches, translations and even bug reports are always welcome.
</description>
<summary>Video editor</summary>
<releaseNotes>https://sourceforge.net/projects/avidemux/files/avidemux/2.6.15/</releaseNotes>
<releaseNotes>https://sourceforge.net/projects/avidemux/files/avidemux/2.6.17/</releaseNotes>
<copyright>2001-2016 Mean</copyright>
<tags>video editor foss cross-platform cutting filtering encoding admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/avidemux</packageSourceUrl>
Expand All @@ -28,4 +28,4 @@ Avidemux is available for Linux, BSD, Mac OS X and Microsoft Windows under the G
<file src="tools\**" target="tools" />
</files>
</package>
<!-- “UTF-8” test -->
<!-- “UTF-8” test -->
12 changes: 6 additions & 6 deletions automatic/avidemux/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERIFICATION
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Expand All @@ -7,18 +7,18 @@ Package can be verified like this:

1. Go to

x32: https://sourceforge.net/projects/avidemux/files/avidemux/2.6.15/avidemux_2.6.15_win32.exe/download
x64: https://sourceforge.net/projects/avidemux/files/avidemux/2.6.15/avidemux_2.6.15_win64.exe/download
x32: https://sourceforge.net/projects/avidemux/files/avidemux/2.6.17/avidemux_2.6.17_win32.exe/download
x64: https://sourceforge.net/projects/avidemux/files/avidemux/2.6.17/avidemux_2.6.17_win64.exe/download

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: B4BBF5BF995DBACA3EA9CA8B87A0C69DE5CCEDF9DE95CC3D7C942B5305FA0FE7
checksum64: 8FF161D5714F148F9A316E2BCA1E01080BFB12222BA5991D8EDAB859B4072814
checksum32: 2DBE8A4BCCDBA25606838E27980CCC5614E31DC7CAE437121670BEE5BD59D126
checksum64: A7279C98F9121E2E0C40D9DFC75139002E50A620B0748F4B16A1B650FE51CEAE

Using AU:

Get-RemoteChecksum https://sourceforge.net/projects/avidemux/files/avidemux/2.6.15/avidemux_2.6.15_win64.exe/download
Get-RemoteChecksum https://sourceforge.net/projects/avidemux/files/avidemux/2.6.17/avidemux_2.6.17_win64.exe/download
2 changes: 1 addition & 1 deletion automatic/avidemux/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$installerFile = if ((Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true') { gi "$toolsDir\*win64.exe" } else { gi "$toolsDir\*win32.exe" }
Expand Down

0 comments on commit aec5f81

Please sign in to comment.