mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
importexcel: Add version 7.8.6 (#5478)
* ImportExcel: Add version 7.8.6 * Rename ImportExcel.json to importexcel.json --------- Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
parent
11ef619bfc
commit
27198379ea
19
bucket/importexcel.json
Normal file
19
bucket/importexcel.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"version": "7.8.6",
|
||||
"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.6.nupkg",
|
||||
"hash": "ba4f3929c5c62611f999389ecbe068fb45a6d346fe91af38e70b619bf4c57fda",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user