ffmpeg-nightly: Update to version 100625

format rest
This commit is contained in:
Jakub Čábera 2021-01-14 17:45:36 +01:00
parent 2895a88f4a
commit d285bab5df
9 changed files with 16 additions and 16 deletions

View File

@ -32,7 +32,7 @@
"url": "https://dl.google.com/android/repository/commandlinetools-win-$version_latest.zip",
"hash": {
"url": "https://developer.android.com/studio",
"find": "commandlinetools-win(?:.*\\n){3}.*<td>($sha256)"
"regex": "commandlinetools-win(?:.*\\n){3}.*<td>($sha256)"
}
}
}

View File

@ -1,7 +1,7 @@
{
"homepage": "https://forum.doom9.org/showthread.php?t=125966",
"description": "Audio conversion tool",
"version": "3.34",
"description": "Audio conversion tool",
"homepage": "https://forum.doom9.org/showthread.php?t=125966",
"license": "Freeware",
"url": "http://madshi.net/eac3to.zip",
"hash": "6538ea65d4dd31bce914bf0757ee421a590829582bec7de43710fc6b424ee07d",

View File

@ -6,10 +6,10 @@
"url": "https://downloads.sourceforge.net/project/editorconfig/EditorConfig-C-Core/0.12.1/binary-Windows/editorconfig-0.12.1-Windows-x86.zip",
"hash": "sha1:7c44b819690baec3de22edc0c9f7eb21dc0a7850",
"extract_dir": "editorconfig-0.12.1-Windows-x86",
"bin": "bin/editorconfig.exe",
"bin": "bin\\editorconfig.exe",
"checkver": {
"url": "https://sourceforge.net/projects/editorconfig/rss?path=/EditorConfig-C-Core",
"re": "([0-9.]+)/binary-Windows"
"regex": "([\\d.]+)/binary-Windows"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/editorconfig/EditorConfig-C-Core/$version/binary-Windows/editorconfig-$version-Windows-x86.zip",

View File

@ -1,8 +1,8 @@
{
"##": "Rename from zip to 7z is needed due to 'invalid archive entry' error.",
"homepage": "http://exercism.io/",
"description": "A Go based command line tool for exercism.io.",
"version": "3.0.13",
"description": "A Go based command line tool for exercism.io.",
"homepage": "http://exercism.io/",
"license": "MIT",
"bin": "exercism.exe",
"architecture": {

View File

@ -1,13 +1,13 @@
{
"version": "100616",
"version": "100625",
"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-01-12-12-53/ffmpeg-N-100616-gca21cb1e36-win64-gpl.zip",
"hash": "06e5bb39936ef48a2160a93df65611e91d5883e19d8f0685f580aeeb38324b7d",
"extract_dir": "ffmpeg-N-100616-gca21cb1e36-win64-gpl"
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2021-01-14-13-18/ffmpeg-N-100625-gf6477ac9f4-win64-gpl.zip",
"hash": "c51fa82972f634dcb14d674382233f28a6b34b214702c5f370ac8cf46ad573e8",
"extract_dir": "ffmpeg-N-100625-gf6477ac9f4-win64-gpl"
}
},
"bin": [

View File

@ -1,6 +1,6 @@
{
"version": "1.22.0",
"description": "Kompose is a conversion tool for Docker Compose to container orchestrators such as Kubernetes (or OpenShift).",
"description": "Conversion tool for Docker Compose to container orchestrators such as Kubernetes (or OpenShift).",
"homepage": "https://kompose.io/",
"license": "Apache-2.0",
"architecture": {
@ -21,7 +21,7 @@
},
"hash": {
"url": "https://github.com/kubernetes/kompose/releases/tag/v$version",
"find": ">kompose-windows-amd64.exe[^.]+([0-9a-fA-F]{64})"
"regex": ">$basename[^.]+$sha256"
}
}
}

View File

@ -34,7 +34,7 @@
},
"hash": {
"url": "$baseurl/hashes.txt",
"find": "SHA256\\($basename\\)=\\s+([a-fA-F\\d]{64})"
"regex": "SHA256\\($basename\\)=\\s+$sha256"
}
}
}

View File

@ -32,7 +32,7 @@
},
"hash": {
"url": "https://github.com/PowerShell/PowerShell/releases/tag/v$version/",
"find": "$basename\\s*<ul>\\s*<li>([A-Fa-f\\d]{64})"
"regex": "$basename\\s*<ul>\\s*<li>$sha256"
}
}
}

View File

@ -98,7 +98,7 @@
},
"hash": {
"url": "https://www.python.org/downloads/release/python-$cleanVersion/",
"find": "(?sm)$basename.*?$md5"
"regex": "(?sm)$basename.*?$md5"
}
}
}