mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
radare2: Fix au.hash (#190)
This commit is contained in:
parent
60d66eba31
commit
1f2f7bd551
@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "3.5.1",
|
|
||||||
"license": "GPL-2.0",
|
|
||||||
"homepage": "https://www.radare.org/r/",
|
"homepage": "https://www.radare.org/r/",
|
||||||
|
"version": "3.6.0",
|
||||||
|
"license": "GPL-2.0",
|
||||||
|
"description": "Portable reversing framework.",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://radare.mikelloc.com/get/3.5.1/radare2-msvc_64-3.5.1.zip",
|
"url": "https://radare.mikelloc.com/get/3.6.0/radare2-msvc_64-3.6.0.zip",
|
||||||
"hash": "sha1:95ab04202a57ed6424a7fe471d2868fbe1e0208b",
|
"hash": "sha1:fe34f0b58a81ebffc54e60e54e7dc8250df102f6",
|
||||||
"extract_dir": "radare2-vs2017_64-3.5.1"
|
"extract_dir": "radare2-vs2017_64-3.6.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -33,7 +34,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "$baseurl/checksums.sha1sum"
|
"url": "https://radare.mikelloc.com/release/$version",
|
||||||
|
"regex": "$basename.*?$sha1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user