Skip to content

Instantly share code, notes, and snippets.

@owenvoke
Last active March 9, 2022 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owenvoke/dbfcf47979861445c11f0ff1f186083d to your computer and use it in GitHub Desktop.
Save owenvoke/dbfcf47979861445c11f0ff1f186083d to your computer and use it in GitHub Desktop.
Non-Production Scoop / Shovel Manifests

Non-Production Scoop / Shovel Manifests

A Gist to store my non-production Scoop and Shovel manifests before migrating them to my main bucket.

{
"homepage": "https://github.com/emcrisostomo/fswatch",
"version": "1.14.0",
"license": "MIT",
"url": "https://github.com/owenvoke/fswatch-windows/releases/download/1.14.0/fswatch.exe",
"hash": "91ab9c72ffa1c3e4147a4f5dead2b76694cdc5b143d66ad2da9bfe8cc31042fb",
"depends": "cygwin",
"bin": "fswatch.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/owenvoke/fswatch-windows/releases/download/$version/fswatch.exe"
}
}
{
"homepage": "https://node.minepi.com",
"version": "0.4.5",
"license": "Proprietary",
"url": "https://node-cdn.minepi.com/Pi%20Network%20Setup%200.4.5.exe#/dl.7z",
"hash": "9d5d50f9bf73788e63b2b0b16eafd57280a53770ad709d7384199092265e248d",
"extract_dir": "$PLUGINSDIR",
"installer": {
"script": "Expand-7zipArchive \"$dir\\app-64.7z\" \"$dir\""
},
"shortcuts": [
[
"Pi Network.exe",
"Pi Network"
]
],
"checkver": {
"url": "https://node-cdn.minepi.com/latest.yml",
"regex": "path: Pi Network Setup ([0-9.]+).exe"
},
"autoupdate": {
"url": "https://node-cdn.minepi.com/Pi%20Network%20Setup%20$version.exe"
}
}
{
"homepage": "https://www.apollographql.com/docs/rover",
"version": "0.4.3",
"license": "MIT",
"url": "https://github.com/apollographql/rover/releases/download/v0.4.3/rover-v0.4.3-x86_64-pc-windows-msvc.tar.gz",
"hash": "6bd7c2195681abbddf4c52773b7f5ac33d93a7961a0fda2bc9c8399a852aceef",
"bin": "dist/rover.exe",
"checkver": {
"github": "https://github.com/apollographql/rover"
},
"autoupdate": {
"url": "https://github.com/apollographql/rover/releases/download/v$version/rover-v0$version-x86_64-pc-windows-msvc.tar.gz"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment