Skip to content

Commit

Permalink
TwitchDropsMiner@2023-07-05-run46-id5468311426: Fix hash (Closes #254)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 3, 2024
1 parent be62fdd commit 7098759
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions bucket/TwitchDropsMiner.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"version": "2023-07-05-run46-id5468311426",
"description": "An app that allows you to AFK mine timed Twitch drops, with automatic drop claiming and channel switching.",
"homepage": "https://github.com/DevilXD/TwitchDropsMiner",
"license": "MIT",
"url": "https://ghproxy.com/https://github.com/DevilXD/TwitchDropsMiner/releases/download/dev-build/Twitch.Drops.Miner.Windows.zip",
"hash": "01778bb781c586fad0da13a6f22321fa047e087351f779b8756970e2f319a88f",
"extract_dir": "Twitch Drops Miner",
"pre_install": [
"'settings.json', 'cookies.jar' | ForEach-Object {",
" if (!(Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" | Out-Null }",
"}"
],
"shortcuts": [
[
"Twitch Drops Miner (by DevilXD).exe",
"Twitch Drops"
]
],
"persist": [
"cache",
"settings.json",
"cookies.jar"
],
"checkver": {
"url": "https://github.com/DevilXD/TwitchDropsMiner/actions/workflows/ci.yml?query=branch%3Amaster+is%3Asuccess",
"regex": "<a class=\"Link--primary css-truncate css-truncate-target\" .*? aria-label=\"Run (?<runCount>[\\d]+) of.*? href=\".*?/runs/(?<runId>[\\d]+?)\">[\\S\\s]+? datetime=\"(?<buildDate>\\d{4}-\\d{2}-\\d{2})T",
"replace": "${buildDate}-run${runCount}-id${runId}"
},
"autoupdate": {
"url": "https://ghproxy.com/https://github.com/DevilXD/TwitchDropsMiner/releases/download/dev-build/Twitch.Drops.Miner.Windows.zip"
}
"version": "2023-07-05-run46-id5468311426",
"description": "An app that allows you to AFK mine timed Twitch drops, with automatic drop claiming and channel switching.",
"homepage": "https://github.com/DevilXD/TwitchDropsMiner",
"license": "MIT",
"url": "https://ghproxy.com/https://github.com/DevilXD/TwitchDropsMiner/releases/download/dev-build/Twitch.Drops.Miner.Windows.zip",
"hash": "e108b11d70bdad7984aa2f4cc0b9047e107c113fcd9006230d1e02f6518f6e25",
"extract_dir": "Twitch Drops Miner",
"pre_install": [
"'settings.json', 'cookies.jar' | ForEach-Object {",
" if (!(Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" | Out-Null }",
"}"
],
"shortcuts": [
[
"Twitch Drops Miner (by DevilXD).exe",
"Twitch Drops"
]
],
"persist": [
"cache",
"settings.json",
"cookies.jar"
],
"checkver": {
"url": "https://github.com/DevilXD/TwitchDropsMiner/actions/workflows/ci.yml?query=branch%3Amaster+is%3Asuccess",
"regex": "<a class=\"Link--primary css-truncate css-truncate-target\" .*? aria-label=\"Run (?<runCount>[\\d]+) of.*? href=\".*?/runs/(?<runId>[\\d]+?)\">[\\S\\s]+? datetime=\"(?<buildDate>\\d{4}-\\d{2}-\\d{2})T",
"replace": "${buildDate}-run${runCount}-id${runId}"
},
"autoupdate": {
"url": "https://ghproxy.com/https://github.com/DevilXD/TwitchDropsMiner/releases/download/dev-build/Twitch.Drops.Miner.Windows.zip"
}
}

0 comments on commit 7098759

Please sign in to comment.