1
0
Fork 0
This commit is contained in:
Sam Therapy 2023-03-07 18:39:50 +01:00
parent 3659c8c61b
commit 5c3c49b797
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 22 additions and 0 deletions

22
bucket/awl.json Normal file
View File

@ -0,0 +1,22 @@
{
"version": "0.6.5",
"architecture": {
"32bit": {
"url": "https://git.froth.zone/sam/awl/releases/download/v0.6.5/awl_Windows_386.zip",
"bin": [
"awl.exe"
],
"hash": "3bee325ff14bfa96c55d87edce52e717863c3574bccdecf8536cb85c4cdf9cbe"
},
"64bit": {
"url": "https://git.froth.zone/sam/awl/releases/download/v0.6.5/awl_Windows_amd64.zip",
"bin": [
"awl.exe"
],
"hash": "dee260747e3e262bc4c5682459ef26767358142846b6eb32ff2dd19fb85dfb82"
}
},
"homepage": "https://dns.froth.zone/awl",
"license": "BSD-3-Clause",
"description": "A DNS query client"
}