Skip to content

Commit 5a0dffe

Browse files
committed
1 parent cfa62c3 commit 5a0dffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

automatic/kakaotalk/kakaotalk.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2121
<!-- version should MATCH as closely as possible with the underlying software -->
2222
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2323
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
24-
<version>25.6.1.4577</version>
24+
<version>25.7.0.4632</version>
2525
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/kakaotalk</packageSourceUrl>
2626
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2727
<owners>mikeee</owners>

automatic/kakaotalk/tools/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$packageArgs = @{
44
packageName = $env:ChocolateyPackageName
55
url = 'https://app-pc.kakaocdn.net/talk/win32/KakaoTalk_Setup.exe'
6-
checksum = 'a9f13004c739b5d181e67bf9bbd52434b3c2b6eec57e98809387a435d7ab080f'
6+
checksum = '1c93e23528297c3e0acb3ea5cd10cb9e422a69c31842d6211e082c14a4b8a7d6'
77
checksumType = 'SHA256'
88
fileType = 'EXE'
99
silentArgs = '/S'

0 commit comments

Comments
 (0)