ScoopInstaller_Main/bucket/importexcel.json
2024-05-18 16:27:18 +00:00

20 lines
781 B
JSON

{
"version": "7.8.9",
"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.9.nupkg",
"hash": "7b93232790458d779df513f49fcc7deeb8e7c4fff742d33b367a5e6a39bfb2ae",
"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"
}
}