Skip to content

Commit 08857c3

Browse files
committed
1 parent a69dd85 commit 08857c3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

automatic/civo-cli/civo-cli.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>1.4.2</version>
24+
<version>1.4.3</version>
2525
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/civo-cli</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/civo-cli/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ $packageArgs = @{
66
packageName = $env:ChocolateyPackageName
77
unzipLocation = $toolsDir
88

9-
url64 = 'https://github.com//civo/cli/releases/download/v1.4.2/civo-1.4.2-windows-amd64.zip'
10-
checksum64 = '54ce9576e1d2d9fb13db7b77f37218ca66ad5628fab30af8e8df54755a3cacda'
9+
url64 = 'https://github.com//civo/cli/releases/download/v1.4.3/civo-1.4.3-windows-amd64.zip'
10+
checksum64 = '1755ea9c2b3cd800eb7b4cf0295e947a43166155858b92e9c48c3fde033f2a8a'
1111
checksumType64 = 'SHA256'
1212
}
1313

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.7.1.4636</version>
24+
<version>25.7.2.4641</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 = '10c2863acc920c439dcd009590147240d42b96540dccbb07430ff3270b891c9e'
6+
checksum = '8764ae61e9394bd300b4f91683280d0f5d43eb12eb52fdf83ef915e4f7396629'
77
checksumType = 'SHA256'
88
fileType = 'EXE'
99
silentArgs = '/S'

0 commit comments

Comments
 (0)