Skip to content

Commit

Permalink
viddy: Update to version 1.2.0, fix autoupdate, remove 32bit/arm64 ve…
Browse files Browse the repository at this point in the history
…rsions

Relates to sachaos/viddy#136
  • Loading branch information
aliesbelik committed Oct 28, 2024
1 parent ad99344 commit 5509680
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions bucket/viddy.json
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"
}
}
}

0 comments on commit 5509680

Please sign in to comment.