* update apex/apex to 0.15.0

* add apex/up

* fix newlines

* up: fix version, remove unused extract_dir, add hash extraction
This commit is contained in:
Nick Klauer 2017-08-28 18:35:25 -05:00 committed by Richard Kuhnt
parent 98991ba047
commit 36fcf063c8
2 changed files with 37 additions and 5 deletions

View File

@ -1,15 +1,15 @@
{ {
"homepage": "http://apex.run/", "homepage": "http://apex.run/",
"license": "https://github.com/apex/apex/blob/master/LICENSE", "license": "https://github.com/apex/apex/blob/master/LICENSE",
"version": "0.13.1", "version": "0.15.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/apex/apex/releases/download/v0.13.1/apex_windows_amd64.exe#/apex.exe", "url": "https://github.com/apex/apex/releases/download/v0.15.0/apex_windows_amd64.exe#/apex.exe",
"hash": "b7274c8eec1f367604c92204b4ddafa93b06b71561b1421c3b5086c7bea1b1b7" "hash": "52816520a0ad13725ec87fabbed98c3d161241adf88a4a33b1ad861b2f99bdb1"
}, },
"32bit": { "32bit": {
"url": "https://github.com/apex/apex/releases/download/v0.13.1/apex_windows_386.exe#/apex.exe", "url": "https://github.com/apex/apex/releases/download/v0.15.0/apex_windows_386.exe#/apex.exe",
"hash": "b7f866b5056cd6505a757af15e2004ff119d0e908fe1e88f64ccf2ec19ac0266" "hash": "4ef9b3bddd86166e33d1901ffd1dfabd1a93e18abdcbe81865b4d0bca26462ff"
} }
}, },
"extract_dir": "apex", "extract_dir": "apex",

32
up.json Normal file
View File

@ -0,0 +1,32 @@
{
"homepage": "https://github.com/apex/up",
"license": "https://github.com/apex/up/blob/master/LICENSE",
"version": "0.2.1",
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v0.2.1/up_0.2.1_windows_amd64.tar.gz",
"hash": "ee599e80192855c34b610f1ac5b6c959d2577a934bda4c84a6049205790586a5"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v0.2.1/up_0.2.1_windows_386.tar.gz",
"hash": "fffca4cc8f07fc3cd0cfc053eda9d62a5907c5f7624706740b50094ce0a49714"
}
},
"bin": "up.exe",
"checkver": {
"github": "https://github.com/apex/up"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v$version/up_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v$version/up_$version_windows_386.tar.gz"
}
},
"hash": {
"url": "$baseurl/up_checksums.txt"
}
}
}