Skip to content

Commit dfb8479

Browse files
committed
Include github URLs in list.json
1 parent dcbf73d commit dfb8479

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

update

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ fs.readdir(path.join(__dirname, '/bin'), function (err, files) {
4141
pars.longVersion = buildVersion(pars)
4242
pars.sha256 = '0x' + ethUtil.sha256(fileContent).toString('hex')
4343
pars.keccak256 = '0x' + ethUtil.sha3(fileContent).toString('hex')
44-
pars.urls = [ 'bzzr://' + swarmhash(fileContent).toString('hex') ]
44+
pars.urls = [
45+
'bzzr://' + swarmhash(fileContent).toString('hex'),
46+
'https://ethereum.github.io/solc-bin/bin/' + path,
47+
'http://ethereum.github.io/solc-bin/bin' + path
48+
]
4549
return pars
4650
})
4751
.sort(function (a, b) {

0 commit comments

Comments
 (0)