1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* update chocolatey build with sha1 sums for all msi packages

This commit is contained in:
Reinhard Pointner 2015-06-02 11:56:22 +00:00
parent e9f103d467
commit cb54b639db
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<copyright>2015 Reinhard Pointner</copyright>
<licenseUrl>http://www.gnu.org/licenses/gpl-2.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://www.filebot.net/images/filebot.logo.png</iconUrl>
<iconUrl>http://app.filebot.net/icon.png</iconUrl>
<dependencies>
<dependency id="jre8" version="" />
</dependencies>

View File

@ -4,7 +4,7 @@ $silent = '/quiet'
$checksumType32 = 'sha1'
$checksumType64 = 'sha1'
$url32 = 'https://downloads.sourceforge.net/project/filebot/filebot/FileBot_/FileBot_@{version}_x86.msi'
$url32 = 'https://downloads.sourceforge.net/project/filebot/filebot/FileBot_@{version}/FileBot_@{version}_x86.msi'
$url64 = 'https://downloads.sourceforge.net/project/filebot/filebot/FileBot_@{version}/FileBot_@{version}_x64.msi'
$checksum32 = '@{x86.msi.sha1}'
$checksum64 = '@{x64.msi.sha1}'