diff --git a/bucket/aws.json b/bucket/aws.json index acd4d7c515..b8cd9ea5f0 100644 --- a/bucket/aws.json +++ b/bucket/aws.json @@ -1,8 +1,8 @@ { "version": "2.0.52", - "license": "Apache-2.0", + "description": "Unified tool to manage AWS services", "homepage": "https://aws.amazon.com/cli/", - "description": "The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.", + "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://awscli.amazonaws.com/AWSCLIV2-2.0.52.msi", diff --git a/bucket/csview.json b/bucket/csview.json index 2e5daa3a8a..1a192c2ebc 100644 --- a/bucket/csview.json +++ b/bucket/csview.json @@ -1,10 +1,10 @@ { - "homepage": "https://github.com/wfxr/csview", - "description": "A high performance csv viewer with cjk/emoji support.", - "license": "MIT|Apache-2.0", "version": "0.3.5", + "description": "A high performance csv viewer with cjk/emoji support", + "homepage": "https://github.com/wfxr/csview", + "license": "MIT|Apache-2.0", "suggest": { - "xsv": "xsv" + "xsv": "xsv" }, "architecture": { "64bit": { diff --git a/bucket/ffsend.json b/bucket/ffsend.json index 16b77275a6..9b68e4d458 100644 --- a/bucket/ffsend.json +++ b/bucket/ffsend.json @@ -1,12 +1,12 @@ { - "version": "0.2.66", + "version": "0.2.67", "description": "Easily and securely share files from the command line. A fully featured Firefox Send client.", "homepage": "https://github.com/timvisee/ffsend", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/timvisee/ffsend/releases/download/v0.2.66/ffsend-v0.2.66-windows-x64-static.exe#/ffsend.exe", - "hash": "9f93e60b8cfe26efd802ed8639ef646b9ab81a05218985cfa02a71d5dc87038a" + "url": "https://github.com/timvisee/ffsend/releases/download/v0.2.67/ffsend-v0.2.67-windows-x64-static.exe#/ffsend.exe", + "hash": "0d7789592e71dbfca76a2e0becc62d6f7addf5749f852aa6d8e566a8492f28d5" } }, "bin": "ffsend.exe", diff --git a/bucket/insect.json b/bucket/insect.json index 8eb83e0acd..3539a7680a 100644 --- a/bucket/insect.json +++ b/bucket/insect.json @@ -1,8 +1,8 @@ { - "homepage": "https://github.com/sharkdp/insect", - "description": "A high precision scientific calculator with full support for physical units", - "license": "MIT", "version": "5.4.0", + "description": "A high precision scientific calculator with full support for physical units", + "homepage": "https://github.com/sharkdp/insect", + "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/sharkdp/insect/releases/download/v5.0.0/insect-windows-x64.exe#/insect.exe", @@ -18,10 +18,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/sharkdp/insect/releases/download/v5.0.0/insect-windows-x64.exe#/insect.exe" + "url": "https://github.com/sharkdp/insect/releases/download/v$version/insect-windows-x64.exe#/insect.exe" }, "32bit": { - "url": "https://github.com/sharkdp/insect/releases/download/v5.0.0/insect-windows-x86.exe#/insect.exe" + "url": "https://github.com/sharkdp/insect/releases/download/v$version/insect-windows-x86.exe#/insect.exe" } } } diff --git a/bucket/poppler.json b/bucket/poppler.json index 3e44715662..9757d64ec5 100644 --- a/bucket/poppler.json +++ b/bucket/poppler.json @@ -11,22 +11,22 @@ }, "extract_dir": "Library", "bin": [ - "bin/pdfattach.exe", - "bin/pdfdetach.exe", - "bin/pdffonts.exe", - "bin/pdfimages.exe", - "bin/pdfinfo.exe", - "bin/pdfseparate.exe", - "bin/pdftocairo.exe", - "bin/pdftohtml.exe", - "bin/pdftoppm.exe", - "bin/pdftops.exe", - "bin/pdftotext.exe", - "bin/pdfunite.exe" + "bin\\pdfattach.exe", + "bin\\pdfdetach.exe", + "bin\\pdffonts.exe", + "bin\\pdfimages.exe", + "bin\\pdfinfo.exe", + "bin\\pdfseparate.exe", + "bin\\pdftocairo.exe", + "bin\\pdftohtml.exe", + "bin\\pdftoppm.exe", + "bin\\pdftops.exe", + "bin\\pdftotext.exe", + "bin\\pdfunite.exe" ], "checkver": { "url": "https://anaconda.org/conda-forge/poppler/files", - "re": ">win-64/poppler-([a-z0-9_\\-.]+)\\.tar\\.bz2" + "regex": ">win-64/poppler-([\\w.-]+)\\.tar\\.bz2" }, "autoupdate": { "architecture": {