svtplay-dl: Update to version 2.5

sbt: Fix checkver
This commit is contained in:
Jakub Čábera 2020-09-25 08:42:52 +02:00
parent e35339e462
commit e0de5828f3
2 changed files with 30 additions and 12 deletions

View File

@ -8,10 +8,13 @@
"extract_dir": "sbt", "extract_dir": "sbt",
"bin": "bin\\sbt.bat", "bin": "bin\\sbt.bat",
"checkver": { "checkver": {
"github": "https://github.com/sbt/sbt" "url": "https://www.scala-sbt.org/download.html",
"regex": "/sbt-([\\d.]+)\\.zip"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/sbt/sbt/releases/download/v$version/sbt-$version.zip", "url": "https://github.com/sbt/sbt/releases/download/v$version/sbt-$version.zip",
"extract_dir": "sbt" "hash": {
"url": "$url.sha256"
}
} }
} }

View File

@ -1,17 +1,32 @@
{ {
"version": "2.4", "version": "2.5",
"description": "Video downloader from various sites",
"homepage": "https://svtplay-dl.se",
"license": "MIT", "license": "MIT",
"description": "svtplay-dl cli program for downloading media", "suggest": {
"url": "https://svtplay-dl.se/download/2.4/svtplay-dl.zip", "ffmpeg": "ffmpeg"
"homepage": "https://svtplay-dl.se/", },
"hash": "3227384d1cf21fddeb67c5be7f0bfb7686eb6a12b072009324740011ed5c2b72", "architecture": {
"64bit": {
"url": "https://svtplay-dl.se/download/2.5/svtplay-dl-amd64.zip",
"hash": "63865d573b9188d79424ef9e1921eff4ed50ecf272adea82b8e9d8c683f87ca1"
},
"32bit": {
"url": "https://svtplay-dl.se/download/2.5/svtplay-dl-win32.zip",
"hash": "9c9e986da2811aed9c0d41d2bd2a9d8df4379785bec756c7c78a36760f48a712"
}
},
"extract_dir": "svtplay-dl", "extract_dir": "svtplay-dl",
"bin": "svtplay-dl.exe", "bin": "svtplay-dl.exe",
"checkver": "<p.*>Currently v([\\d\\.\\d]+) \\(.*\\)</p>", "checkver": ">Currently v([\\d.]+)\\s+\\(",
"autoupdate": { "autoupdate": {
"url": "https://svtplay-dl.se/download/$version/svtplay-dl.zip" "architecture": {
}, "64bit": {
"suggest": { "url": "https://svtplay-dl.se/download/$version/svtplay-dl-amd64.zip"
"ffmpeg for joining audio and video streams": "ffmpeg" },
"32bit": {
"url": "https://svtplay-dl.se/download/$version/svtplay-dl-win32.zip"
}
}
} }
} }