mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
PowerSession: Update to latest version (#1787)
This commit is contained in:
parent
fa614a5625
commit
73e587f0ff
@ -1,23 +1,20 @@
|
|||||||
{
|
{
|
||||||
"version": "1.4.0",
|
"version": "1.4.3",
|
||||||
"description": "Powershell session recorder",
|
"description": "Powershell session recorder",
|
||||||
"homepage": "https://github.com/ibigbug/PowerSession",
|
"homepage": "https://github.com/ibigbug/PowerSession",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/ibigbug/PowerSession/releases/download/release-v1.4.0/PowerSession.exe",
|
"url": "https://github.com/ibigbug/PowerSession/releases/download/v1.4.3/PowerSession-win10-x64.exe",
|
||||||
"hash": "d524cb145abe75743775e3bf1672608cea2214adbdd8c872b33744e126145009"
|
"hash": "7a77ea6fe75a46fe78508961849f3fa6e4bd6fd37636571c2f86b4a1378f677a"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "PowerSession.exe",
|
"bin": "PowerSession.exe",
|
||||||
"checkver": {
|
"checkver": "github",
|
||||||
"github": "https://github.com/ibigbug/PowerSession",
|
|
||||||
"regex": "tag/release-v([\\d.]+)"
|
|
||||||
},
|
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/ibigbug/PowerSession/releases/download/release-v$version/PowerSession.exe"
|
"url": "https://github.com/ibigbug/PowerSession/releases/download/v$version/PowerSession-win10-x64.exe"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user