diff --git a/apex.json b/apex.json index 568d75467e..6aafd5c354 100644 --- a/apex.json +++ b/apex.json @@ -1,15 +1,15 @@ { "homepage": "http://apex.run/", "license": "https://github.com/apex/apex/blob/master/LICENSE", - "version": "0.13.1", + "version": "0.15.0", "architecture": { "64bit": { - "url": "https://github.com/apex/apex/releases/download/v0.13.1/apex_windows_amd64.exe#/apex.exe", - "hash": "b7274c8eec1f367604c92204b4ddafa93b06b71561b1421c3b5086c7bea1b1b7" + "url": "https://github.com/apex/apex/releases/download/v0.15.0/apex_windows_amd64.exe#/apex.exe", + "hash": "52816520a0ad13725ec87fabbed98c3d161241adf88a4a33b1ad861b2f99bdb1" }, "32bit": { - "url": "https://github.com/apex/apex/releases/download/v0.13.1/apex_windows_386.exe#/apex.exe", - "hash": "b7f866b5056cd6505a757af15e2004ff119d0e908fe1e88f64ccf2ec19ac0266" + "url": "https://github.com/apex/apex/releases/download/v0.15.0/apex_windows_386.exe#/apex.exe", + "hash": "4ef9b3bddd86166e33d1901ffd1dfabd1a93e18abdcbe81865b4d0bca26462ff" } }, "extract_dir": "apex", diff --git a/up.json b/up.json new file mode 100644 index 0000000000..b767b8c61b --- /dev/null +++ b/up.json @@ -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" + } + } +}