From 029935dd01dada7562f423bcc54e54fc9490bc50 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 31 Oct 2019 19:41:24 +0100 Subject: [PATCH] upm: Add version 1.0 --- bucket/upm.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/upm.json diff --git a/bucket/upm.json b/bucket/upm.json new file mode 100644 index 0000000000..cfa62433e1 --- /dev/null +++ b/bucket/upm.json @@ -0,0 +1,31 @@ +{ + "homepage": "https://github.com/replit/upm", + "description": "Universal package manager for Python, Node.js, Ruby and Emacs Lisp.", + "license": "MIT", + "version": "1.0", + "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" + } + } +}