Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit df5e2ea

Browse files
authored
Merge pull request #652 from nanaya/master
Don't use osx binary on freebsd/openbsd
2 parents e0d2e61 + 1d2898e commit df5e2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function getDownloadSpec() {
103103
} else if (platform === 'linux' && arch == 'ia32') {
104104
downloadUrl += 'linux-i686.tar.bz2'
105105
checksum = '80e03cfeb22cc4dfe4e73b68ab81c9fdd7c78968cfd5358e6af33960464f15e3'
106-
} else if (platform === 'darwin' || platform === 'openbsd' || platform === 'freebsd') {
106+
} else if (platform === 'darwin') {
107107
downloadUrl += 'macosx.zip'
108108
checksum = '538cf488219ab27e309eafc629e2bcee9976990fe90b1ec334f541779150f8c1'
109109
} else if (platform === 'win32') {

0 commit comments

Comments
 (0)