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 Aug 12, 2022
1 parent 1a6f951 commit 3309589
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.17.0-beta</version>
<version>0.17.1-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.17.0-beta/freetube-0.17.0-setup-x64.exe'
url64bit = 'https://github.com/FreeTubeApp/FreeTube/releases/download/v0.17.1-beta/freetube-0.17.1-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 = '09d4c767bba1f68329f2312a1917c5d482debcf2c9b46f60e7e8401b6ea62a9c'
checksum64 = '7da9965a8da55b819f2d8c5184f065c4f4d7009031a7ceff73bee2bb4f2f0ee9'
checksumType64= 'sha256' #default is checksumType

# MSI
Expand Down

0 comments on commit 3309589

Please sign in to comment.