mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
astyle: Use downloads mirror (#2809)
- Add extract_dir - Use hash from autoupdate 
This commit is contained in:
parent
19e93683c0
commit
322dd5ac72
13
astyle.json
13
astyle.json
@ -3,15 +3,12 @@
|
||||
"description": "A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective‑C, C#, and Java Source Code",
|
||||
"version": "3.1",
|
||||
"license": "MIT",
|
||||
"url": [
|
||||
"https://sourceforge.net/projects/astyle/files/astyle/astyle%203.1/AStyle_3.1_windows.zip"
|
||||
],
|
||||
"hash": [
|
||||
"0759d0a3b3ad768e0f1984b6faf22c5d9d53c2e081d1cfbd1cc7d6e955e995cb"
|
||||
],
|
||||
"bin": "AStyle\\bin\\AStyle.exe",
|
||||
"url": "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.1/AStyle_3.1_windows.zip",
|
||||
"hash": "sha1:5372ca57577f252cb6efdde12f889329786a72a2",
|
||||
"extract_dir": "AStyle",
|
||||
"bin": "bin\\AStyle.exe",
|
||||
"checkver": "Artistic Style ([\\d.]+)",
|
||||
"autoupdate": {
|
||||
"url": "https://sourceforge.net/projects/astyle/files/astyle/astyle%20$version/AStyle_$version_windows.zip"
|
||||
"url": "https://downloads.sourceforge.net/project/astyle/astyle/astyle%20$version/AStyle_$version_windows.zip"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user