Skip to content

Commit

Permalink
AU: 1 updated - freetube
Browse files Browse the repository at this point in the history
  • Loading branch information
Le_Bleu committed Mar 7, 2021
1 parent 00d9fdd commit 05590ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/freetube/freetube.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>freetube</id>
<version>0.11.3-beta</version>
<version>0.12.0-beta</version>
<packageSourceUrl>https://github.com/fabricemrchl/chocolatey-packages</packageSourceUrl>
<owners>Le_Bleu</owners>
<title>FreeTube App</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freetube/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe' #only one of these: exe, msi, msu
url64bit = 'https://github.com/FreeTubeApp/FreeTube/releases/download/v0.11.3-beta/freetube-0.11.3-setup-x64.exe'
url64bit = 'https://github.com/FreeTubeApp/FreeTube/releases/download/v0.12.0-beta/freetube-0.12.0-setup-x64.exe'

softwareName = 'FreeTube*' #part or all of the Display Name as you see it in Programs and Features. It should be enough to be unique

checksum64 = '9570b1540a2f69dd2bfa8363882c653fa976264eda9938ea2b9d3cb9e0c34371'
checksum64 = '8df88814be6ac338a9b13775e9ac6c391ebdb534487b106da510a625c575d3fa'
checksumType64= 'sha256' #default is checksumType

# MSI
Expand Down

0 comments on commit 05590ed

Please sign in to comment.