Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Add microsoft-edge
Browse files Browse the repository at this point in the history
  • Loading branch information
kidonng committed Jul 14, 2020
1 parent 2a3869b commit 50884c9
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[@kidonng](https://github.com/kidonng)'s [Scoop](https://scoop-docs.now.sh/) bucket.

This bucket strives to provide accurate version info, even for nightly applications.
This bucket strives to provide accurate version/hash info, even for nightly applications.

## Usage

Expand All @@ -17,6 +17,7 @@ scoop install sushi/<app>

- **android-clt**: The official Android command line tools
- **listary-beta**: A revolutionary search utility
- **microsoft-edge**: The new Microsoft Edge browser
- **openhashtab**: A shell extension for conveniently calculating and checking file hashes from file properties
- **tencent-meeting**: Video conferencing app by Tencent

Expand Down Expand Up @@ -59,6 +60,7 @@ Fonts do **not** need administrator rights to **install**, but they are **needed

- [fontloadersub](https://github.com/yzwduck/FontLoaderSub)
- [listary-beta](https://www.listary.com/beta) # *
- [microsoft-edge / microsoft-edge-beta / microsoft-edge-dev / microsoft-edge-canary](https://www.microsoft.com/edge) *
- [officetoolplus-beta](https://otp.landian.vip/)
- [openhashtab](https://github.com/namazso/OpenHashTab) #
- [scoop-completion](https://github.com/Moeologist/scoop-completion)
Expand Down
38 changes: 38 additions & 0 deletions bucket/microsoft-edge-beta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"version": "84.0.522.35",
"description": "The new Microsoft Edge browser (Beta Channel)",
"homepage": "https://www.microsoftedgeinsider.com/",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://edge-dl.kidonng.workers.dev/https://api.shuax.com/v2/download/edge/beta/x64#/dl.7z",
"hash": "1D4A3E883D0B3A8619FC038B331D2257B5B7E00D950DD4E5C40F2E88F77221BB"
},
"32bit": {
"url": "https://edge-dl.kidonng.workers.dev/https://api.shuax.com/v2/download/edge/beta/x86#/dl.7z",
"hash": "8ABEC3CC9E12AB6ED6BE32C153AA697EE10F0D506B969F9E1E16A365059516E1"
}
},
"installer": {
"script": [
"Expand-7zipArchive -Path \"$dir\\MSEDGE.7z\" -ExtractDir \"Chrome-bin\" -Removal",
"Move-Item \"$((Get-ChildItem -Directory $dir).FullName)/*\" -Destination $dir"
]
},
"shortcuts": [["msedge.exe", "Microsoft Edge Beta"]],
"checkver": {
"url": "https://scoop-services.azurewebsites.net/checkver?app=microsoftedge",
"jp": "$.beta.x64.version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://edge-dl.kidonng.workers.dev/https://api.shuax.com/v2/download/edge/beta/x64#/dl.7z"
},
"32bit": {
"url": "https://edge-dl.kidonng.workers.dev/https://api.shuax.com/v2/download/edge/beta/x86#/dl.7z"
}
}
},
"notes": "Your data is stored $env:localappdata\\Microsoft\\Edge."
}
38 changes: 38 additions & 0 deletions bucket/microsoft-edge-canary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"version": "86.0.576.0",
"description": "The new Microsoft Edge browser (Canary Channel)",
"homepage": "https://www.microsoftedgeinsider.com/",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://edge-dl.kidonng.workers.dev/https://api.shuax.com/v2/download/edge/canary/x64#/dl.7z",
"hash": "CC95B138C459DE83165AE370048114A5774608530D9C157889C574C88110E9F8"
},
"32bit": {
"url": "https://edge-dl.kidonng.workers.dev/https://api.shuax.com/v2/download/edge/canary/x86#/dl.7z",
"hash": "49F66923219E1EE5230D8931AE939DC2CAEDF401AC862BE0FE44598519EB9EC9"
}
},
"installer": {
"script": [
"Expand-7zipArchive -Path \"$dir\\MSEDGE.7z\" -ExtractDir \"Chrome-bin\" -Removal",
"Move-Item \"$((Get-ChildItem -Directory $dir).FullName)/*\" -Destination $dir"
]
},
"shortcuts": [["msedge.exe", "Microsoft Edge Canary"]],
"checkver": {
"url": "https://scoop-services.azurewebsites.net/checkver?app=microsoftedge",
"jp": "$.canary.x64.version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://edge-dl.kidonng.workers.dev/https://api.shuax.com/v2/download/edge/canary/x64#/dl.7z"
},
"32bit": {
"url": "https://edge-dl.kidonng.workers.dev/https://api.shuax.com/v2/download/edge/canary/x86#/dl.7z"
}
}
},
"notes": "Your data is stored $env:localappdata\\Microsoft\\Edge."
}
38 changes: 38 additions & 0 deletions bucket/microsoft-edge-dev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"version": "85.0.552.1",
"description": "The new Microsoft Edge browser (Dev Channel)",
"homepage": "https://www.microsoftedgeinsider.com/",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://edge-dl.kidonng.workers.dev/https://api.shuax.com/v2/download/edge/dev/x64#/dl.7z",
"hash": "d3e1418a39f55943ab3f1e905ce0d45f99762b93598929c9f3746c5aec20148a"
},
"32bit": {
"url": "https://edge-dl.kidonng.workers.dev/https://api.shuax.com/v2/download/edge/dev/x86#/dl.7z",
"hash": "c551bb972bc6766fb20ca8f4ff54e6566875963f3b845a1466d09e7483b7873d"
}
},
"installer": {
"script": [
"Expand-7zipArchive -Path \"$dir\\MSEDGE.7z\" -ExtractDir \"Chrome-bin\" -Removal",
"Move-Item \"$((Get-ChildItem -Directory $dir).FullName)/*\" -Destination $dir"
]
},
"shortcuts": [["msedge.exe", "Microsoft Edge Dev"]],
"checkver": {
"url": "https://scoop-services.azurewebsites.net/checkver?app=microsoftedge",
"jp": "$.dev.x64.version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://edge-dl.kidonng.workers.dev/https://api.shuax.com/v2/download/edge/dev/x64#/dl.7z"
},
"32bit": {
"url": "https://edge-dl.kidonng.workers.dev/https://api.shuax.com/v2/download/edge/dev/x86#/dl.7z"
}
}
},
"notes": "Your data is stored $env:localappdata\\Microsoft\\Edge."
}
38 changes: 38 additions & 0 deletions bucket/microsoft-edge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"version": "83.0.478.61",
"description": "The new Microsoft Edge browser",
"homepage": "https://www.microsoft.com/edge",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://edge-dl.kidonng.workers.dev/https://api.shuax.com/v2/download/edge/stable/x64#/dl.7z",
"hash": "288F1C837A6B1AE3BD4D6D0AD1633E485363D4CDC0DE2C98070EFC19DBEDB53B"
},
"32bit": {
"url": "https://edge-dl.kidonng.workers.dev/https://api.shuax.com/v2/download/edge/stable/x86#/dl.7z",
"hash": "9219CDD9419090E35F81D5DCD9BA3E8B1EE8BFDDD75E514F13104B4060D9ECAC"
}
},
"installer": {
"script": [
"Expand-7zipArchive -Path \"$dir\\MSEDGE.7z\" -ExtractDir \"Chrome-bin\" -Removal",
"Move-Item \"$((Get-ChildItem -Directory $dir).FullName)/*\" -Destination $dir"
]
},
"shortcuts": [["msedge.exe", "Microsoft Edge"]],
"checkver": {
"url": "https://scoop-services.azurewebsites.net/checkver?app=microsoftedge",
"jp": "$.stable.x64.version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://edge-dl.kidonng.workers.dev/https://api.shuax.com/v2/download/edge/stable/x64#/dl.7z"
},
"32bit": {
"url": "https://edge-dl.kidonng.workers.dev/https://api.shuax.com/v2/download/edge/stable/x86#/dl.7z"
}
}
},
"notes": "Your data is stored $env:localappdata\\Microsoft\\Edge."
}

0 comments on commit 50884c9

Please sign in to comment.