| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| autopkg-2.7.6.pkg | 2025-08-02 | 49.4 MB | |
| AutoPkg 2.7.6 source code.tar.gz | 2025-08-02 | 252.8 kB | |
| AutoPkg 2.7.6 source code.zip | 2025-08-02 | 351.2 kB | |
| README.md | 2025-08-02 | 1.1 kB | |
| Totals: 4 Items | 50.0 MB | 0 | |
2.7.6 (August 2, 2025)
- FindAndReplace is a new core processor that replaces specified text with other text in the content of a string
- This processor has already been available in homebysix-recipes, and is moving to the core due to widespread use
- Now includes a
result_output_var_nameoption that allows you to choose the variable that stores its output (#976, thanks to @jgstew)
- Changes that allow easier command-line testing of custom processors (#953, thanks to @macmule)
- Recipe identifier is now included in the
failuresarray of run receipts (#974, thanks to @smaddock) - URLDownloaderPython: uses the certificate bundle defined in the
SSL_CERT_FILEenvironment variable if set (#962, thanks to @smithjw) - AppDmgVersioner: improved error output when
dmg_pathis missing or empty - MunkiImporter: Improved handling of pkginfo keys that contain a
force_install_after_date(#967, thanks to @arubdesu) - Added unit tests for various processors and some core AutoPkg functions