Skip to content

Commit

Permalink
Update timestamp 2023-04-03T03:25:08Z
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 3, 2023
1 parent 0a93154 commit bae9a8b
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 45 deletions.
6 changes: 3 additions & 3 deletions bucket/PowerShellUniversal-Install.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "3.8.7",
"version": "3.8.8",
"description": "PowerShell Universal. Universal is a cross-platform solution for developing web-based tools with PowerShell. It currently provides three main features which include APIs, Automation and Dashboards",
"homepage": "https://docs.powershelluniversal.com/",
"license": "Proprietary",
"changelog": "https://docs.powershelluniversal.com/changelog",
"url": "https://imsreleases.blob.core.windows.net/universal/production/3.8.7/PowerShellUniversal.3.8.7.msi#/setup.msi_",
"hash": "8b727ef8cd26d390167383b4d7d68de31ec563861ca2f647f4da398ea650ec73",
"url": "https://imsreleases.blob.core.windows.net/universal/production/3.8.8/PowerShellUniversal.3.8.8.msi#/setup.msi_",
"hash": "a2e7c2d3c2ad59f7360cb4c9f72e82776eadd6f47a8cb1e91b7d7bd446b29b00",
"pre_download": "Assert-Administrator",
"installer": {
"script": [
Expand Down
6 changes: 3 additions & 3 deletions bucket/altair.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "5.0.20",
"version": "5.0.21",
"description": "Feature-rich GraphQL Client",
"homepage": "https://altair.sirmuel.design",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/altair-graphql/altair/releases/download/v5.0.20/altair_5.0.20_x64_win.exe#/dl.7z",
"hash": "sha512:bb67239c19dc3429ba0de030d4342f700e1b61da2309c6f9c4e5bbdf2265fb4fbbc401aaba44550cf0327a3a523275415246fc968abc0275414f8d007ca1644b",
"url": "https://github.com/altair-graphql/altair/releases/download/v5.0.21/altair_5.0.21_x64_win.exe#/dl.7z",
"hash": "sha512:4f9d5e782e6709f98b91236c15bb45d17d124b322cb1e4a73c53e087b9517d009a8b206a84eb8f3479334ab16e4696d7a3d251b4d94d3325d4de682bf7d3dc64",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse"
Expand Down
11 changes: 5 additions & 6 deletions bucket/nekoray.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "2.20",
"version": "2.21",
"description": "Qt/C++ based cross-platform proxy configuration manager / v2ray sing-box GUI client",
"homepage": "https://github.com/MatsuriDayo/nekoray",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/MatsuriDayo/nekoray/releases/download/2.20/nekoray-2.20-2023-03-25-windows64.zip",
"hash": "0a6c43680c859b2e07716015ebcd8ecd0c65115f65eaa24a91cfd8b622ad0224"
"url": "https://github.com/MatsuriDayo/nekoray/releases/download/2.21/nekoray-2.21-2023-04-03-windows64.zip",
"hash": "2185f8065a76e3a520ee0e7c4e1d49657a7abb77e95dcb19a89ae94984363074"
}
},
"extract_dir": "nekoray",
Expand All @@ -23,14 +23,13 @@
],
"persist": "config",
"checkver": {
"url": "https://api.github.com/repos/MatsuriDayo/nekoray/releases/latest",
"url": "https://api.github.com/repos/MatsuriDayo/nekoray/releases",
"regex": "nekoray-([\\d.]+)-(?<extra>[\\d-]+)-windows64"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/MatsuriDayo/nekoray/releases/download/$version/nekoray-$version-$matchExtra-windows64.zip",
"extract_dir": "nekoray"
"url": "https://github.com/MatsuriDayo/nekoray/releases/download/$version/nekoray-$version-$matchExtra-windows64.zip"
}
}
}
Expand Down
13 changes: 7 additions & 6 deletions bucket/notepad--.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "1.21",
"version": "2.1",
"description": "一个支持windows/linux/mac的文本编辑器,目标是要替换notepad++,来自中国。",
"homepage": "https://github.com/cxasm/notepad--",
"license": "GPL-3.0-or-later",
"notes": "config location: $env:AppData/notepad - https://github.com/ViCrack/scoop-bucket/blob/master/bucket/notepad--.json",
"architecture": {
"64bit": {
"url": "https://github.com/cxasm/notepad--/releases/download/notepad--v1.21/Notepad--v1.21.1-single-Installer.exe",
"hash": "05187b591ac97c765718d58aa9bbe2303b875400df2d9d4203ce930b27cc22f5"
"url": "https://github.com/cxasm/notepad--/releases/download/notepad-v2.1/Notepad--v2.1.0-win10-.zip",
"hash": "e728ad03d5bdad6e6b9adb3293a04c772a0f7ff9e7dd5cc97d47694f6a943511"
}
},
"innosetup": true,
"extract_dir": "Notepad--v2.1.0-win10-免安装版",
"shortcuts": [
[
"Notepad--.exe",
Expand All @@ -20,12 +20,13 @@
"checkver": {
"url": "https://api.github.com/repos/cxasm/notepad--/releases/latest",
"jsonpath": "$..browser_download_url",
"regex": "/Notepad--v([\\d.]+)\\.1-single-Installer\\.exe"
"regex": "/Notepad--v([\\d.]+)\\.0-win10-\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/cxasm/notepad--/releases/download/notepad--v$version/Notepad--v$version.1-single-Installer.exe"
"url": "https://github.com/cxasm/notepad--/releases/download/notepad-v$version/Notepad--v$version.0-win10-.zip",
"extract_dir": "Notepad--v$version.0-win10-免安装版"
}
}
}
Expand Down
18 changes: 9 additions & 9 deletions bucket/steam-rom-manager.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"version": "2.3.50",
"version": "2.3.51",
"description": "Steam ROM Manager adds non-Steam games to steam in bulk and manages their artwork assets",
"homepage": "https://steamgriddb.github.io/steam-rom-manager/",
"homepage": "https://github.com/doZennn/steam-rom-manager",
"license": {
"url": "https://github.com/SteamGridDB/steam-rom-manager/blob/master/LICENSE",
"identifier": "GPL-3.0"
"identifier": "GPL-3.0",
"url": "https://github.com/SteamGridDB/steam-rom-manager/blob/master/LICENSE"
},
"url": "https://github.com/SteamGridDB/steam-rom-manager/releases/download/v2.3.50/steam-rom-manager-portable-2.3.50.exe",
"hash": "9b38156a8c50b71262ef43127d9021357faf50be1540be6cfd8ff6f81147d3a9",
"url": "https://github.com/doZennn/steam-rom-manager/releases/download/v2.3.51/Steam-ROM-Manager-portable-2.3.51.exe",
"hash": "79982e29cdf6e89ebd2df17f108ce6e910bcdaf9cd397de4d6a903e29f223496",
"installer": {
"script": "Rename-Item \"$dir\\steam-rom-manager-portable-$version.exe\" 'steam-rom-manager.exe' -Force"
},
"shortcuts": [
[
"steam-rom-manager.exe",
"Steam ROM Manager"
"Steam Rom Manager"
]
],
"persist": "userData",
"checkver": {
"github": "https://github.com/SteamGridDB/steam-rom-manager",
"github": "https://github.com/doZennn/steam-rom-manager",
"regex": ".*[mM]anager-portable-(?<version>[\\d\\w.]+).exe"
},
"autoupdate": {
"url": "https://github.com/SteamGridDB/steam-rom-manager/releases/download/v$version/steam-rom-manager-portable-$version.exe"
"url": "https://github.com/doZennn/steam-rom-manager/releases/download/v$version/Steam-ROM-Manager-portable-$version.exe"
}
}
15 changes: 6 additions & 9 deletions bucket/tsmuxer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
{
"version": "2023-04-02",
"version": "2023-04-03",
"description": "A transport stream muxer for remuxing/muxing elementary streams, EVO/VOB/MPG, MKV/MKA, MP4/MOV, TS, M2TS to TS to M2TS.",
"homepage": "https://github.com/justdan96/tsMuxer",
"license": {
"identifier": "Apache-2.0",
"url": "https://github.com/justdan96/tsMuxer/blob/master/LICENSE"
},
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/justdan96/tsMuxer/releases/download/nightly-2023-04-02-02-07-20/w64.zip",
"hash": "c89caa5ff175696dcd1a18f6b1914f8cb1988123bc86b9ac80627409e2f9ab2f"
"url": "https://github.com/justdan96/tsMuxer/releases/download/nightly-2023-04-03-02-03-37/w64.zip",
"hash": "37c1f4b22d892ecc347e809ae1d264277edf70f2e2f353ea055ebf78f52ae55c"
},
"32bit": {
"url": "https://github.com/justdan96/tsMuxer/releases/download/nightly-2023-04-02-02-07-20/w32.zip",
"hash": "ffb48427b45f87160aa2f5ba0f2376d346333ea7f42fc21e3c089d19a1c3e3bb"
"url": "https://github.com/justdan96/tsMuxer/releases/download/nightly-2023-04-03-02-03-37/w32.zip",
"hash": "563f13c546a3edc072c279305de2dbceb5c29425db47c4a8036dea5620f4d488"
}
},
"bin": "tsMuxeR.exe",
Expand Down
18 changes: 9 additions & 9 deletions stats.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"buckets": 1389,
"downloads": 0,
"manifests": 80770,
"appsNew": 0,
"appsDeleted": 0,
"apps": 17578,
"totalDownloads": 1558,
"totalBuckets": 1401,
"manifests": 80770,
"prevDate": "2023-04-03T02:52:56Z",
"date": "2023-04-03T03:25:08Z",
"appsUpdated": 6,
"date": "2023-04-03T02:52:56Z",
"badBuckets": 12,
"prevDate": "2023-04-03T02:37:53Z",
"appsDeleted": 0,
"badManifests": 14,
"downloads": 0,
"appsNew": 0,
"buckets": 1389
"totalBuckets": 1401,
"badManifests": 14
}

0 comments on commit bae9a8b

Please sign in to comment.