diff --git a/bucket/android-clt.json b/bucket/android-clt.json
index b5244431f0..e7c67a8c27 100644
--- a/bucket/android-clt.json
+++ b/bucket/android-clt.json
@@ -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}.*
($sha256)"
+ "regex": "commandlinetools-win(?:.*\\n){3}.* | ($sha256)"
}
}
}
diff --git a/bucket/eac3to.json b/bucket/eac3to.json
index 5812bd471c..29f101d1b2 100644
--- a/bucket/eac3to.json
+++ b/bucket/eac3to.json
@@ -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",
diff --git a/bucket/editorconfig.json b/bucket/editorconfig.json
index 22d7418f5b..f8e586fe99 100644
--- a/bucket/editorconfig.json
+++ b/bucket/editorconfig.json
@@ -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",
diff --git a/bucket/exercism.json b/bucket/exercism.json
index b8a929ce93..c4ecf4c25d 100644
--- a/bucket/exercism.json
+++ b/bucket/exercism.json
@@ -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": {
diff --git a/bucket/ffmpeg-nightly.json b/bucket/ffmpeg-nightly.json
index 073e5ecee7..4f18200cc8 100644
--- a/bucket/ffmpeg-nightly.json
+++ b/bucket/ffmpeg-nightly.json
@@ -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": [
diff --git a/bucket/kompose.json b/bucket/kompose.json
index cacb37a684..143f269c65 100644
--- a/bucket/kompose.json
+++ b/bucket/kompose.json
@@ -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"
}
}
}
diff --git a/bucket/openssl-mingw.json b/bucket/openssl-mingw.json
index 4ae4b22402..8a8b2175d2 100644
--- a/bucket/openssl-mingw.json
+++ b/bucket/openssl-mingw.json
@@ -34,7 +34,7 @@
},
"hash": {
"url": "$baseurl/hashes.txt",
- "find": "SHA256\\($basename\\)=\\s+([a-fA-F\\d]{64})"
+ "regex": "SHA256\\($basename\\)=\\s+$sha256"
}
}
}
diff --git a/bucket/pwsh.json b/bucket/pwsh.json
index 7dcfb775a7..93524ba60e 100644
--- a/bucket/pwsh.json
+++ b/bucket/pwsh.json
@@ -32,7 +32,7 @@
},
"hash": {
"url": "https://github.com/PowerShell/PowerShell/releases/tag/v$version/",
- "find": "$basename\\s*\\s*- ([A-Fa-f\\d]{64})"
+ "regex": "$basename\\s*
\\s*- $sha256"
}
}
}
diff --git a/bucket/python.json b/bucket/python.json
index 1bbd5fa56a..dd745f0105 100644
--- a/bucket/python.json
+++ b/bucket/python.json
@@ -98,7 +98,7 @@
},
"hash": {
"url": "https://www.python.org/downloads/release/python-$cleanVersion/",
- "find": "(?sm)$basename.*?$md5"
+ "regex": "(?sm)$basename.*?$md5"
}
}
}
|