-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
viddy: Update to version 1.2.0, fix autoupdate, remove 32bit/arm64 ve…
…rsions Relates to sachaos/viddy#136
- Loading branch information
1 parent
ad99344
commit 5509680
Showing
1 changed file
with
5 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,24 @@ | ||
{ | ||
"version": "0.4.0", | ||
"version": "1.2.0", | ||
"description": "A modern watch command. Time machine and pager etc.", | ||
"homepage": "https://github.com/sachaos/viddy", | ||
"license": "MIT", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/sachaos/viddy/releases/download/v0.4.0/viddy_Windows_x86_64.tar.gz", | ||
"hash": "d8254229ea7e635d7236535b352634199ab7b33548259bef3ae38104f6284c52" | ||
}, | ||
"32bit": { | ||
"url": "https://github.com/sachaos/viddy/releases/download/v0.4.0/viddy_Windows_i386.tar.gz", | ||
"hash": "d63a6f8ee3d637d05d197b1aced60f291a58777798e9509bc69cea0db7719044" | ||
}, | ||
"arm64": { | ||
"url": "https://github.com/sachaos/viddy/releases/download/v0.4.0/viddy_Windows_arm64.tar.gz", | ||
"hash": "2607444375ac950a1d75dc5d8757ddee224edfb21e76ded0a8f4e83e026d24b3" | ||
"url": "https://github.com/sachaos/viddy/releases/download/v1.2.0/viddy-v1.2.0-windows-x86_64.tar.gz", | ||
"hash": "90afe3bb394d667276be321a8b86d5fd6e7293be2227c2484cf8a27dad5271d4" | ||
} | ||
}, | ||
"bin": "viddy.exe", | ||
"checkver": "github", | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/sachaos/viddy/releases/download/v$version/viddy_Windows_x86_64.tar.gz" | ||
}, | ||
"32bit": { | ||
"url": "https://github.com/sachaos/viddy/releases/download/v$version/viddy_Windows_i386.tar.gz" | ||
}, | ||
"arm64": { | ||
"url": "https://github.com/sachaos/viddy/releases/download/v$version/viddy_Windows_arm64.tar.gz" | ||
"url": "https://github.com/sachaos/viddy/releases/download/v$version/viddy-v$version-windows-x86_64.tar.gz" | ||
} | ||
}, | ||
"hash": { | ||
"url": "$baseurl/checksums.txt" | ||
"url": "$baseurl/viddy-v$version-windows-x86_64.sha256" | ||
} | ||
} | ||
} |