From 785bfa6fa6cf33758704ff471f5eca6481bc3489 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 3 Apr 2023 10:59:23 +0000 Subject: [PATCH] Update timestamp 2023-04-03T10:55:22Z --- bucket/ppsspp-dev.json | 41 ++++++++++++------------------------ bucket/torrserver.json | 12 +++++------ bucket/wavebox-portable.json | 6 +++--- stats.json | 18 ++++++++-------- 4 files changed, 32 insertions(+), 45 deletions(-) diff --git a/bucket/ppsspp-dev.json b/bucket/ppsspp-dev.json index 4dd4c7370ac..8fb6f1b3c29 100644 --- a/bucket/ppsspp-dev.json +++ b/bucket/ppsspp-dev.json @@ -1,14 +1,13 @@ { - "version": "1.14.4-1221-3e587fc99", - "description": "Sony PlayStation Portable (PSP) emulator", + "version": "1.14.4-1221", "homepage": "https://www.ppsspp.org", - "license": { - "url": "https://github.com/hrydgard/ppsspp/blob/master/LICENSE.TXT", - "identifier": "GPL 2.0 or later" - }, + "license": "GPL-2.0-only", + "extract_dir": "ppsspp", + "post_install": "Remove-Item \"$dir\\demos\" -Recurse", + "persist": "memstick", "architecture": { "64bit": { - "url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v1.14.4-1221-g3e587fc99&platform=windows-amd64#/dl.zip", + "url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v1.14.4-1221-g3e587fc99&platform=windows-amd64#/dl.7z", "hash": "3d01b9275074f3c4d47c159de4e1b448cb8276100fd3fa4e3649b2705b4f141f", "bin": [ [ @@ -19,12 +18,12 @@ "shortcuts": [ [ "PPSSPPWindows64.exe", - "PPSSPP (dev)" + "PPSSPP-DEV" ] ] }, "32bit": { - "url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v1.14.4-1221-g3e587fc99&platform=windows-x86#/dl.zip", + "url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v1.14.4-1221-g3e587fc99&platform=windows-x86#/dl.7z", "hash": "b1e277e51e6aba469a48eeae363dffbd2f14cf8a85b04d04a489dccf3dc5bb15", "bin": [ [ @@ -35,35 +34,23 @@ "shortcuts": [ [ "PPSSPPWindows.exe", - "PPSSPP (dev)" + "PPSSPP-DEV" ] ] } }, - "extract_dir": "ppsspp", - "pre_install": [ - "if (!(Test-Path \"$persist_dir\")) {", - " New-item \"$persist_dir\" -ItemType Directory | Out-Null", - " New-item \"$persist_dir\\memstick\" -ItemType Directory | Out-Null", - "}" - ], - "persist": [ - "memstick", - "assets", - "demos" - ], "checkver": { - "url": "https://buildbot.orphis.net/ppsspp/index.php", - "regex": "rev=v(?[\\d.]+)-(?[\\d]+)-g(?[\\da-fA-F]+)&(?:amp;)platform=windows-amd64", - "replace": "${version}-${build}-${commit}" + "url": "https://buildbot.orphis.net/ppsspp/index.php?m=fulllist", + "regex": "v(?[\\d.]+)-(?[\\d]+)-(?[\\d\\w]+)", + "replace": "${version}-${rev}" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v$matchVersion-$matchBuild-g$matchCommit&platform=windows-amd64#/dl.zip" + "url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v$version-$matchCommit&platform=windows-amd64#/dl.7z" }, "32bit": { - "url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v$matchVersion-$matchBuild-g$matchCommit&platform=windows-x86#/dl.zip" + "url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v$version-$matchCommit&platform=windows-x86#/dl.7z" } } } diff --git a/bucket/torrserver.json b/bucket/torrserver.json index 42e207726b9..8ea2757d487 100644 --- a/bucket/torrserver.json +++ b/bucket/torrserver.json @@ -1,12 +1,12 @@ { - "version": "MatriX.120", + "version": "MatriX.121", "description": "Torrent stream server.", "homepage": "https://github.com/YouROK/TorrServer", "license": "Freeware", "architecture": { "64bit": { - "url": "https://github.com/YouROK/TorrServer/releases/download/MatriX.120/TorrServer-windows-amd64.exe#/torrserver.exe", - "hash": "fec3fcf148d4ea7a1cd813e804f33a12f15fb8671485480d42eaf8896ec171e5", + "url": "https://github.com/YouROK/TorrServer/releases/download/MatriX.121/TorrServer-windows-amd64.exe#/torrserver.exe", + "hash": "9a4f0e5809a2cf74582e575206836247c184be4cd1f7e829b4dcd4270e784700", "bin": [ [ "torrserver.exe", @@ -16,8 +16,8 @@ ] }, "32bit": { - "url": "https://github.com/YouROK/TorrServer/releases/download/MatriX.120/TorrServer-windows-386.exe#/torrserver.exe", - "hash": "2bf0dfac016319cc72c46e17b0912136d0a56a1b6e055c175fb58d37fca617d3", + "url": "https://github.com/YouROK/TorrServer/releases/download/MatriX.121/TorrServer-windows-386.exe#/torrserver.exe", + "hash": "2bfb80a6cfe7f3808572a22c427f380f7e68ac1f748a0d77134b18a15614e6d6", "bin": [ [ "torrserver.exe", @@ -28,7 +28,7 @@ } }, "checkver": { - "github": "https://github.com/YouROK/TorrServer", + "url": "https://github.com/YouROK/TorrServer/releases/latest", "regex": "/tree/(\\S+)\"" }, "autoupdate": { diff --git a/bucket/wavebox-portable.json b/bucket/wavebox-portable.json index eb6b975c5f5..8c9c6f192ce 100644 --- a/bucket/wavebox-portable.json +++ b/bucket/wavebox-portable.json @@ -1,5 +1,5 @@ { - "version": "10.111.36.2", + "version": "10.112.6.2", "description": "Wavebox 10. A distraction-free browser for fast and focused working across all web apps.", "homepage": "https://wavebox.io/", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://download.wavebox.app/stable/win/Install%20Wavebox%2010.111.36.2.exe#/dl.7z", - "hash": "6d26bf30b91cccc6777742a740447f6742844231197b13820f360222c2b5111e" + "url": "https://download.wavebox.app/stable/win/Install%20Wavebox%2010.112.6.2.exe#/dl.7z", + "hash": "dc1f4d672c9c2f778436e2682aab3cd6f029e08d8be0f19e6e9310bd26f41295" } }, "pre_install": "Expand-7zipArchive \"$dir\\chrome.7z\" -ExtractDir 'Chrome-bin' -Removal", diff --git a/stats.json b/stats.json index 00b3fee93af..677b06b4830 100644 --- a/stats.json +++ b/stats.json @@ -1,15 +1,15 @@ { "badManifests": 14, - "apps": 17578, + "appsUpdated": 3, + "manifests": 80770, + "totalBuckets": 1401, "downloads": 0, - "appsUpdated": 6, - "prevDate": "2023-04-03T09:52:45Z", + "date": "2023-04-03T10:55:22Z", "totalDownloads": 1560, - "date": "2023-04-03T10:29:26Z", - "badBuckets": 12, - "appsNew": 0, - "manifests": 80770, "appsDeleted": 0, - "totalBuckets": 1401, - "buckets": 1389 + "appsNew": 0, + "prevDate": "2023-04-03T10:29:26Z", + "apps": 17578, + "buckets": 1389, + "badBuckets": 12 }