Skip to content

Commit

Permalink
Manifests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
instinctualjealousy committed Oct 9, 2024
1 parent 5000a4f commit 151b22b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bucket/regcool.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"version": "2.013",
"version": "2.014",
"description": "Advanced registry editor for Windows",
"homepage": "https://kurtzimmermann.com/",
"license": "Freeware",
"notes": "RegCool Portable has an updating mechanism included, but it IS disabled by default.",
"architecture": {
"64bit": {
"url": "https://kurtzimmermann.com/files/RegCoolX64.zip",
"hash": "eb409379d43d50b774494d5edcd66772210a44129388af702c448446c8fc7754"
"hash": "3b033ccfbf6f22d4839fe98729f496eb9114c799e08e640518fb275d814ef074"
},
"32bit": {
"url": "https://kurtzimmermann.com/files/RegCoolX32.zip",
"hash": "bdcc87e72db27c170837157588e71bc9c065141b9c51f628b5fa4cd50cb0b9d0"
"hash": "8bd5c60a436e51818da6e1dc355b4cbd0dfdcef3fee763129299fed7b061635d"
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\Settings\")) { New-Item -ItemType Directory \"$dir\\Settings\" | Out-Null }",
Expand Down
6 changes: 3 additions & 3 deletions bucket/usbtreeview.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "4.4.1",
"version": "4.4.2",
"description": "USB Device Tree Viewer is a lightweight utility that provides detailed technical information regarding all the USB devices you connected",
"homepage": "https://www.uwe-sieber.de/usbtreeview_e.html",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://www.uwe-sieber.de/files/UsbTreeView_x64.zip",
"hash": "90c59e7ca1c837adc8ef0a5236ada16977750d6c49785d80753688f5a039f171"
"hash": "092ea02051dce0274eebca943e630eef6e0b79c3c1087621580315da4227175c"
},
"32bit": {
"url": "https://www.uwe-sieber.de/files/UsbTreeView_Win32.zip",
"hash": "f435ec47471411af40ed7e4a84c06d33e512fdb314f23df36e2bdc1c2445bc3e"
"hash": "9707f221f4732d2cf12da10a9bfefa3aeaa7d4f5615f4a7f9f7888b566d893db"
}
},
"bin": "UsbTreeView.exe",
Expand Down

0 comments on commit 151b22b

Please sign in to comment.