ci: Removed scoop workflow [skip ci]

This commit is contained in:
2024-12-19 18:25:05 -07:00
parent e585eb46ea
commit ff67eebcea
5 changed files with 2 additions and 74 deletions
-25
View File
@@ -1,25 +0,0 @@
{
"homepage": "https://github.com/Dark-Alex-17/managarr",
"description": "A fast and simple dashboard for Kubernetes",
"version": "0.4.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Dark-Alex-17/managarr/releases/download/v0.4.1/managarr-windows.tar.gz",
"hash": "c27e191f4290501287ca16268d9c2029e1f5cd01f7c2ac2be3cdfee80395f719"
}
},
"bin": "managarr.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Dark-Alex-17/managarr/releases/download/v0.4.1/managarr-windows.tar.gz",
"hash": {
"url": "https://github.com/Dark-Alex-17/managarr/releases/download/v0.4.1/managarr-windows.sha256",
"regex": "$sha256"
}
}
}
}
}
-25
View File
@@ -1,25 +0,0 @@
{
"homepage": "https://github.com/Dark-Alex-17/managarr",
"description": "A fast and simple dashboard for Kubernetes",
"version": "$version",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Dark-Alex-17/managarr/releases/download/v$version/managarr-windows.tar.gz",
"hash": "$hash_64"
}
},
"bin": "managarr.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Dark-Alex-17/managarr/releases/download/v$version/managarr-windows.tar.gz",
"hash": {
"url": "https://github.com/Dark-Alex-17/managarr/releases/download/v$version/managarr-windows.sha256",
"regex": "$sha256"
}
}
}
}
}