Skip to content

Commit

Permalink
termsvg: Add version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed May 17, 2024
1 parent 39cb0f4 commit 62214f6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bucket/termsvg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"version": "0.9.0",
"description": "Share and export your terminal as a animated SVG image.",
"homepage": "https://github.com/MrMarble/termsvg",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/MrMarble/termsvg/releases/download/v0.9.0/termsvg-0.9.0-windows-amd64.zip",
"hash": "95fa4351717bb408307a5c129bfcedffe3312f1d6a93422072ec85aca3c927bb"
}
},
"bin": "termsvg.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/MrMarble/termsvg/releases/download/v$version/termsvg-$version-windows-amd64.zip"
}
}
}
}

0 comments on commit 62214f6

Please sign in to comment.