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 Dec 13, 2022
1 parent d1f10a8 commit 5fe784d
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.1615</version>
<version>5.1.1616</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-1615-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1616-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = '974e144d76e58e909e4f15bc23319b18e6fe3b6d82d2b30c9189893ec22e5689'
checksum64 = 'd6a358718032e9b740adfa92e07b81e299ed1aec4eac1cce83a933d4b199f751'
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.2079",
"dev": "0.0.2080-dev"
"dev": "0.0.2081-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.2080-dev</version>
<version>0.0.2081-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_2080_x64_setup.exe'
checksum64 = '0a21d96fd9d4e275009ece5ab62c4a2bb06cffa57444843f2cffa4b4892c9b88'
url64 = 'https://download.sublimetext.com/sublime_merge_build_2081_x64_setup.exe'
checksum64 = '5df2cc99ea9186dded39ed6b76f48ac0d26e6fff84b8bec19fecae80c6e82c0b'
checksumType = 'sha256'


Expand Down

0 comments on commit 5fe784d

Please sign in to comment.