Skip to content

Commit

Permalink
chsrc: Add version 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Gn3po4g committed Jul 24, 2024
1 parent d1521db commit 2de82f3
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions bucket/chsrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"version": "0.1.7",
"description": "chsrc: a fast command line tool to Change Source for every software on every platform",
"homepage": "https://github.com/RubyMetric/chsrc",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/RubyMetric/chsrc/releases/download/v0.1.7/chsrc-x64-windows.exe",
"hash": "070bf1fb2975885d2bc86addc937387402e7cea14884cfd7273f00a619c3db0b",
"bin": [
[
"chsrc-x64-windows.exe",
"chsrc"
]
]
},
"32bit": {
"url": "https://github.com/RubyMetric/chsrc/releases/download/v0.1.7/chsrc-x86-windows.exe",
"hash": "a52c93be8aa4865160da4b0e7f99d8c8bcece6e1489703b0cf907a25269bb282",
"bin": [
[
"chsrc-x86-windows.exe",
"chsrc"
]
]
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/RubyMetric/chsrc/releases/download/$version/chsrc-x64-windows.exe"
},
"32bit": {
"url": "https://github.com/RubyMetric/chsrc/releases/download/$version/chsrc-x86-windows.exe"
}
}
}
}

0 comments on commit 2de82f3

Please sign in to comment.