From 73e587f0ffebc4d54e4fa055974003db27e193b1 Mon Sep 17 00:00:00 2001 From: Yuwei Ba Date: Sat, 11 Sep 2021 00:45:19 +1000 Subject: [PATCH] PowerSession: Update to latest version (#1787) --- bucket/PowerSession.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/bucket/PowerSession.json b/bucket/PowerSession.json index 2415282207..cd274314fd 100644 --- a/bucket/PowerSession.json +++ b/bucket/PowerSession.json @@ -1,23 +1,20 @@ { - "version": "1.4.0", + "version": "1.4.3", "description": "Powershell session recorder", "homepage": "https://github.com/ibigbug/PowerSession", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/ibigbug/PowerSession/releases/download/release-v1.4.0/PowerSession.exe", - "hash": "d524cb145abe75743775e3bf1672608cea2214adbdd8c872b33744e126145009" + "url": "https://github.com/ibigbug/PowerSession/releases/download/v1.4.3/PowerSession-win10-x64.exe", + "hash": "7a77ea6fe75a46fe78508961849f3fa6e4bd6fd37636571c2f86b4a1378f677a" } }, "bin": "PowerSession.exe", - "checkver": { - "github": "https://github.com/ibigbug/PowerSession", - "regex": "tag/release-v([\\d.]+)" - }, + "checkver": "github", "autoupdate": { "architecture": { "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" } } }