diff --git a/bucket/awl.json b/bucket/awl.json index 5fc3187..65de0aa 100644 --- a/bucket/awl.json +++ b/bucket/awl.json @@ -19,4 +19,5 @@ "homepage": "https://dns.froth.zone/awl", "license": "BSD-3-Clause", "description": "A DNS query client" -} \ No newline at end of file +} + diff --git a/bucket/sshs.json b/bucket/sshs.json index 9c97936..3773ef3 100644 --- a/bucket/sshs.json +++ b/bucket/sshs.json @@ -1,25 +1,15 @@ { - "version": "3.4.0", + "version": "4.5.1", "architecture": { - "32bit": { - "url": "https://github.com/quantumsheep/sshs/releases/download/3.4.0/sshs-windows-386.exe", - "bin": [ - [ - "sshs-windows-386.exe", - "sshs" - ] - ], - "hash": "b7888dd52ee005f069552bb88656be0a6a1cb189f88ff86e359850c4d9c19d24" - }, "64bit": { - "url": "https://github.com/quantumsheep/sshs/releases/download/3.4.0/sshs-windows-amd64.exe", + "url": "https://github.com/quantumsheep/sshs/releases/download/4.5.1/sshs-windows-amd64.exe", "bin": [ [ "sshs-windows-amd64.exe", "sshs" ] ], - "hash": "9a8e6aa7ce8032b0f836b171f4ee67b33053936b6016b907b46f92206eee5f87" + "hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" } }, "homepage": "https://github.com/quantumsheep/sshs",