From 39ff7d5bd3226581b212f15ad28fc748e39cefdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 16 Dec 2020 18:42:06 +0100 Subject: [PATCH] PowerSession: Update to version 1.4.0 --- bucket/PowerSession.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/PowerSession.json b/bucket/PowerSession.json index 2674a77b30..2415282207 100644 --- a/bucket/PowerSession.json +++ b/bucket/PowerSession.json @@ -1,23 +1,23 @@ { - "version": "1.3.0", + "version": "1.4.0", "description": "Powershell session recorder", "homepage": "https://github.com/ibigbug/PowerSession", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/ibigbug/PowerSession/releases/download/release-1.3.0/PowerSession.exe", - "hash": "1502414427412aa878fbd72ddbeef2af8e0b0f4d27354e596e296619734b71ac" + "url": "https://github.com/ibigbug/PowerSession/releases/download/release-v1.4.0/PowerSession.exe", + "hash": "d524cb145abe75743775e3bf1672608cea2214adbdd8c872b33744e126145009" } }, "bin": "PowerSession.exe", "checkver": { "github": "https://github.com/ibigbug/PowerSession", - "regex": "tag/release-([\\d.]+)" + "regex": "tag/release-v([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/ibigbug/PowerSession/releases/download/release-$version/PowerSession.exe" + "url": "https://github.com/ibigbug/PowerSession/releases/download/release-v$version/PowerSession.exe" } } }