Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Commit e6331e5

Browse files
committed
update libcore version
1 parent d67919b commit e6331e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ledgerhq/ledger-core",
33
"version": "6.7.2-algorand.2",
4-
"libcoreVersion": "3.4.1-rc-20fe908",
4+
"libcoreVersion": "3.4.1-rc-2aaeab",
55
"description": "Ledger Core Library cross-platform C++ bindings for NodeJs",
66
"main": "js/index.js",
77
"repository": {

preinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const dir = conf.dir
3232
// ? `${conf.dir}-arch_ssl_1_1`
3333
// : conf.dir
3434

35-
const endpointURL = `https://s3-eu-west-1.amazonaws.com/ledger-lib-ledger-core/int-algorand-libcorev1/release/${libcoreVersion}/${dir}`
35+
const endpointURL = `https://s3-eu-west-1.amazonaws.com/ledger-lib-ledger-core/${libcoreVersion}/${dir}`
3636

3737
if (!fs.existsSync('lib')) {
3838
fs.mkdirSync('lib')

0 commit comments

Comments
 (0)