Skip to content

Commit

Permalink
Update timestamp 2023-04-03T12:44:38Z
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 3, 2023
1 parent e8bf2a5 commit 1b53c7e
Show file tree
Hide file tree
Showing 29 changed files with 191 additions and 175 deletions.
10 changes: 5 additions & 5 deletions bucket/OperaDeveloper-Portable.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "98.0.4746.0",
"version": "98.0.4756.0",
"description": "Opera Developer. Fast, secure, easy-to-use browser.",
"homepage": "https://www.opera.com/",
"license": {
Expand All @@ -8,12 +8,12 @@
},
"architecture": {
"64bit": {
"url": "https://download1.operacdn.com/pub/opera-developer/98.0.4746.0/win/Opera_Developer_98.0.4746.0_Setup_x64.exe#/dl.7z",
"hash": "f217e989502ae873bc683422b6e194ac6bdf3047d86acc0d6f84965a48e4da0b"
"url": "https://download1.operacdn.com/pub/opera-developer/98.0.4756.0/win/Opera_Developer_98.0.4756.0_Setup_x64.exe#/dl.7z",
"hash": "34509795f092800de588eb80b506707d0479e5313bae5e07a9b1ba08cdf17640"
},
"32bit": {
"url": "https://download1.operacdn.com/pub/opera-developer/98.0.4746.0/win/Opera_Developer_98.0.4746.0_Setup.exe#/dl.7z",
"hash": "9bc9afe3c08fd8bc299eeeb3b2126c80357734aec6b8bfce2cf06310972261fc"
"url": "https://download1.operacdn.com/pub/opera-developer/98.0.4756.0/win/Opera_Developer_98.0.4756.0_Setup.exe#/dl.7z",
"hash": "fc9c829d86e5320d9f5f1f296434463d339be0f393ba6d06ad7a0b0454621cec"
}
},
"installer": {
Expand Down
6 changes: 3 additions & 3 deletions bucket/VSCode-Nightly.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.78.0-insider_1680226683598",
"version": "1.78.0-insider_1680499128719",
"description": "Visual Studio Code is a lightweight but powerful source code editor (Insiders, Portable Edition).",
"homepage": "https://code.visualstudio.com/",
"license": {
Expand All @@ -12,8 +12,8 @@
],
"architecture": {
"64bit": {
"url": "https://vscode.blob.core.windows.net/insider/f31dffc7f9b93a1cdef21243ec30dea7d489a615/VSCode-win32-x64-1.78.0-insider.zip",
"hash": "5bebca3e87a143e99a83ad8872a70ec23e06a39b7ba0fa208e6cbef300549abd"
"url": "https://vscode.blob.core.windows.net/insider/2da5a0024fe2ca407f741f19340f1a10f4d692af/VSCode-win32-x64-1.78.0-insider.zip",
"hash": "9157bdc52fa542779c1b822748408df675250b4f474ae6e741f98ba9dfddbb01"
}
},
"env_add_path": "bin",
Expand Down
27 changes: 13 additions & 14 deletions bucket/Vivaldi-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
{
"version": "5.8.2978.3",
"description": "An innovatively designed web browser, based on Blink, for users in Vivaldi.net community that replaced departed My Opera.",
"homepage": "https://vivaldi.com/",
"description": "An innovatively designed web browser, based on Blink, for users in Vivaldi.net community that replaced departed My Opera",
"version": "5.8.2970.3",
"license": "https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://downloads.vivaldi.com/snapshot/Vivaldi.5.8.2970.3.x64.exe#/dl.7z",
"hash": "399af14f571445531b7c7abed864e78a6e6d1f85b6702d53ff4cf3675c5a7961"
"url": "https://downloads.vivaldi.com/snapshot/Vivaldi.5.8.2978.3.x64.exe#/dl.7z",
"hash": "90135834598f679085ab04f17cdabe0e9252720134b069b5446dcfb6a0ba8431"
},
"32bit": {
"url": "https://downloads.vivaldi.com/snapshot/Vivaldi.5.8.2970.3.exe#/dl.7z",
"hash": "1a19f92e8d51876cee889faa066752a0fed8fba4e1e5998ac8c9e5e39b7d7b10"
"url": "https://downloads.vivaldi.com/snapshot/Vivaldi.5.8.2978.3.exe#/dl.7z",
"hash": "4bedda629554d1882db9f8b463c77b9befa733d54b1bec4a0d46993a4d8f9b74"
}
},
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\vivaldi.7z\" \"$dir\"",
"Move-Item \"$dir\\Vivaldi-bin\" \"$dir\\Application\"",
"Remove-Item \"$dir\\vivaldi.7z\"",
"Expand-7zipArchive \"$dir\\vivaldi.7z\" -DestinationPath \"$dir\\Application\" -ExtractDir 'Vivaldi-bin' -Removal",
"Remove-Item \"$dir\\Application\\update_notifier.exe\"",
"Write-Output \"// Vivaldi Standalone\" | Set-Content \"$dir\\Application\\stp.viv\""
"Set-Content \"$dir\\Application\\stp.viv\" '// Vivaldi Standalone' -Encoding ASCII"
]
},
"bin": "Application\\vivaldi.exe",
"shortcuts": [
[
"Application\\vivaldi.exe",
"Vivaldi Snapshot"
"Vivaldi"
]
],
"persist": "User Data",
"checkver": {
"url": "https://vivaldi.com/blog/feed/",
"regex": "snapshot/Vivaldi.([\\d.]+).x64.exe"
"url": "https://vivaldi.com/category/desktop-snapshots/feed/",
"regex": "Vivaldi\\.([\\d.]+)\\.exe"
},
"autoupdate": {
"architecture": {
Expand Down
10 changes: 5 additions & 5 deletions bucket/VivaldiSnapshot-Portable.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"version": "5.8.2970.3",
"version": "5.8.2978.3",
"description": "Vivaldi Snapshot. An innovatively designed web browser, based on Blink, for users in Vivaldi.net community that replaced departed My Opera",
"homepage": "https://vivaldi.com/",
"license": "https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/",
"changelog": "https://vivaldi.com/blog/desktop/snapshots/",
"architecture": {
"64bit": {
"url": "https://downloads.vivaldi.com/snapshot/Vivaldi.5.8.2970.3.x64.exe#/dl.7z",
"hash": "399af14f571445531b7c7abed864e78a6e6d1f85b6702d53ff4cf3675c5a7961"
"url": "https://downloads.vivaldi.com/snapshot/Vivaldi.5.8.2978.3.x64.exe#/dl.7z",
"hash": "90135834598f679085ab04f17cdabe0e9252720134b069b5446dcfb6a0ba8431"
},
"32bit": {
"url": "https://downloads.vivaldi.com/snapshot/Vivaldi.5.8.2970.3.exe#/dl.7z",
"hash": "1a19f92e8d51876cee889faa066752a0fed8fba4e1e5998ac8c9e5e39b7d7b10"
"url": "https://downloads.vivaldi.com/snapshot/Vivaldi.5.8.2978.3.exe#/dl.7z",
"hash": "4bedda629554d1882db9f8b463c77b9befa733d54b1bec4a0d46993a4d8f9b74"
}
},
"installer": {
Expand Down
11 changes: 6 additions & 5 deletions bucket/archisteamfarm-generic.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "5.4.4.4",
"version": "5.4.4.5",
"description": "Farm Steam cards from multiple accounts simultaneously.",
"homepage": "https://github.com/JustArchiNET/ArchiSteamFarm",
"license": "Apache-2.0",
"suggest": {
".NET Runtime/SDK": "main/dotnet"
},
"url": "https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/5.4.4.4/ASF-generic.zip#/dl",
"hash": "63e4b536b4ea7e4ca6b6571fd11a879856e5e28c8c4fe5d05a9b3502a9ed6c7b",
"url": "https://ghproxy.com/https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/5.4.4.5/ASF-generic.zip#/dl",
"hash": "a3296bee93a107b40651e7a0c0783638900bc17253a784b5b3440ed56f4ea14f",
"pre_install": [
"if (Test-Path \"$persist_dir\\plugins\") {",
" Expand-7zipArchive \"$dir\\$fname\" \"$dir\\_temp\" -ExtractDir plugins",
Expand All @@ -34,6 +34,7 @@
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/$version/ASF-generic.zip#/dl"
}
"url": "https://ghproxy.com/https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/$version/ASF-generic.zip#/dl"
},
"_from": "seumsc/scoop-seu"
}
40 changes: 23 additions & 17 deletions bucket/archisteamfarm.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,43 @@
{
"version": "5.4.4.4",
"description": "C# Farming Steam cards from multiple accounts simultaneously.",
"version": "5.4.4.5",
"description": "C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.",
"homepage": "https://github.com/JustArchiNET/ArchiSteamFarm",
"license": "Apache-2.0",
"suggest": {
".NET Desktop Runtime LTS": "extras/windowsdesktop-runtime-lts",
"Visual C++ Redistributable": "extras/vcredist2022"
},
"notes": [
"ArchiSteamFarm has a built-in updater, So you should DISABLE it in configuration file,",
"Or run 'scoop hold archisteamfarm' to disable updates via Scoop.",
"ASF Config Generator:",
"https://justarchinet.github.io/ASF-WebConfigGenerator/"
],
"architecture": {
"64bit": {
"url": "https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/5.4.4.4/ASF-win-x64.zip",
"hash": "0d9f3fb531e4983bdded33d082ce8fc2478166cc36d2de359cb7dbc73a68f366"
"url": "https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/5.4.4.5/ASF-win-x64.zip",
"hash": "sha512:9dcf607fea0555ba6245a5cea26643c813e1441868ed9944c06cc8b59b7ed9e030b8c30c149b394418d7022cece4207d5438a5806b3e2f69c39233ca7aad9561"
}
},
"bin": "ArchiSteamFarm.exe",
"suggest": {
"dotnet-runtime": "windowsdesktop-runtime"
},
"bin": [
"ArchiSteamFarm.exe",
[
"ArchiSteamFarm.exe",
"ASF"
]
],
"shortcuts": [
[
"ArchiSteamFarm.exe",
"ArchiSteamFarm"
]
],
"persist": "config",
"persist": [
"plugins",
"config"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/$version/ASF-win-x64.zip"
"url": "https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/$version/ASF-win-x64.zip",
"hash": {
"url": "$baseurl/SHA512SUMS",
"regex": "$sha512\\s*$basename"
}
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions bucket/chromium-canary.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/useful_urls.md",
"https://chromium.woolyss.com/"
],
"version": "1125182",
"version": "1125229",
"description": "An open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.",
"homepage": "https://www.chromium.org",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Win_x64%2F1125182%2Fchrome-win.zip?alt=media",
"hash": "97b3ef9be841784cc8f1852e89f9fe07de9f2055fc3b2e64ce4474b692f1b4d2"
"url": "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Win_x64%2F1125229%2Fchrome-win.zip?alt=media",
"hash": "5ba0daed561c0fb68fd69339341b6a77ec4bf74598d7f37bba0af7004f194c43"
}
},
"extract_dir": "chrome-win",
Expand Down
6 changes: 3 additions & 3 deletions bucket/chromium-dev.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "114.0.5693.0-r1125182",
"version": "114.0.5693.0-r1125229",
"description": "An open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.",
"homepage": "https://www.chromium.org",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1125182/chrome-win.zip",
"hash": "97b3ef9be841784cc8f1852e89f9fe07de9f2055fc3b2e64ce4474b692f1b4d2"
"url": "https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1125229/chrome-win.zip",
"hash": "5ba0daed561c0fb68fd69339341b6a77ec4bf74598d7f37bba0af7004f194c43"
}
},
"extract_dir": "chrome-win",
Expand Down
27 changes: 18 additions & 9 deletions bucket/dolphin-dev.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
{
"version": "5.0-19129",
"description": "A Nintendo GameCube and Wii emulator, with enhancements and Netplay. (development version)",
"version": "5.0-19133",
"description": "A Nintendo GameCube and Wii emulator",
"homepage": "https://dolphin-emu.org/",
"license": {
"identifier": "GPL-2.0-or-later",
"url": "https://github.com/dolphin-emu/dolphin/blob/master/COPYING"
"url": "https://github.com/dolphin-emu/dolphin/blob/master/COPYING",
"identifier": "GPL-2.0-or-later"
},
"suggest": {
"Microsoft Visual C++ Runtime 2022": "extras/vcredist2022"
"Microsoft Visual C++ Runtime 2019": "extras/vcredist2019"
},
"architecture": {
"64bit": {
"url": "https://dl.dolphin-emu.org/builds/50/48/dolphin-master-5.0-19133-x64.7z",
"hash": "33597d404a8af4346e7df221dd69303280bf0b29a409589d6b64cad26e54c739",
"extract_dir": "Dolphin-x64"
}
},
"url": "https://dl.dolphin-emu.org/builds/98/79/dolphin-master-5.0-19129-x64.7z",
"hash": "98e6caec01c61119552b6711ebad667b063c50810ebb6087c252d8bbfb26a0e2",
"extract_dir": "Dolphin-x64",
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
Expand All @@ -33,7 +38,7 @@
"shortcuts": [
[
"Dolphin.exe",
"Dolphin (Development)"
"Dolphin (dev)"
]
],
"persist": "User",
Expand All @@ -43,6 +48,10 @@
"replace": "${major}-${build}"
},
"autoupdate": {
"url": "https://dl.dolphin-emu.org/builds/$matchRand1/$matchRand2/dolphin-master-$matchMajor-$matchBuild-x64.7z"
"architecture": {
"64bit": {
"url": "https://dl.dolphin-emu.org/builds/$matchRand1/$matchRand2/dolphin-master-$version-x64.7z"
}
}
}
}
8 changes: 4 additions & 4 deletions bucket/ffmpeg-gyan-nightly.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "2023-03-30",
"version": "2023-04-03",
"description": "A complete, cross-platform solution to record, convert and stream audio and video.",
"homepage": "https://ffmpeg.org",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-2023-03-30-git-4d216654ca-full_build.7z",
"hash": "ea637d06ae2d21a869157c32424f0440453734c1325f2ff52ee9ee4fdf4e8229",
"extract_dir": "ffmpeg-2023-03-30-git-4d216654ca-full_build"
"url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-2023-04-03-git-6941788d24-full_build.7z",
"hash": "9d08e16d5a3bfc9eff8e1849dc88b00574426fbc60d158c90e3b1c8168d8a670",
"extract_dir": "ffmpeg-2023-04-03-git-6941788d24-full_build"
}
},
"post_install": [
Expand Down
11 changes: 6 additions & 5 deletions bucket/josm-generic.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"version": "18678",
"version": "18700",
"description": "An extensible editor for ​OpenStreetMap",
"homepage": "https://josm.openstreetmap.de/",
"license": "GPL-2.0-or-later",
"suggest": {
"JRE with JFX": "java/zulufx11-jre"
},
"url": [
"https://josm.openstreetmap.de/download/josm-snapshot-18678.jar",
"https://raw.githubusercontent.com/openstreetmap/josm/master/native/windows/logo.ico"
"https://josm.openstreetmap.de/download/josm-snapshot-18700.jar",
"https://ghproxy.com/https://raw.githubusercontent.com/openstreetmap/josm/master/native/windows/logo.ico"
],
"hash": [
"a741e38c5e122cfb03fca7003cdc876acb86ac33d243fd8a1e35f54767b2c0da",
"ac9c37f293878be3888c82a08255346364e573f6fc2bd7f4e2bbb6207d02509d",
"8fa65ecdf506316ce5630c9e55ff1bf245516527bfb774d5b1588f4a72bbebde"
],
"pre_install": [
Expand All @@ -33,5 +33,6 @@
},
"autoupdate": {
"url": "https://josm.openstreetmap.de/download/josm-snapshot-$version.jar"
}
},
"_from": "seumsc/scoop-seu"
}
6 changes: 3 additions & 3 deletions bucket/josm.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"version": "18678",
"version": "18700",
"description": "An extensible editor for OpenStreetMap (OSM)",
"homepage": "https://josm.openstreetmap.de",
"license": "GPL-2.0-or-later",
"suggest": {
"JRE": "java/adopt8-hotspot-jre"
},
"url": [
"https://josm.openstreetmap.de/download/josm-snapshot-18678.jar#/josm.jar",
"https://josm.openstreetmap.de/download/josm-snapshot-18700.jar#/josm.jar",
"https://josm.openstreetmap.de/favicon.ico#/icon.ico"
],
"hash": [
"a741e38c5e122cfb03fca7003cdc876acb86ac33d243fd8a1e35f54767b2c0da",
"ac9c37f293878be3888c82a08255346364e573f6fc2bd7f4e2bbb6207d02509d",
"0e78546d0a884a22a6badeb3cfadbae4b85ab2091240ed2d50ee7f78f0da5e03"
],
"pre_install": "Set-Content \"$dir\\JOSM.bat\" \"@start javaw.exe -Djosm.cache=$dir\\data\\cache -Djosm.userdata=$dir\\data -Djosm.pref=$dir\\data -jar \"\"%~dp0josm.jar\"\"\" -Encoding Ascii",
Expand Down
6 changes: 3 additions & 3 deletions bucket/kdeconnect-nightly.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "1482",
"version": "1483",
"description": "Communications and data transfer between devices over local networks",
"homepage": "https://apps.kde.org/kdeconnect",
"license": "LGPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://binary-factory.kde.org/job/kdeconnect-kde_Nightly_win64/1482/artifact/kdeconnect-kde-master-1482-windows-cl-msvc2019-x86_64.7z",
"hash": "4eb4fea607961706da7a9bd6816d4e78be960edac4f4d349a364eb5f477a9a5c"
"url": "https://binary-factory.kde.org/job/kdeconnect-kde_Nightly_win64/1483/artifact/kdeconnect-kde-master-1483-windows-cl-msvc2019-x86_64.7z",
"hash": "28d89ab11a9b98ed4729f0c21bc4b36848bb3c067e544f8e29ac864fe941a2c5"
}
},
"bin": [
Expand Down
6 changes: 3 additions & 3 deletions bucket/kotlin.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "1.8.10",
"version": "1.8.20",
"description": "A cross-platform, statically typed, general-purpose programming language with type inference.",
"homepage": "https://kotlinlang.org/",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.8.10/kotlin-compiler-1.8.10.zip",
"hash": "4c3fa7bc1bb9ef3058a2319d8bcc3b7196079f88e92fdcd8d304a46f4b6b5787",
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.8.20/kotlin-compiler-1.8.20.zip",
"hash": "10df74c3c6e2eafd4c7a5572352d37cbe41774996e42de627023cb4c82b50ae4",
"extract_dir": "kotlinc",
"bin": [
"bin\\kotlin.bat",
Expand Down
Loading

0 comments on commit 1b53c7e

Please sign in to comment.