x264: Update to version 3048

This commit is contained in:
Jakub Čábera 2021-02-11 16:09:12 +01:00
parent 5d15b80be6
commit d9f25f8280
3 changed files with 14 additions and 14 deletions

View File

@ -7,9 +7,9 @@
"suggest": { "suggest": {
"Kotlin": "kotlin" "Kotlin": "kotlin"
}, },
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.4.30/kotlin-native-prebuilt-windows-1.4.30.zip", "url": "https://github.com/JetBrains/kotlin/releases/download/v1.4.30/kotlin-native-windows-1.4.30.zip",
"hash": "07a940e8ac901d9305cf37788574935f2055b00e694b7e0d607b3a0a2f4ba4ed", "hash": "6c56581902e094c0b1b292abb854d314d5cee650528f23015f8390301fa84ae2",
"extract_dir": "kotlin-native-prebuilt-windows-1.4.30", "extract_dir": "kotlin-native-windows-1.4.30",
"bin": [ "bin": [
"bin\\cinterop.bat", "bin\\cinterop.bat",
"bin\\jsinterop.bat", "bin\\jsinterop.bat",
@ -21,15 +21,15 @@
], ],
"env_add_path": "bin", "env_add_path": "bin",
"checkver": { "checkver": {
"url": "https://kotlinlang.org/releases.html", "url": "https://kotlinlang.org/docs/releases.html",
"regex": ">([\\d.]+)</strong" "regex": ">([\\d.]+)</b"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/JetBrains/kotlin/releases/download/v$version/kotlin-native-prebuilt-windows-$version.zip", "url": "https://github.com/JetBrains/kotlin/releases/download/v$version/kotlin-native-windows-$version.zip",
"hash": { "hash": {
"url": "https://github.com/JetBrains/kotlin/releases/tag/v$version", "url": "https://github.com/JetBrains/kotlin/releases/tag/v$version",
"regex": "(?sm)$basename</.*?>$sha256</" "regex": "(?sm)$basename</.*?>$sha256</"
}, },
"extract_dir": "kotlin-native-prebuilt-windows-$version" "extract_dir": "kotlin-native-windows-$version"
} }
} }

View File

@ -22,8 +22,8 @@
"KOTLIN_HOME": "$dir" "KOTLIN_HOME": "$dir"
}, },
"checkver": { "checkver": {
"url": "https://kotlinlang.org/releases.html", "url": "https://kotlinlang.org/docs/releases.html",
"regex": ">([\\d.]+)</strong" "regex": ">([\\d.]+)</b"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/JetBrains/kotlin/releases/download/v$version/kotlin-compiler-$version.zip" "url": "https://github.com/JetBrains/kotlin/releases/download/v$version/kotlin-compiler-$version.zip"

View File

@ -1,16 +1,16 @@
{ {
"version": "3046", "version": "3048",
"description": "H.264/MPEG-4 AVC video encoder", "description": "H.264/MPEG-4 AVC video encoder",
"homepage": "https://www.videolan.org/developers/x264.html", "homepage": "https://www.videolan.org/developers/x264.html",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://artifacts.videolan.org/x264/release-win64/x264-r3046-fa26446.exe#/x264.exe", "url": "https://artifacts.videolan.org/x264/release-win64/x264-r3048-b86ae3c.exe#/x264.exe",
"hash": "4e4c9a54bbde912343a0e196ff261c3d2f0ee894ca374d8050591e791c357c2d" "hash": "fb98fc6b6632765697b6127f62e0b6bb51c1bea346e61a99d40e8c04649bdf9a"
}, },
"32bit": { "32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3046-fa26446.exe#/x264.exe", "url": "https://artifacts.videolan.org/x264/release-win32/x264-r3048-b86ae3c.exe#/x264.exe",
"hash": "8217b5a1587cdcf29818d132ee5002cb33a12f3f765857c5fc4ec676c0453d5b" "hash": "b18a1e67db4f1ea35fa7563227a8cb58710b32c119e6daaa010ea3ab2875f51a"
} }
}, },
"bin": "x264.exe", "bin": "x264.exe",