Skip to content

Commit

Permalink
PowerSession: Update to version 1.3.0 (#1582)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Nov 23, 2020
1 parent 55df90a commit 0c52dac
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions bucket/PowerSession.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
{
"version": "1.2.1",
"description": "Powershell session recorder.",
"version": "1.3.0",
"description": "Powershell session recorder",
"homepage": "https://github.com/ibigbug/PowerSession",
"license": "MIT",
"url": "https://github.com/ibigbug/PowerSession/releases/download/release-v1.2.1/PowerSession.exe",
"hash": "8606db94e19119c1689705e0755bb1efa878574371d086f9ab5ed8f82922ce79",
"architecture": {
"64bit": {
"url": "https://github.com/ibigbug/PowerSession/releases/download/release-1.3.0/PowerSession.exe",
"hash": "1502414427412aa878fbd72ddbeef2af8e0b0f4d27354e596e296619734b71ac"
}
},
"bin": "PowerSession.exe",
"checkver": {
"github": "https://github.com/ibigbug/PowerSession",
"regex": "tree/release-v([\\d.]+)"
"regex": "tag/release-([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/ibigbug/PowerSession/releases/download/release-v$version/PowerSession.exe"
"architecture": {
"64bit": {
"url": "https://github.com/ibigbug/PowerSession/releases/download/release-$version/PowerSession.exe"
}
}
}
}

0 comments on commit 0c52dac

Please sign in to comment.