Skip to content

Commit

Permalink
bcd: Add version 1597586446
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed Nov 11, 2023
1 parent f5f6100 commit 80526a4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions bucket/bcd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "1597586446",
"description": "BCD is a module to interact with boot configuration data (BCD) either locally or remotely using the ROOT/WMI:Bcd* WMI classes. The functionality of the functions in this module mirror that of bcdedit.exe.",
"homepage": "https://github.com/mattifestation/BCD",
"license": "BSD-3-Clause",
"url": "https://github.com/mattifestation/BCD/archive/refs/heads/master.zip",
"hash": "4b70e175a6388aa04330f1ddae703224c9e5bc03a01825bc94cc5d3c31bffec8",
"extract_dir": "BCD-master/BCD",
"psmodule": {
"name": "BCD"
},
"checkver": {
"script": "try { Get-Date (Invoke-RestMethod https://api.github.com/repositories/129625990/commits?path=BCD)[0].commit.committer.date -UFormat %s } catch { '' }",
"regex": "\\A(\\d+)\\Z"
},
"autoupdate": {
"url": "https://github.com/mattifestation/BCD/archive/refs/heads/master.zip"
}
}

0 comments on commit 80526a4

Please sign in to comment.