Skip to content

Commit 2eb6adb

Browse files
committed
Update URLs for RubyInstaller 1 and DevKit
* See #171 and oneclick/rubyinstaller#400
1 parent 6f2028e commit 2eb6adb

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

dist/index.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

windows-versions.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

windows.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async function setupMingw(version) {
9393

9494
// Ruby 2.1, 2.2 and 2.3
9595
async function installMSYS(version) {
96-
const url = 'https://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe'
96+
const url = 'https://github.com/oneclick/rubyinstaller/releases/download/devkit-4.7.2/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe'
9797
const downloadPath = await tc.downloadTool(url)
9898
await exec.exec('7z', ['x', downloadPath, `-o${msys}`], { silent: true })
9999

0 commit comments

Comments
 (0)