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",
"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",
"notes": "You need to set the working directory of the shortcut to '$dir'",
"architecture": {
"64bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.59-x64.zip",
@ -22,10 +23,9 @@
"Highlight"
]
],
"notes": "You need to set the working directory of the shortcut to '$dir'",
"checkver": {
"url": "https://gitlab.com/saalen/highlight/-/tags",
"regex": "v([\\d\\.]+)</a>"
"regex": "v([\\d.]+)</a>"
},
"autoupdate": {
"architecture": {
@ -33,7 +33,7 @@
"url": "http://www.andre-simon.de/zip/highlight-$version-x64.zip",
"hash": {
"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"
},
@ -41,7 +41,7 @@
"url": "http://www.andre-simon.de/zip/highlight-$version.zip",
"hash": {
"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"
}

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)",
"homepage": "https://min.io",
"license": "Apache-2.0",
@ -8,8 +8,8 @@
},
"architecture": {
"64bit": {
"url": "https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2020-11-12T22-33-34Z#/minio.exe",
"hash": "cfe877edf7339f7cd4277f99c87a78ea9a4251fb70aab73080de012edbfded54"
"url": "https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2020-11-13T20-10-18Z#/minio.exe",
"hash": "f3f306950a3d6607d89253a5367c15e13e6294b2f698723666c22ddebe6f3714"
}
},
"bin": "minio.exe",
@ -20,11 +20,11 @@
"autoupdate": {
"architecture": {
"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"
}
}
}
}
}

View File

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