PowerSession: Update to version 1.4.0

This commit is contained in:
Jakub Čábera 2020-12-16 18:42:06 +01:00
parent fb7326946c
commit 39ff7d5bd3

View File

@ -1,23 +1,23 @@
{ {
"version": "1.3.0", "version": "1.4.0",
"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-1.3.0/PowerSession.exe", "url": "https://github.com/ibigbug/PowerSession/releases/download/release-v1.4.0/PowerSession.exe",
"hash": "1502414427412aa878fbd72ddbeef2af8e0b0f4d27354e596e296619734b71ac" "hash": "d524cb145abe75743775e3bf1672608cea2214adbdd8c872b33744e126145009"
} }
}, },
"bin": "PowerSession.exe", "bin": "PowerSession.exe",
"checkver": { "checkver": {
"github": "https://github.com/ibigbug/PowerSession", "github": "https://github.com/ibigbug/PowerSession",
"regex": "tag/release-([\\d.]+)" "regex": "tag/release-v([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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"
} }
} }
} }