Skip to content

Commit 55cfee9

Browse files
committed
Bump cygwin to 3.4
1 parent fb69f52 commit 55cfee9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {warnOnError} from './util'
88

99
const CYGWIN_SETUP = 'setup-x86_64.exe'
1010
const TOOL_NAME = 'cygwin-setup'
11-
const LATEST_VERSION = '3.3'
11+
const LATEST_VERSION = '3.4'
1212
const CYGWIN_URL = 'https://cygwin.com/setup-x86_64.exe'
1313

1414
async function downloadCygwin(): Promise<string> {

0 commit comments

Comments
 (0)