From 67211fc88a324032a1659c7caa7dcf21e0031995 Mon Sep 17 00:00:00 2001 From: Alex Bepple Date: Sat, 11 Aug 2018 03:12:42 +0200 Subject: [PATCH] add px-proxy (#2483) * forego: add initial formula * forego: specify architecture * forego: use versioned path * forego: checkver and autoupdate * add px * Update px.json --- px.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 px.json diff --git a/px.json b/px.json new file mode 100644 index 0000000000..e40fa468b9 --- /dev/null +++ b/px.json @@ -0,0 +1,9 @@ +{ + "homepage": "https://github.com/genotrance/px", + "description": "An HTTP proxy server to automatically authenticate through an NTLM proxy", + "license": "MIT", + "version": "2018-05-18", + "url": "https://github.com/genotrance/px/releases/download/2018-05-18/px.exe", + "hash": "a57048602c634fdcf3ac9df8ba4c3e81856606ce5ea0dc156a33f6538e2c7574", + "bin": "px.exe" +}