Skip to content

Commit

Permalink
Reproducible builds fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirosson committed Dec 4, 2023
1 parent 5d6fbf8 commit 555c8ad
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 9 additions & 3 deletions items/krux.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,15 @@
]
},
"reproducible-builds": {
"value": "NO",
"supported": false,
"flag": "negative"
"value": "YES",
"supported": true,
"flag": "positive",
"links": [
{
"title": "walletscrutiny.com",
"url": "https://walletscrutiny.com/hardware/kruxdiyhw/"
}
]
}
},
"device-lock": {
Expand Down
8 changes: 7 additions & 1 deletion items/prokey-optimum.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,13 @@
"reproducible-builds": {
"value": "NO",
"supported": false,
"flag": "negative"
"flag": "negative",
"links": [
{
"title": "walletscrutiny.com",
"url": "https://walletscrutiny.com/hardware/prokeyoptimum/#result"
}
]
}
},
"device-lock": {
Expand Down

0 comments on commit 555c8ad

Please sign in to comment.