minion: Update to version 2020-11-13T20-10-18Z

This commit is contained in:
Jakub Čábera 2020-11-14 10:48:46 +01:00
parent 254b3c1893
commit 994869ead9
3 changed files with 21 additions and 21 deletions

View File

@ -1,8 +1,9 @@
{ {
"homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php",
"version": "3.59", "version": "3.59",
"description": "Converts source code to formatted text with syntax highlighting.", "description": "Converts source code to formatted text with syntax highlighting.",
"homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"notes": "You need to set the working directory of the shortcut to '$dir'",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.59-x64.zip", "url": "http://www.andre-simon.de/zip/highlight-3.59-x64.zip",
@ -22,10 +23,9 @@
"Highlight" "Highlight"
] ]
], ],
"notes": "You need to set the working directory of the shortcut to '$dir'",
"checkver": { "checkver": {
"url": "https://gitlab.com/saalen/highlight/-/tags", "url": "https://gitlab.com/saalen/highlight/-/tags",
"regex": "v([\\d\\.]+)</a>" "regex": "v([\\d.]+)</a>"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
@ -33,7 +33,7 @@
"url": "http://www.andre-simon.de/zip/highlight-$version-x64.zip", "url": "http://www.andre-simon.de/zip/highlight-$version-x64.zip",
"hash": { "hash": {
"url": "http://www.andre-simon.de/zip/download.php", "url": "http://www.andre-simon.de/zip/download.php",
"find": "([a-fA-F0-9]{64})</code>\\s+\\|\\s+<a href=\"highlight-[\\d\\.]+-x64.zip" "regex": "$sha256</code>\\s+\\|\\s+<a href=\"highlight-[\\d.]+-x64\\.zip"
}, },
"extract_dir": "highlight-$version-x64" "extract_dir": "highlight-$version-x64"
}, },
@ -41,7 +41,7 @@
"url": "http://www.andre-simon.de/zip/highlight-$version.zip", "url": "http://www.andre-simon.de/zip/highlight-$version.zip",
"hash": { "hash": {
"url": "http://www.andre-simon.de/zip/download.php", "url": "http://www.andre-simon.de/zip/download.php",
"find": "([a-fA-F\\d]{64})</code>\\s+\\|\\s+<a href=\"highlight-[\\d\\.]+.zip" "regex": "$sha256</code>\\s+\\|\\s+<a href=\"highlight-[\\d.]+\\.zip"
}, },
"extract_dir": "highlight-$version" "extract_dir": "highlight-$version"
} }

View File

@ -1,5 +1,5 @@
{ {
"version": "2020-11-12T22-33-34Z", "version": "2020-11-13T20-10-18Z",
"description": "A high performance, distributed object storage server, designed for large-scale data infrastructure. (server)", "description": "A high performance, distributed object storage server, designed for large-scale data infrastructure. (server)",
"homepage": "https://min.io", "homepage": "https://min.io",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -8,8 +8,8 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2020-11-12T22-33-34Z#/minio.exe", "url": "https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2020-11-13T20-10-18Z#/minio.exe",
"hash": "cfe877edf7339f7cd4277f99c87a78ea9a4251fb70aab73080de012edbfded54" "hash": "f3f306950a3d6607d89253a5367c15e13e6294b2f698723666c22ddebe6f3714"
} }
}, },
"bin": "minio.exe", "bin": "minio.exe",
@ -20,11 +20,11 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.$version#/minio.exe", "url": "https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.$version#/minio.exe"
"hash": {
"url": "$url.sha256sum"
}
} }
},
"hash": {
"url": "$url.sha256sum"
} }
} }
} }

View File

@ -1,8 +1,8 @@
{ {
"homepage": "https://www.influxdata.com/time-series-platform/telegraf/",
"license": "MIT",
"version": "1.16.2", "version": "1.16.2",
"description": "The plugin-driven server agent for collecting & reporting metrics.", "description": "The plugin-driven server agent for collecting & reporting metrics.",
"homepage": "https://www.influxdata.com/time-series-platform/telegraf/",
"license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.16.2_windows_amd64.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.16.2_windows_amd64.zip",
@ -10,21 +10,21 @@
"extract_dir": "telegraf" "extract_dir": "telegraf"
} }
}, },
"persist": "telegraf.conf",
"bin": "telegraf.exe", "bin": "telegraf.exe",
"persist": "telegraf.conf",
"checkver": { "checkver": {
"url": "https://portal.influxdata.com/downloads", "url": "https://portal.influxdata.com/downloads",
"re": ">Telegraf v([\\d.]+)<" "regex": ">Telegraf v([\\d.]+)<"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-$version_windows_amd64.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-$version_windows_amd64.zip"
"hash": {
"url": "https://portal.influxdata.com/downloads/",
"regex": "$sha256.*\\s.*$basename"
}
} }
},
"hash": {
"url": "https://portal.influxdata.com/downloads/",
"regex": "(?sm)Windows Binaries.*?>$sha256</.*?wget $url"
} }
} }
} }