mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-04 00:04:40 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "12.13",
|
|
"description": "A command-line program and C/C++ library for quickly generating prime numbers.",
|
|
"homepage": "https://github.com/kimwalisch/primesieve",
|
|
"license": "BSD-2-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kimwalisch/primesieve/releases/download/v12.13/primesieve-12.13-win-x64.zip",
|
|
"hash": "4736c3d05d298a98fe6c4425f46083885c12675e0b060cc5f39f0c0df86d37b3"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/kimwalisch/primesieve/releases/download/v12.13/primesieve-12.13-win-arm64.zip",
|
|
"hash": "8c70262733f5a050d4cd529f1a8ef981ae292bdabed3fd0a15ef8560dcc3a1d7"
|
|
}
|
|
},
|
|
"bin": "primesieve.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kimwalisch/primesieve/releases/download/v$version/primesieve-$version-win-x64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/kimwalisch/primesieve/releases/download/v$version/primesieve-$version-win-arm64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|