mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
cygwin@2.904: Fix 'checkver' and update hashes (#918)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
parent
3409c40ab6
commit
c87edb2758
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "2.902",
|
"version": "2.904",
|
||||||
"homepage": "https://cygwin.com/",
|
"homepage": "https://cygwin.com/",
|
||||||
"description": "A large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows",
|
"description": "A large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows",
|
||||||
"license": {
|
"license": {
|
||||||
@ -9,11 +9,11 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://cygwin.com/setup-x86_64.exe#/cygwin-setup.exe",
|
"url": "https://cygwin.com/setup-x86_64.exe#/cygwin-setup.exe",
|
||||||
"hash": "sha512:9f59a3e4f10ed248ace1820f128ae37d13cfa4bfb781d2a7b1c1ee26d817c21437084f5a6d4f249cc1dd36725a371f8c7dd9121bda3f6544c077be2405b67314"
|
"hash": "sha512:dc79b6fc57683e476a89c6705e51d9c61d14e373ddacf55caa23725a27768683e26e34159272d1ea4fcdd464639b68725b7c472fbb2a8d6e94f86fa8016d936c"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe",
|
"url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe",
|
||||||
"hash": "sha512:66d2cd1b6b32439675a2e7cb4aa805b80f5f503159f3dfb3ce1eec13da3d4c359a75622bba962cf95e1da3883f92f96910c02507140b60ef0e4e8f8aace6f39d"
|
"hash": "sha512:cf8082f0b77e49a4c597566e9de5a54aaba50209fb03b0c8cce4e44ace4beb37ba165944783b20d093e93ef08d7c2868a0c79830bc02208cd7eecf66f21db2ad"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"re": "<a.*href=\"/git/\\?p=cygwin-apps/setup\\.git;a=tag.*\">([\\d.]+)</a>",
|
"regex": ">release_([\\d.]+)<",
|
||||||
"url": "https://cygwin.com/git/?p=cygwin-apps/setup.git;a=tags"
|
"url": "https://cygwin.com/git/?p=cygwin-apps/setup.git;a=tags"
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user