From b5a4e9a9b9b767fb4835dec0fd379c923ed6d89c Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Thu, 5 Mar 2020 15:01:37 +0800 Subject: [PATCH 1/2] byenow: Add version 0.2 (#857) --- bucket/byenow.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/byenow.json diff --git a/bucket/byenow.json b/bucket/byenow.json new file mode 100644 index 0000000000..d3f856cf7f --- /dev/null +++ b/bucket/byenow.json @@ -0,0 +1,21 @@ +{ + "version": "0.2", + "description": "Utility for folder removal", + "homepage": "https://iobureau.com/byenow/", + "license": "Freeware", + "url": "https://iobureau.com/byenow/byenow-0.2.zip", + "hash": "4d074bb0906d810bee954b329814fdffbab29cc1178367a0055fca8e0bdbdb7c", + "architecture": { + "32bit": { + "extract_dir": "32-bit" + }, + "64bit": { + "extract_dir": "64-bit" + } + }, + "bin": "byenow.exe", + "checkver": "byenow-([\\d.]+)\\.zip", + "autoupdate": { + "url": "https://iobureau.com/byenow/byenow-$version.zip" + } +} From 0e50c4e66b0efbeab955a0b3191ae153501fe60f Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Thu, 5 Mar 2020 15:15:08 +0800 Subject: [PATCH 2/2] erlang: Add werl shim (#724) --- bucket/erlang.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bucket/erlang.json b/bucket/erlang.json index 71348f12f9..229c109401 100644 --- a/bucket/erlang.json +++ b/bucket/erlang.json @@ -20,7 +20,8 @@ "bin": [ "bin\\erl.exe", "bin\\erlc.exe", - "bin\\escript.exe" + "bin\\escript.exe", + "bin\\werl.exe" ], "env_set": { "ERLANG_HOME": "$dir"