Skip to content

Commit

Permalink
prep for new chocolatey version
Browse files Browse the repository at this point in the history
  • Loading branch information
ozmartian committed Jun 16, 2021
1 parent f0d5568 commit 2a1024d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions _packaging/chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ $ErrorActionPreference = 'Stop';

$packageName= 'vidcutter'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/ozmartian/vidcutter/releases/download/6.0.0/VidCutter-6.0.0-setup-win32.exe'
$url64 = 'https://github.com/ozmartian/vidcutter/releases/download/6.0.0/VidCutter-6.0.0-setup-win64.exe'
# $url = 'https://github.com/ozmartian/vidcutter/releases/download/6.0.0/VidCutter-6.0.5.1-setup-win32.exe'
$url64 = 'https://ci.appveyor.com/api/buildjobs/6e92yh0mu6yii87v/artifacts/VidCutter-6.0.5.1-setup-win64.exe'

$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
fileType = 'exe'
url = $url
# url = $url
url64bit = $url64

softwareName = 'VidCutter'

checksum = '570519291defb459b9d9cdd18d195f6730ffd7e281bb9f5d4d90e3a3e7f426c5'
checksumType = 'sha256'
checksum64 = 'e180a668cd090084d3dba18d64fe12a036e00db58eb9e069cfdfcc13d88d77ce'
# checksum = '570519291defb459b9d9cdd18d195f6730ffd7e281bb9f5d4d90e3a3e7f426c5'
# checksumType = 'sha256'
checksum64 = '5b2ecefaacef42da106187bf09714cc700301810fccfe27f6950f288e9891f40'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
4 changes: 2 additions & 2 deletions _packaging/chocolatey/vidcutter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vidcutter</id>
<version>6.0.0.1</version>
<version>6.0.5.1</version>
<title>VidCutter</title>
<authors>Pete Alexandrou</authors>
<owners>ozmartian</owners>
Expand All @@ -20,7 +20,7 @@ mpv powered playback for frame-level accuracy and support for the widest array o

install location: %PROGRAMFILES%\VidCutter</description>
<summary>the simplest + fastest media cutter and joiner</summary>
<releaseNotes>https://github.com/ozmartian/vidcutter/releases/tag/6.0.0</releaseNotes>
<releaseNotes>https://vidcutter.ozmartians.com</releaseNotes>
<copyright>All Rights Reserved</copyright>
<tags>vidcutter ffmpeg audiovideo opengl mpv libmpv videoeditor video videoedit pyqt Qt5 multimedia admin</tags>
<projectSourceUrl>https://github.com/ozmartian/vidcutter.git</projectSourceUrl>
Expand Down

0 comments on commit 2a1024d

Please sign in to comment.