mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
21 lines
824 B
JSON
21 lines
824 B
JSON
{
|
|
"version": "1.1.1",
|
|
"description": "Conversion of the Linux base64 utility to encode/decode data and print to standard output. Base64 is a data encoding scheme described in RFC 4648.",
|
|
"homepage": "https://www.di-mgt.com.au/base64-for-windows.html",
|
|
"license": "Freeware",
|
|
"url": "https://www.di-mgt.com.au/src/base64-1.1.1.zip",
|
|
"hash": "sha1:bb15310ed28a402adfafd64d2e519431b43fda59",
|
|
"bin": "base64.exe",
|
|
"checkver": {
|
|
"url": "https://www.di-mgt.com.au/base64-for-windows.html",
|
|
"regex": "The latest version is ([\\d.]+) compiled on"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://www.di-mgt.com.au/src/base64-$version.zip",
|
|
"hash": {
|
|
"url": "https://www.di-mgt.com.au/base64-for-windows.html",
|
|
"regex": "sha1=$sha1"
|
|
}
|
|
}
|
|
}
|