cygwin@2.926: Patch 24f0830

This commit is contained in:
HUMORCE 2023-06-21 05:19:57 +00:00
parent 24f0830400
commit e7ef788c23
No known key found for this signature in database
GPG Key ID: F0B8272F23E953D3

View File

@ -17,6 +17,7 @@
"hash": "1738561e93ce1ce7c69553cf63096b8a1798ec6b46c64f798f747ba3e7e72982" "hash": "1738561e93ce1ce7c69553cf63096b8a1798ec6b46c64f798f747ba3e7e72982"
} }
}, },
"pre_install": "persist_data @{persist = @('packages', 'root')} $original_dir $persist_dir",
"installer": { "installer": {
"args": [ "args": [
"--no-admin", "--no-admin",
@ -57,10 +58,7 @@
"root\\Cygwin-Terminal.ico" "root\\Cygwin-Terminal.ico"
] ]
], ],
"persist": [ "pre_uninstall": "unlink_persist_data @{persist = @('packages', 'root')} $dir",
"packages",
"root"
],
"checkver": { "checkver": {
"url": "https://cygwin.com/git/?p=cygwin-apps/setup.git;a=tags", "url": "https://cygwin.com/git/?p=cygwin-apps/setup.git;a=tags",
"regex": ">release_([\\d.]+)<" "regex": ">release_([\\d.]+)<"