-
-
Notifications
You must be signed in to change notification settings - Fork 966
/
upm.json
31 lines (31 loc) · 1.12 KB
/
upm.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"version": "1.0",
"description": "Universal package manager for Python, Node.js, Ruby and Emacs Lisp.",
"homepage": "https://github.com/replit/upm",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/replit/upm/releases/download/v1.0/upm_1.0_windows_amd64.tar.gz",
"hash": "9d590a7beb702d6d54678a3f1766e1d7cdc2b9faa577f507c26e76cd625a687d"
},
"32bit": {
"url": "https://github.com/replit/upm/releases/download/v1.0/upm_1.0_windows_386.tar.gz",
"hash": "1c83428af215109fc9af9e7e5ba61be75357ee8edf283d147f30622c917ddfb4"
}
},
"bin": "upm.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/replit/upm/releases/download/v$version/upm_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/replit/upm/releases/download/v$version/upm_$version_windows_386.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}