mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
x264: Update to version 3048
This commit is contained in:
parent
5d15b80be6
commit
d9f25f8280
@ -7,9 +7,9 @@
|
||||
"suggest": {
|
||||
"Kotlin": "kotlin"
|
||||
},
|
||||
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.4.30/kotlin-native-prebuilt-windows-1.4.30.zip",
|
||||
"hash": "07a940e8ac901d9305cf37788574935f2055b00e694b7e0d607b3a0a2f4ba4ed",
|
||||
"extract_dir": "kotlin-native-prebuilt-windows-1.4.30",
|
||||
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.4.30/kotlin-native-windows-1.4.30.zip",
|
||||
"hash": "6c56581902e094c0b1b292abb854d314d5cee650528f23015f8390301fa84ae2",
|
||||
"extract_dir": "kotlin-native-windows-1.4.30",
|
||||
"bin": [
|
||||
"bin\\cinterop.bat",
|
||||
"bin\\jsinterop.bat",
|
||||
@ -21,15 +21,15 @@
|
||||
],
|
||||
"env_add_path": "bin",
|
||||
"checkver": {
|
||||
"url": "https://kotlinlang.org/releases.html",
|
||||
"regex": ">([\\d.]+)</strong"
|
||||
"url": "https://kotlinlang.org/docs/releases.html",
|
||||
"regex": ">([\\d.]+)</b"
|
||||
},
|
||||
"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": {
|
||||
"url": "https://github.com/JetBrains/kotlin/releases/tag/v$version",
|
||||
"regex": "(?sm)$basename</.*?>$sha256</"
|
||||
},
|
||||
"extract_dir": "kotlin-native-prebuilt-windows-$version"
|
||||
"extract_dir": "kotlin-native-windows-$version"
|
||||
}
|
||||
}
|
||||
|
||||
@ -22,8 +22,8 @@
|
||||
"KOTLIN_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://kotlinlang.org/releases.html",
|
||||
"regex": ">([\\d.]+)</strong"
|
||||
"url": "https://kotlinlang.org/docs/releases.html",
|
||||
"regex": ">([\\d.]+)</b"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/JetBrains/kotlin/releases/download/v$version/kotlin-compiler-$version.zip"
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "3046",
|
||||
"version": "3048",
|
||||
"description": "H.264/MPEG-4 AVC video encoder",
|
||||
"homepage": "https://www.videolan.org/developers/x264.html",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://artifacts.videolan.org/x264/release-win64/x264-r3046-fa26446.exe#/x264.exe",
|
||||
"hash": "4e4c9a54bbde912343a0e196ff261c3d2f0ee894ca374d8050591e791c357c2d"
|
||||
"url": "https://artifacts.videolan.org/x264/release-win64/x264-r3048-b86ae3c.exe#/x264.exe",
|
||||
"hash": "fb98fc6b6632765697b6127f62e0b6bb51c1bea346e61a99d40e8c04649bdf9a"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3046-fa26446.exe#/x264.exe",
|
||||
"hash": "8217b5a1587cdcf29818d132ee5002cb33a12f3f765857c5fc4ec676c0453d5b"
|
||||
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3048-b86ae3c.exe#/x264.exe",
|
||||
"hash": "b18a1e67db4f1ea35fa7563227a8cb58710b32c119e6daaa010ea3ab2875f51a"
|
||||
}
|
||||
},
|
||||
"bin": "x264.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user