From abdb8ff1bb09f095e1d1955e7e218ce794be9dd5 Mon Sep 17 00:00:00 2001 From: "Gabriele N. Tornetta" Date: Fri, 31 Jul 2020 16:32:09 +0100 Subject: [PATCH] austin: Add version 1.0.1 (#1236) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * austin 1.0.1 (new manifest) Austin is a Python frame stack sampler for CPython * Update bucket/austin.json Co-authored-by: Jakub Čábera * Update bucket/austin.json Co-authored-by: Jakub Čábera Co-authored-by: Jakub Čábera --- bucket/austin.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/austin.json diff --git a/bucket/austin.json b/bucket/austin.json new file mode 100644 index 0000000000..2161aedf54 --- /dev/null +++ b/bucket/austin.json @@ -0,0 +1,21 @@ +{ + "version": "1.0.1", + "description": "Python frame stack sampler for CPython", + "homepage": "https://github.com/P403n1x87/austin", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/P403n1x87/austin/releases/download/v1.0.1/austin-1.0.1-win-x86_64.zip", + "hash": "9b3f59383cfbf633d54a01b72a42618a9a70a31444997fcdb8bc2fce2cd8c80b" + } + }, + "bin": "austin.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/P403n1x87/austin/releases/download/v$version/austin-$version-win-x86_64.zip" + } + } + } +}