Skip to content

Commit 3559e19

Browse files
committed
Corrected download links for packages
1 parent 40f8eda commit 3559e19

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bpt.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ index_template =
4444
"architecture":"avr",
4545
"version":"{version}",
4646
"category":"Contributed",
47-
"url":"https://github.com/mysensors/ArduinoBoards/boards/{filename}",
47+
"url":"https://github.com/mysensors/ArduinoBoards/raw/master/boards/{filename}",
4848
"archiveFileName":"{filename}",
4949
"checksum":"SHA-256:{sha256}",
5050
"size":"{size}",
@@ -69,7 +69,7 @@ index_template =
6969
"architecture":"samd",
7070
"version":"{version}",
7171
"category":"Contributed",
72-
"url":"https://github.com/mysensors/ArduinoBoards/boards/{filename}",
72+
"url":"https://github.com/mysensors/ArduinoBoards/raw/master/boards/{filename}",
7373
"archiveFileName":"{filename}",
7474
"checksum":"SHA-256:{sha256}",
7575
"size":"{size}",

package_mysensors.org_index.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"help": {
1313
"online": "https://forums.mysensors.org"
1414
},
15-
"url": "https://github.com/mysensors/ArduinoBoards/boards/mysensors-avr-1.0.0.tar.bz2",
15+
"url": "https://github.com/mysensors/ArduinoBoards/raw/master/boards/mysensors-avr-1.0.0.tar.bz2",
1616
"checksum": "SHA-256:a2659d411494b2902e9e07365a02833db37814c1a0d988e4b550a04285910756",
1717
"name": "MySensors AVR Boards",
1818
"version": "1.0.0",
@@ -29,7 +29,7 @@
2929
{
3030
"category": "Contributed",
3131
"name": "MySensors SAMD Boards",
32-
"url": "https://github.com/mysensors/ArduinoBoards/boards/mysensors-samd-1.0.0.tar.bz2",
32+
"url": "https://github.com/mysensors/ArduinoBoards/raw/master/boards/mysensors-samd-1.0.0.tar.bz2",
3333
"checksum": "SHA-256:5301baced7bdb62db451835395904bd2b3027c3b507fa67ed4d0f9b924c09411",
3434
"help": {
3535
"online": "https://forums.mysensors.org"
@@ -72,4 +72,4 @@
7272
"name": "MySensors"
7373
}
7474
]
75-
}
75+
}

0 commit comments

Comments
 (0)