Skip to content

Commit e5959bd

Browse files
committed
Updated jujutsu.portable to 0.41.0
1 parent d90d9fc commit e5959bd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

jujutsu.portable/jujutsu.portable.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<!-- == PACKAGE SPECIFIC SECTION == -->
66
<id>jujutsu.portable</id>
7-
<version>0.40.0</version>
7+
<version>0.41.0</version>
88
<title>Jujutsu</title>
99
<packageSourceUrl>https://github.com/Jarcho/chocolatey-packages/tree/master/jujutsu.portable/</packageSourceUrl>
1010
<iconUrl>https://rawcdn.githack.com/Jarcho/chocolatey-packages/48634f1b7c8a2e70d90d918b99a2746e15a0d206/jujutsu.portable/icon.png</iconUrl>

jujutsu.portable/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ErrorActionPreference = 'Stop';
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$url64 = 'https://github.com/jj-vcs/jj/releases/download/v0.40.0/jj-v0.40.0-x86_64-pc-windows-msvc.zip'
4-
$checksum64 = '63922bd257f9616553dec0869e2de99c1c0bf8d951c774d230af09eaeb2f5951'
3+
$url64 = 'https://github.com/jj-vcs/jj/releases/download/v0.41.0/jj-v0.41.0-x86_64-pc-windows-msvc.zip'
4+
$checksum64 = '1c5ac3015caf0b15ae81cbafa1d94024dbd17b5dff933204d489787dfb95f835'
55

66
$packageArgs = @{
77
packageName = 'jujutsu.portable'

0 commit comments

Comments
 (0)