diff --git a/bucket/sbt.json b/bucket/sbt.json index 7f4fe260bb..c715fc2284 100644 --- a/bucket/sbt.json +++ b/bucket/sbt.json @@ -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" + } } } diff --git a/bucket/svtplay-dl.json b/bucket/svtplay-dl.json index df0ac1bad6..c022250c42 100644 --- a/bucket/svtplay-dl.json +++ b/bucket/svtplay-dl.json @@ -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": "