PowerSession: Add version 1.1.0 (#552)

close https://github.com/lukesampson/scoop-extras/pull/2996
This commit is contained in:
Yuwei Ba 2019-11-09 05:05:41 +11:00 committed by Richard Kuhnt
parent c7fa192a99
commit eea2c76752

16
bucket/PowerSession.json Normal file
View File

@ -0,0 +1,16 @@
{
"version": "1.1.0",
"description": "Powershell session recorder.",
"homepage": "https://github.com/ibigbug/PowerSession",
"license": "MIT",
"url": "https://github.com/ibigbug/PowerSession/releases/download/release-v1.1.0/PowerSession.exe",
"hash": "3b07c318dc4a5e1d25f5d086d706a1eb1ef074b1ef60fb498dd7954de6b09068",
"bin": "PowerSession.exe",
"checkver": {
"github": "https://github.com/ibigbug/PowerSession",
"regex": "tree/release-v([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/ibigbug/PowerSession/releases/download/release-v$version/PowerSession.exe"
}
}