Last active
May 27, 2021 21:46
-
-
Save gperezmz/e812dac1386b1dab756880af80a9dd0e to your computer and use it in GitHub Desktop.
scoop manifests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.14.0", | |
"description": "Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration (like Git repositories), and automating updates to configuration when there is new code to deploy.", | |
"homepage": "https://fluxcd.io", | |
"license": "Apache-2.0", | |
"architecture": { | |
"64bit": { | |
"url": "https://github.com/fluxcd/flux2/releases/download/v0.14.0/flux_0.14.0_windows_amd64.zip", | |
"hash": "12e7ba775dc0040e6e1f694ea9f93a94ac4913c16bed43ccf141e5a7bad59583" | |
}, | |
"32bit": { | |
"url": "https://github.com/fluxcd/flux2/releases/download/v0.14.0/flux_0.14.0_windows_386.zip", | |
"hash": "60174865803ee84b3d380b8f2d4824ae06c3eca5731a9a73f8f9ff758ceb1328" | |
} | |
}, | |
"bin": "flux.exe", | |
"checkver": { | |
"github": "https://github.com/fluxcd/flux2" | |
}, | |
"autoupdate": { | |
"architecture": { | |
"64bit": { | |
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_amd64.zip" | |
}, | |
"32bit": { | |
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_386.zip" | |
} | |
}, | |
"hash": { | |
"url": "$baseurl/flux_$version_checksums.txt" | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "1.4.00.11161", | |
"description": "Office 365's chats, meetings, files and apps together in one place", | |
"homepage": "https://teams.microsoft.com/start", | |
"license": "Freeware", | |
"architecture": { | |
"64bit": { | |
"url": "https://statics.teams.microsoft.com/production-windows-x64/1.4.00.11161/Teams-1.4.00.11161-full.nupkg", | |
"hash": "sha1:57d5b5677504ee59184eb4f4a6d6f0700957a26c" | |
}, | |
"32bit": { | |
"url": "https://statics.teams.microsoft.com/production-windows/1.4.00.11161/Teams-1.4.00.11161-full.nupkg", | |
"hash": "sha1:caffae6630e15d3f0735f7c3fad957ef9dcb78bf" | |
} | |
}, | |
"extract_dir": "lib\\net45", | |
"shortcuts": [ | |
[ | |
"Teams.exe", | |
"Microsoft Teams" | |
] | |
], | |
"checkver": { | |
"url": "https://teams.microsoft.com/downloads/desktopurl?env=production&plat=windows&arch=x64&download=false", | |
"regex": "/([\\d.]+)/Teams_windows_x64\\.exe" | |
}, | |
"autoupdate": { | |
"architecture": { | |
"64bit": { | |
"url": "https://statics.teams.microsoft.com/production-windows-x64/$version/Teams-$version-full.nupkg" | |
}, | |
"32bit": { | |
"url": "https://statics.teams.microsoft.com/production-windows/$version/Teams-$version-full.nupkg" | |
} | |
}, | |
"hash": { | |
"url": "$baseurl/RELEASES" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment