ScoopInstaller / Main

📦 The default bucket for Scoop.
https://scoop.sh
The Unlicense
1.54k stars 925 forks source link

apache: Update to version 2.4.59 #5715

Closed ncwhale closed 2 months ago

ncwhale commented 2 months ago

Update Apache version to 2.4.59 since 2.4.58 is gone.

Closes #5714

github-actions[bot] commented 2 months ago

Your changes do not pass checks.

ab

apache

ncwhale commented 2 months ago

Updated the package version.

aliesbelik commented 2 months ago

Please update checkver and autoupdate as well (to track changed archive name format):

...
 "checkver": {
        "url": "https://fossies.org/windows/www/",
        "regex": "httpd-([\\d.]+)-(?<date>[\\d]+)-win64-VS17\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://fossies.org/windows/www/httpd-$version-$matchDate-win64-VS17.zip"
            }
        },
...
niheaven commented 2 months ago

/verify

github-actions[bot] commented 2 months ago

All changes look good.

Wait for review from human collaborators.

ab

apache