├── README.md └── file-tracker.json /README.md: -------------------------------------------------------------------------------- 1 | CubicleSoft Product Hashes 2 | ========================== 3 | 4 | For commercial CubicleSoft software products, this repository contains the latest release JSON files containing multiple file hashes for the latest associated major version downloads. Using GitHub allows for secure, third-party storage of hash information about release binaries. 5 | 6 | Note that you may have to be logged into the associated Product Support Center for the relevant product to download the files. Use the Product Support Center API to first login and then to initiate the download using the information from the JSON file when performing automation. 7 | -------------------------------------------------------------------------------- /file-tracker.json: -------------------------------------------------------------------------------- 1 | { 2 | "info": { 3 | "title": "File Tracker Hashes", 4 | "description": "File hashes for the latest File Tracker installer packages.", 5 | "url": "https://github.com/cubiclesoft/product-hashes/raw/master/file-tracker.json", 6 | "product_url": "https://file-tracker.cubiclesoft.com/" 7 | }, 8 | "files": { 9 | "FileTracker-1.3.2.exe": { 10 | "version": "1.3.2", 11 | "os": "windows", 12 | "os_disp": "Windows", 13 | "installer": "exe", 14 | "32bit": true, 15 | "64bit": true, 16 | "url": "https://file-tracker.cubiclesoft.com/product-support/download/v1/FileTracker-1.3.2.exe", 17 | "size": 5649645, 18 | "md5": "270e3b9d56b382f2f446b6f879283bae", 19 | "sha1": "1a3d0333da34132caf8b1f2acde93daaef2d784e", 20 | "sha256": "03d44f5c61aa54718ff99f4a8e72fdeb09e81b81973fe1c10b7730bdada65131", 21 | "sha512": "0790c480ee4fddb07fff95f310dcacffea9fed956584f0c49f165d0429190580e584e786410acb69c767ef899dabde1ab77b4c0e054b8efa102ac96e9c93d83a" 22 | }, 23 | "FileTracker-1.3.2.msi": { 24 | "version": "1.3.2", 25 | "os": "windows", 26 | "os_disp": "Windows", 27 | "installer": "msi", 28 | "32bit": true, 29 | "64bit": true, 30 | "url": "https://file-tracker.cubiclesoft.com/product-support/download/v1/FileTracker-1.3.2.msi", 31 | "size": 5885952, 32 | "md5": "acff30a30e8eb6446d9e69d4189564a4", 33 | "sha1": "c8820d0e6686dc3df4f313a6e6a7e3a07cca48b4", 34 | "sha256": "b2d7eeae2fef6e4e0cc7f1287b1df73eadc7b3e3b248170d97bd1e0a02779e28", 35 | "sha512": "272315247bda8d5188b7b7cd839d20b8923ae341c832242292da5ccc7db0ca3697c9af981d1d76516d45025afef140f080140e4e5e6bef1963196ec6b151549d" 36 | }, 37 | "FileTracker-1.3.2-osx.tar.gz": { 38 | "version": "1.3.2", 39 | "os": "osx", 40 | "os_disp": "Mac OSX", 41 | "installer": "tar-gz", 42 | "32bit": true, 43 | "64bit": true, 44 | "url": "https://file-tracker.cubiclesoft.com/product-support/download/v1/FileTracker-1.3.2-osx.tar.gz", 45 | "size": 782696, 46 | "md5": "f766887108726dd688ef52911a6dc084", 47 | "sha1": "91cf5ad5bf1d172f56af4efaef77927e0ed5c1dc", 48 | "sha256": "502e8dd2a4266caae25cc2551fd4037381c76527ccaa8cd6e5746a5f321fc63c", 49 | "sha512": "9bccf9ddd2d717f31acef3bf51cfda0deba53480ac9b530d8ee8353881ebe22eec39c7d1dc5b0de889e8adc41073dffcc0fa38dfd1a509cd638ad2fbeea4298f" 50 | }, 51 | "FileTracker-1.3.2-linux.tar.gz": { 52 | "version": "1.3.2", 53 | "os": "linux", 54 | "os_disp": "Linux", 55 | "installer": "tar-gz", 56 | "32bit": true, 57 | "64bit": true, 58 | "url": "https://file-tracker.cubiclesoft.com/product-support/download/v1/FileTracker-1.3.2-linux.tar.gz", 59 | "size": 602367, 60 | "md5": "215c0702963401fe293da86f730891f1", 61 | "sha1": "1cac9b3322f499965eacd8db3a789648f6ed69dc", 62 | "sha256": "18454b1bcd67dfe72f2e3a094b27a570efb9ddf379a469aa2b6d2e1bdcfc53b7", 63 | "sha512": "f5a49257409aeb621a06029c19b268239b7c0026ed20e03ec227895517e6162b833db258c5b32ba9e9a9c65bdce5123ca5986679b9829ed7824784d38ef41a5b" 64 | } 65 | } 66 | } 67 | --------------------------------------------------------------------------------