Merge pull request #101 from aunetx/update-763ce1c

deezer: Update DeezerDesktopSetup_7.0.10.exe
This commit is contained in:
josselinonduty 2025-03-07 23:44:09 +09:00 committed by GitHub
commit 1e54f060ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,22 +1,24 @@
{ {
"app-id": "dev.aunetx.deezer", "app-id": "dev.aunetx.deezer",
"modules": [ "modules": [
{
"name": "deezer",
"sources": [
{ {
"type": "archive", "name": "deezer",
"url": "https://e-cdn-content.dzcdn.net/builds/deezer-desktop/8cF2rAuKxLcU1oMDmCYm8Uiqe19Ql0HTySLssdzLkQ9ZWHuDTp2JBtQOvdrFzWPA/win32/x86/7.0.10/DeezerDesktopSetup_7.0.10.exe", "sources": [
"sha256": "8b1f2369f5d9513c2746bab037c6d913527780f98bca067ec7139dede40a5958", {
"only-arches": ["x86_64"], "type": "archive",
"dest": "archive", "url": "https://cdn-content.dzcdn.net/builds/deezer-desktop/8cF2rAuKxLcU1oMDmCYm8Uiqe19Ql0HTySLssdzLkQ9ZWHuDTp2JBtQOvdrFzWPA/win32/x86/7.0.31/DeezerDesktopSetup_7.0.31.exe",
"x-checker-data": { "sha256": "d9625667cd24060180c0545800140bf0d5c3fce436eba866ae9969757c0cf8a1",
"type": "rotating-url", "only-arches": [
"url": "https://www.deezer.com/desktop/download?platform=win32&architecture=x86", "x86_64"
"pattern": "([\\d]+\\.[\\d]+\\.[\\d]+)" ],
} "dest": "archive",
"x-checker-data": {
"type": "rotating-url",
"url": "https://www.deezer.com/desktop/download?platform=win32&architecture=x86",
"pattern": "([\\d]+\\.[\\d]+\\.[\\d]+)"
}
}
]
} }
] ]
}
]
} }