From 08ff3c65580b0074b97fd14bee897783e5ae1a80 Mon Sep 17 00:00:00 2001 From: Leon Yu Date: Sun, 8 Apr 2018 07:49:09 -0400 Subject: [PATCH] Add AStyle (#2183) --- astyle.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 astyle.json diff --git a/astyle.json b/astyle.json new file mode 100644 index 0000000000..acab170e75 --- /dev/null +++ b/astyle.json @@ -0,0 +1,13 @@ +{ + "homepage": "http://astyle.sourceforge.net/", + "version": "3.1", + "license": "MIT", + "url": [ + "https://sourceforge.net/projects/astyle/files/astyle/astyle%203.1/AStyle_3.1_windows.zip" + ], + "hash": [ + "0759d0a3b3ad768e0f1984b6faf22c5d9d53c2e081d1cfbd1cc7d6e955e995cb" + ], + "bin": "AStyle\\bin\\AStyle.exe", + "checkver": "Artistic Style ([\\d.]+)" +}