jx: Update to version 3.2.202

This commit is contained in:
Jakub Čábera 2021-09-30 05:08:56 -07:00
parent 7c2791f972
commit 51c6645b16
2 changed files with 8 additions and 5 deletions

View File

@ -1,12 +1,12 @@
{ {
"version": "3.2.196", "version": "3.2.202",
"description": "A command line tool for installing and using Jenkins X", "description": "A command line tool for installing and using Jenkins X",
"homepage": "https://github.com/jenkins-x/jx", "homepage": "https://github.com/jenkins-x/jx",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/jenkins-x/jx/releases/download/v3.2.196/jx-windows-amd64.zip", "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.202/jx-windows-amd64.zip",
"hash": "c15bee557a61db619fe6151209a11f29d3b10c64657a42679165447be71275bd" "hash": "63e296714e7f2f1e2e0234ff099c16a79b66e85da74f9a58946502da3897647a"
} }
}, },
"pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose", "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",

View File

@ -9,11 +9,11 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2021.09.25/yt-dlp.exe", "url": "https://github.com/yt-dlp/yt-dlp/releases/download/2021.09.25/yt-dlp.exe",
"hash": "8EDF5E31E28C5E56DF3F87334D193CC777F241481BA091930EC53220B01C135D" "hash": "sha512:663dc0f08fb093a4be510834ee456f66c66da9c7b268769f0fad1cfccce3f53f48652674388ee3d4484060fff6c7394b6bdb7091cf10dca4ae76e58dc3360c72"
}, },
"32bit": { "32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2021.09.25/yt-dlp_x86.exe#/yt-dlp.exe", "url": "https://github.com/yt-dlp/yt-dlp/releases/download/2021.09.25/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "E35BC18F766FD61ED46A42913F89680D5EA1D714135898EB6DF5CD9248213CCC" "hash": "sha512:e93b210171410d8944d09ce221178ccf0046a86beba652fc0a5b3b04ef02e0f73921985bdf6cd1944c0e14045c6cf04b511e4955e58e0a030e26a96902ed08ca"
} }
}, },
"bin": "yt-dlp.exe", "bin": "yt-dlp.exe",
@ -26,6 +26,9 @@
"32bit": { "32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp_x86.exe#/yt-dlp.exe" "url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp_x86.exe#/yt-dlp.exe"
} }
},
"hash": {
"url": "$baseurl/SHA2-512SUMS"
} }
} }
} }