mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
svtplay-dl: Update to version 2.5
sbt: Fix checkver
This commit is contained in:
parent
e35339e462
commit
e0de5828f3
@ -8,10 +8,13 @@
|
||||
"extract_dir": "sbt",
|
||||
"bin": "bin\\sbt.bat",
|
||||
"checkver": {
|
||||
"github": "https://github.com/sbt/sbt"
|
||||
"url": "https://www.scala-sbt.org/download.html",
|
||||
"regex": "/sbt-([\\d.]+)\\.zip"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/sbt/sbt/releases/download/v$version/sbt-$version.zip",
|
||||
"extract_dir": "sbt"
|
||||
"hash": {
|
||||
"url": "$url.sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,17 +1,32 @@
|
||||
{
|
||||
"version": "2.4",
|
||||
"version": "2.5",
|
||||
"description": "Video downloader from various sites",
|
||||
"homepage": "https://svtplay-dl.se",
|
||||
"license": "MIT",
|
||||
"description": "svtplay-dl cli program for downloading media",
|
||||
"url": "https://svtplay-dl.se/download/2.4/svtplay-dl.zip",
|
||||
"homepage": "https://svtplay-dl.se/",
|
||||
"hash": "3227384d1cf21fddeb67c5be7f0bfb7686eb6a12b072009324740011ed5c2b72",
|
||||
"suggest": {
|
||||
"ffmpeg": "ffmpeg"
|
||||
},
|
||||
"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",
|
||||
"bin": "svtplay-dl.exe",
|
||||
"checkver": "<p.*>Currently v([\\d\\.\\d]+) \\(.*\\)</p>",
|
||||
"checkver": ">Currently v([\\d.]+)\\s+\\(",
|
||||
"autoupdate": {
|
||||
"url": "https://svtplay-dl.se/download/$version/svtplay-dl.zip"
|
||||
},
|
||||
"suggest": {
|
||||
"ffmpeg for joining audio and video streams": "ffmpeg"
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://svtplay-dl.se/download/$version/svtplay-dl-amd64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://svtplay-dl.se/download/$version/svtplay-dl-win32.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user