Skip to content

Commit

Permalink
Add scoop pkg info
Browse files Browse the repository at this point in the history
[GitHub link #16]
  • Loading branch information
ccmywish committed Jun 5, 2024
1 parent 07841a7 commit da7e5ab
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pkg/scoop-chsrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"version": "0.1.5",
"description": "chsrc: a fast command line tool to Change Source for every software on every platform",
"homepage": "https://gitee.com/RubyMetric/chsrc",
"license": "GPLv3",
"architecture": {
"64bit": {
"url": "https://gitee.com/RubyMetric/chsrc/releases/download/v0.1.5/chsrc-x64-windows.exe",
"hash": "36EE945874FA45DBA735FD0EF64AEEDB339C6F3385BEDEF422863845C0674A88"
}
},
"bin": [ ["chsrc-x64-windows.exe", "chsrc"] ] ,
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://gitee.com/RubyMetric/chsrc/releases/download/$version/chsrc-x64-windows.exe"
}
}
}
}

0 comments on commit da7e5ab

Please sign in to comment.