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 23, 2023
1 parent bd51d62 commit ce23e22
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.1868</version>
<version>5.1.1869</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-1868-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1869-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = '631f9438c47704bfbc014f911390bb9622352d94f7e55e81832feac1b8eb383f'
checksum64 = '18dd9bb6804e9bcfc43724e455476d4815047d2c2cd899ca3cba36c407f8f6f7'
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",
"stable": "0.0.2091",
"dev": "0.0.2090-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.2090-dev</version>
<version>0.0.2091</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_2090_x64_setup.exe'
checksum64 = 'd21a72a6ea7e5f155856d3e0b98aa02b2cd70406c2572c79da3550ce0639c8a2'
url64 = 'https://download.sublimetext.com/sublime_merge_build_2091_x64_setup.exe'
checksum64 = 'd6aa9638527906bcedc1854fae0dee617be0733b196a6f7d08a38b392093c80e'
checksumType = 'sha256'


Expand Down

0 comments on commit ce23e22

Please sign in to comment.