mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
fat32format: Add version a027932 (#2064)
* fat32format: Add version 1.07 * Simplify homepage URL * Add checkver & autoupdate * Use sources from 'https://github.com/0xbadfca11/fat32format' instead Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
parent
93e2ea28d1
commit
1fd71ca402
16
bucket/fat32format.json
Normal file
16
bucket/fat32format.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"version": "a027932",
|
||||
"description": "FAT32 format tool that supports volumes greater than 32 GB",
|
||||
"homepage": "https://github.com/0xbadfca11/fat32format",
|
||||
"license": "GPL-2.0-only",
|
||||
"url": "https://github.com/0xbadfca11/fat32format/releases/download/releasea027932/fat32format.exe",
|
||||
"hash": "782ea117b209aa3b882d847025640e6c433b2f70c7555345c9d459522aed9b50",
|
||||
"bin": "fat32format.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/0xbadfca11/fat32format",
|
||||
"regex": "tag/release([\\w.-]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/0xbadfca11/fat32format/releases/download/release$version/fat32format.exe"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user