chore(release): point the Scoop manifest at the 1.7.0 portable build

This commit is contained in:
Yun Chan 2026-09-27 14:44:56 +09:00
parent 3d9faedf7d
commit bde8565fd2

View file

@ -1,15 +1,15 @@
{ {
"version": "1.6.0", "version": "1.7.0",
"description": "로컬 AI 음성 어시스턴트 (faster-whisper + Ollama, 100% 오프라인 지원)", "description": "로컬 AI 음성 어시스턴트 (faster-whisper + Ollama, 100% 오프라인 지원)",
"homepage": "https://d3ro.chanpaca.net", "homepage": "https://d3ro.chanpaca.net",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"https://git.chanpaca.net/api/packages/yunchan/generic/d3ro-voice/portable-1.6.0/D3RO-Voice-1.6.0-x64-portable.7z.001" "https://git.chanpaca.net/api/packages/yunchan/generic/d3ro-voice/portable-1.7.0/D3RO-Voice-1.7.0-x64-portable.7z.001"
], ],
"hash": [ "hash": [
"4cd454362ef85d69c52ce086df97fe673ba50e634d58f2be5e2ccd3d7c8c9830" "4a1a958d2f52d72b5ba42b5128366d1d8bbeaebd23503d6af94b550d2c2907ad"
] ]
} }
}, },
@ -27,7 +27,7 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"https://git.chanpaca.net/api/packages/yunchan/generic/d3ro-voice/portable-$version/D3RO-Voice-1.6.0-x64-portable.7z.001" "https://git.chanpaca.net/api/packages/yunchan/generic/d3ro-voice/portable-$version/D3RO-Voice-1.7.0-x64-portable.7z.001"
] ]
} }
} }