ScoopInstaller_Main/bucket/importexcel.json
2024-05-13 16:29:19 +00:00

20 lines
781 B
JSON

{
"version": "7.8.8",
"description": "PowerShell module to import/export Excel spreadsheets, without Excel",
"homepage": "https://github.com/dfinke/ImportExcel",
"license": "Apache-2.0",
"url": "https://psg-prod-eastus.azureedge.net/packages/importexcel.7.8.8.nupkg",
"hash": "9694c3affd6d03f0c875a73ded3739f04ac78acad1f8416185744cfd4fb135bd",
"pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content*.xml\" -Recurse",
"psmodule": {
"name": "ImportExcel"
},
"checkver": {
"url": "https://www.powershellgallery.com/packages/ImportExcel",
"regex": "<h2>([\\d.]+)</h2>"
},
"autoupdate": {
"url": "https://psg-prod-eastus.azureedge.net/packages/importexcel.$version.nupkg"
}
}