dua@2.19.0: Add 32bit variant (#4365)

This commit is contained in:
Aliaksandr Belik 2023-01-25 00:21:22 +03:00 committed by GitHub
parent ae13954154
commit b53db40d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,11 @@
"url": "https://github.com/Byron/dua-cli/releases/download/v2.19.0/dua-v2.19.0-x86_64-pc-windows-msvc.zip",
"hash": "bda95909a3bcb7cef74416a7862a323ee0015914dec433d348167e0792f236b8",
"extract_dir": "dua-v2.19.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v2.19.0/dua-v2.19.0-i686-pc-windows-msvc.zip",
"hash": "617bfb7b152d4c9c3a42cd85170203b3de2130b538cdd685a177c55a82554f0d",
"extract_dir": "dua-v2.19.0-i686-pc-windows-msvc"
}
},
"bin": "dua.exe",
@ -17,6 +22,10 @@
"64bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v$version/dua-v$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "dua-v$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/Byron/dua-cli/releases/download/v$version/dua-v$version-i686-pc-windows-msvc.zip",
"extract_dir": "dua-v$version-i686-pc-windows-msvc"
}
}
}