Skip to content

Commit

Permalink
AU: 2 updated - kmymoney sublimemerge
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 11, 2023
1 parent b711d5f commit 62ed91a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/kmymoney/kmymoney.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kmymoney</id>
<version>5.1.1856</version>
<version>5.1.1857</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/kmymoney</packageSourceUrl>
<owners>chtof</owners>
<title>KMyMoney</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kmymoney/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ $packageName= 'kmymoney'

$packageArgs = @{
packageName = $packageName
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1856-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1857-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = '008320dd7f4fec76d260ac84018cc360e91880148cb23649aa23591115f03810'
checksum64 = 'c2bf459a0b222ac3dc475e077675064426d99220f867c5f58d3854ff2728683b'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/sublimemerge/sublimemerge.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "0.0.2083",
"dev": "0.0.2085-dev"
"dev": "0.0.2087-dev"
}
2 changes: 1 addition & 1 deletion automatic/sublimemerge/sublimemerge.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sublimemerge</id>
<version>0.0.2085.20230518-dev</version>
<version>0.0.2087-dev</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/sublimemerge</packageSourceUrl>
<owners>chtof</owners>
<title>Sublime Merge</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sublimemerge/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url64 = 'https://download.sublimetext.com/sublime_merge_build_2085_x64_setup.exe'
checksum64 = '519654446fee8f098a8a33049a7d7f515104e8f7f99a29cc3b2627aa250bd05d'
url64 = 'https://download.sublimetext.com/sublime_merge_build_2087_x64_setup.exe'
checksum64 = '6227b9121dfebf9d6b321c74acfdf725cb3171f83537b7a3bad7b501bc3bc6d1'
checksumType = 'sha256'


Expand Down

0 comments on commit 62ed91a

Please sign in to comment.