ffmpeg-nightly: Update to version 100102

postgrest: Fix checkver
This commit is contained in:
Jakub Čábera 2020-11-29 14:44:12 +01:00
parent 79f38d9adb
commit 410128e361
2 changed files with 6 additions and 5 deletions

View File

@ -1,13 +1,13 @@
{ {
"version": "100082", "version": "100102",
"description": "A complete, cross-platform solution to record, convert and stream audio and video.", "description": "A complete, cross-platform solution to record, convert and stream audio and video.",
"homepage": "https://ffmpeg.org", "homepage": "https://ffmpeg.org",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2020-11-28-12-37/ffmpeg-N-100082-g81503ac58a-win64-gpl.zip", "url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2020-11-29-12-31/ffmpeg-N-100102-gf194cedfe6-win64-gpl.zip",
"hash": "4c1dbe1630d798df770744f2a6a3fdb3df314271d6457711928bf64e3dc8d537", "hash": "5453f4ceea21d7b64fb6e23ba08da517141c851c16050ae55138847114fb6e53",
"extract_dir": "ffmpeg-N-100082-g81503ac58a-win64-gpl" "extract_dir": "ffmpeg-N-100102-gf194cedfe6-win64-gpl"
} }
}, },
"bin": [ "bin": [

View File

@ -12,7 +12,8 @@
}, },
"bin": "postgrest.exe", "bin": "postgrest.exe",
"checkver": { "checkver": {
"github": "https://github.com/PostgREST/postgrest" "url": "https://github.com/PostgREST/postgrest/releases",
"regex": "tag/v([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {