diff --git a/bucket/ffmpeg-nightly-shared.json b/bucket/ffmpeg-nightly-shared.json index e63347e9ee..0ad78735ed 100644 --- a/bucket/ffmpeg-nightly-shared.json +++ b/bucket/ffmpeg-nightly-shared.json @@ -1,13 +1,13 @@ { - "version": "103585", + "version": "103588", "description": "A complete, cross-platform solution to record, convert and stream audio and video.", "homepage": "https://ffmpeg.org", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2021-09-09-12-23/ffmpeg-N-103585-gbb9141cc13-win64-gpl-shared.zip", - "hash": "6c72be0fb261ea12a85ede4e5e784bd89bd371e0baaf3565440c1f65635d7dad", - "extract_dir": "ffmpeg-N-103585-gbb9141cc13-win64-gpl-shared" + "url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2021-09-10-12-22/ffmpeg-N-103588-g0b4d009587-win64-gpl-shared.zip", + "hash": "4f20ccc78265c1b4d0e34ea7ef09997cc2519220f16c758a865cc7c495ff788c", + "extract_dir": "ffmpeg-N-103588-g0b4d009587-win64-gpl-shared" } }, "bin": [ diff --git a/bucket/gdu.json b/bucket/gdu.json index 8637ef3663..47d69823c2 100644 --- a/bucket/gdu.json +++ b/bucket/gdu.json @@ -1,20 +1,16 @@ { - "homepage": "https://github.com/dundee/gdu", - "description": "A Fast Console Disk Usage Analyzer", - "license": "MIT", "version": "5.7.0", + "description": "A Fast Console Disk Usage Analyzer", + "homepage": "https://github.com/dundee/gdu", + "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/dundee/gdu/releases/download/v5.7.0/gdu_windows_amd64.exe.zip", "hash": "e21f1798bc44c6d2e65fc3b9c7d43c46ebb66e7eeac97d113327acaf8893d973" } }, - "bin": [ - [ - "gdu_windows_amd64.exe", - "gdu" - ] - ], + "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.zip$')\" 'gdu.exe'", + "bin": "gdu.exe", "checkver": "github", "autoupdate": { "architecture": { diff --git a/bucket/gitui.json b/bucket/gitui.json index 92e93a89c2..e9ce4d9d1e 100644 --- a/bucket/gitui.json +++ b/bucket/gitui.json @@ -3,10 +3,8 @@ "description": "Terminal client for Git", "homepage": "https://github.com/extrawurst/gitui", "license": "MIT", - "depends": "git", "url": "https://github.com/extrawurst/gitui/releases/download/v0.17.1/gitui-win.tar.gz", "hash": "d03b8acb2cc0dc29580ccbcee3fd4d95fcbf5bbf808a39db99f3c13fa7ffc2e4", - "extract_dir": ".", "bin": "gitui.exe", "checkver": "github", "autoupdate": { diff --git a/bucket/gsudo.json b/bucket/gsudo.json index 09125ce965..fe96a5e616 100644 --- a/bucket/gsudo.json +++ b/bucket/gsudo.json @@ -5,14 +5,14 @@ "license": "MIT", "url": "https://github.com/gerardog/gsudo/releases/download/v1.0.2/gsudo.v1.0.2.zip", "hash": "0ce9e5152b1f04625a649d8410f7be522e58cfa97ea9e63f08cd9ff147feeab9", - "env_add_path": ".", "bin": [ [ "gsudo.exe", "sudo" ] ], - "post_install": "& $dir\\gsudo.exe -k 2>&1 | out-null", + "post_install": "& \"$dir\\gsudo.exe\" -k 2>&1 | Out-Null", + "env_add_path": ".", "checkver": "github", "autoupdate": { "url": "https://github.com/gerardog/gsudo/releases/download/v$version/gsudo.v$version.zip" diff --git a/bucket/telegraf.json b/bucket/telegraf.json index cef1f5543d..f3068e3c2d 100644 --- a/bucket/telegraf.json +++ b/bucket/telegraf.json @@ -6,10 +6,14 @@ "architecture": { "64bit": { "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.19.3_windows_amd64.zip", - "hash": "31bda0a456dcdf114f43dcfd0bd7ab6358fe4ceff5ff3209070fbf19ad218bbe", - "extract_dir": "telegraf-1.19.3" + "hash": "31bda0a456dcdf114f43dcfd0bd7ab6358fe4ceff5ff3209070fbf19ad218bbe" + }, + "32bit": { + "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.19.3_windows_i386.zip", + "hash": "c2f4443650449b235418ef1b13b381c1190171b56227789a92032c907c9644ca" } }, + "extract_dir": "telegraf-1.19.3", "bin": "telegraf.exe", "persist": "telegraf.conf", "env_set": { @@ -21,13 +25,16 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://dl.influxdata.com/telegraf/releases/telegraf-$version_windows_amd64.zip", - "extract_dir": "telegraf-$version", - "hash": { - "url": "https://github.com/influxdata/telegraf/releases/tag/v$version", - "regex": "(?s)amd64.+?Windows.+?$sha256" - } + "url": "https://dl.influxdata.com/telegraf/releases/telegraf-$version_windows_amd64.zip" + }, + "32bit": { + "url": "https://dl.influxdata.com/telegraf/releases/telegraf-$version_windows_i386.zip" } - } + }, + "hash": { + "url": "https://github.com/influxdata/telegraf/releases/tag/v$version", + "regex": "(?s)$basename$sha256