mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
dua@2.19.0: Add 32bit variant (#4365)
This commit is contained in:
parent
ae13954154
commit
b53db40d1e
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user