ScoopInstaller_Main/bucket/ntfs2btrfs.json
2022-12-02 23:30:50 +00:00

26 lines
842 B
JSON

{
"version": "20220812",
"description": "Conversion tool from NTFS to Btrfs",
"homepage": "https://github.com/maharmstone/ntfs2btrfs",
"license": "GPL-2.0-only",
"notes": "ntfs2btrfs requires admin privileges to use",
"suggest": {
"WinBtrfs": "nonportable/winbtrfs-np"
},
"architecture": {
"64bit": {
"url": "https://github.com/maharmstone/ntfs2btrfs/releases/download/20220812/ntfs2btrfs-20220812.zip",
"hash": "3b2c6a899a552ace39dacd10646a6f79e0fa7333512dd1a8d1a255c267fa8b36"
}
},
"bin": "ntfs2btrfs.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/maharmstone/ntfs2btrfs/releases/download/$version/ntfs2btrfs-$version.zip"
}
}
}
}