From 0ef0caa806fcef1815fda220d650f7e7cdf4af3b Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Sun, 29 May 2022 01:04:20 +0800 Subject: [PATCH] forcebindip: Add version 1.32 (#3625) --- bucket/forcebindip.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/forcebindip.json diff --git a/bucket/forcebindip.json b/bucket/forcebindip.json new file mode 100644 index 0000000000..50cf778302 --- /dev/null +++ b/bucket/forcebindip.json @@ -0,0 +1,26 @@ +{ + "version": "1.32", + "description": "Bind any Windows application to a specific interface or IP address.", + "homepage": "https://r1ch.net/projects/forcebindip", + "license": { + "identifier": "Freeware", + "url": "https://r1ch.net/projects/forcebindip" + }, + "notes": [ + "Even if your OS is 64 bit, many applications are still 32 bit.", + "Use 'ForceBindIP' with 32 bit applications, and 'ForceBindIP64' with 64 bit applications." + ], + "url": "https://r1ch.net/assets/forcebindip/ForceBindIP-1.32.zip", + "hash": "9e52a88262093d3a50c19a5b46ecc22d9f4a95bcc7c2e968fadd5c5942024b1a", + "architecture": { + "64bit": { + "bin": [ + "ForceBindIP.exe", + "ForceBindIP64.exe" + ] + }, + "32bit": { + "bin": "ForceBindIP.exe" + } + } +}