diff --git a/automatic/picard/legal/VERIFICATION.txt b/automatic/picard/legal/VERIFICATION.txt
index 1a3cd9adff5..8666a697cb7 100644
--- a/automatic/picard/legal/VERIFICATION.txt
+++ b/automatic/picard/legal/VERIFICATION.txt
@@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on
and can be verified by doing the following:
-1. Download the following
+1. Download the following
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksum type: sha256
- checksum: 07353A74567A852AA5392C3F833BE20281D17284386D78C0EAA2C47188704FE9
+ checksum: CD40E02935F90EBDB53DC7EDFBB719D7C5B85B8FBD4A70FBBB41CA7ACB296F72
The file 'LICENSE.txt' has been obtained from
diff --git a/automatic/picard/picard.nuspec b/automatic/picard/picard.nuspec
index 9a0122a382c..0afbd8858ce 100644
--- a/automatic/picard/picard.nuspec
+++ b/automatic/picard/picard.nuspec
@@ -3,7 +3,7 @@
picard
- 1.4.1
+ 1.4.2
https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/picard
chocolatey
MusicBrainz Picard
diff --git a/automatic/prey/prey.nuspec b/automatic/prey/prey.nuspec
index de27cb1ba4f..920431cd961 100644
--- a/automatic/prey/prey.nuspec
+++ b/automatic/prey/prey.nuspec
@@ -3,7 +3,7 @@
prey
- 1.6.6
+ 1.6.7
Prey
chocolatey
Fork Ltd
diff --git a/automatic/prey/tools/chocolateyInstall.ps1 b/automatic/prey/tools/chocolateyInstall.ps1
index 23f538831d1..e92f05bf21e 100644
--- a/automatic/prey/tools/chocolateyInstall.ps1
+++ b/automatic/prey/tools/chocolateyInstall.ps1
@@ -5,10 +5,10 @@ $ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = 'prey'
fileType = 'msi'
- url = 'https://github.com/prey/prey-node-client/releases/download/v1.6.6/prey-windows-1.6.6-x86.msi'
- url64bit = 'https://github.com/prey/prey-node-client/releases/download/v1.6.6/prey-windows-1.6.6-x64.msi'
- checksum = 'b38c383da6cfc283d9e59ab22629688f82cc4007f166563084a18680cfc450d3'
- checksum64 = '49cbdd7dc73c3a675d1f0c6615db4a7e2809475120109ffda4f27465b4871843'
+ url = 'https://github.com/prey/prey-node-client/releases/download/v1.6.7/prey-windows-1.6.7-x86.msi'
+ url64bit = 'https://github.com/prey/prey-node-client/releases/download/v1.6.7/prey-windows-1.6.7-x64.msi'
+ checksum = 'e243cc0ab859224a7151247c1c511d93e3240baf9f5875c7f8acde5c5ccf8a37'
+ checksum64 = 'd120f9520730cdfd33c20ad35253a29d67fa1cf36d26a50006243560a5eb049f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/qn'
diff --git a/automatic/sourcetree/sourcetree.nuspec b/automatic/sourcetree/sourcetree.nuspec
index 28192a6e7cb..9ba4c7318c6 100644
--- a/automatic/sourcetree/sourcetree.nuspec
+++ b/automatic/sourcetree/sourcetree.nuspec
@@ -4,7 +4,7 @@
sourcetree
SourceTree
- 1.9.10.0
+ 2.0.20.1
Atlassian
chocolatey
http://www.sourcetreeapp.com
diff --git a/automatic/sourcetree/tools/chocolateyInstall.ps1 b/automatic/sourcetree/tools/chocolateyInstall.ps1
index b966082238f..716fdefbbf0 100644
--- a/automatic/sourcetree/tools/chocolateyInstall.ps1
+++ b/automatic/sourcetree/tools/chocolateyInstall.ps1
@@ -1,13 +1,13 @@
-$ErrorActionPreference = 'Stop';
+$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = 'sourcetree'
fileType = 'EXE'
- url = 'https://downloads.atlassian.com/software/sourcetree/windows/SourceTreeSetup_1.9.10.0.exe'
+ url = 'https://downloads.atlassian.com/software/sourcetree/windows/ga/SourceTreeSetup-2.0.20.1.exe'
softwareName = 'SourceTree'
- checksum = '0d4bb9f9f6835f0dcdd46cd0dae38f1958bde09ebf41b7555e7115ffcadff837'
+ checksum = '4eb706d8ffc7c6c30a1e5c677147ff09da4ba70aa8be01b2a7edce46af902eba'
checksumType = 'sha256'
silentArgs = "/passive"