Skip to content

Commit

Permalink
mpv-lazy@20240824: Fix hash (Closes #67)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 1, 2024
1 parent c7f8c2c commit 1b92d88
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions bucket/mpv-lazy.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"version": "20240824",
"description": "mpv 懒人包",
"homepage": "https://github.com/hooke007/MPV_lazy",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://ghp.ci/https://github.com/hooke007/MPV_lazy/releases/download/20240824/mpv-lazy-20240824.exe#/dl.7z",
"hash": "062e04cd5e480015e66d6427b3265bcaa601af0b9ade80961d4d0b07d7311445",
"extract_dir": "mpv-lazy"
}
},
"bin": [
[
"mpv.exe",
"mpvlazy"
]
],
"shortcuts": [
[
"mpv.exe",
"mpvlazy"
]
],
"checkver": "github",
"autoupdate": {
"version": "20240824",
"description": "mpv 懒人包",
"homepage": "https://github.com/hooke007/MPV_lazy",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://ghp.ci/https://github.com/hooke007/MPV_lazy/releases/download/$version/mpv-lazy-$version.exe#/dl.7z"
}
"64bit": {
"url": "https://ghp.ci/https://github.com/hooke007/MPV_lazy/releases/download/20240824/mpv-lazy-20240824.exe#/dl.7z",
"hash": "a9bb67acff2aac9a089db61c9066337fb5f522fceca1a56e8b49477098e92f54",
"extract_dir": "mpv-lazy"
}
},
"bin": [
[
"mpv.exe",
"mpvlazy"
]
],
"shortcuts": [
[
"mpv.exe",
"mpvlazy"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ghp.ci/https://github.com/hooke007/MPV_lazy/releases/download/$version/mpv-lazy-$version.exe#/dl.7z"
}
}
}
}
}
}

0 comments on commit 1b92d88

Please sign in to comment.