Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
autopkg-2.7.4.pkg | 2025-05-03 | 50.2 MB | |
AutoPkg 2.7.4 source code.tar.gz | 2025-05-03 | 193.1 kB | |
AutoPkg 2.7.4 source code.zip | 2025-05-03 | 281.0 kB | |
README.md | 2025-05-03 | 797 Bytes | |
Totals: 4 Items | 50.7 MB | 0 |
2.7.4 (May 03, 2025)
- Unarchiver -- add support for .tar.xz files (treated same as .tar) (https://github.com/autopkg/autopkg/pull/863)
- SparkleUpdateInfoProvider -- skip item enclosures that lack a url (https://github.com/autopkg/autopkg/pull/907)
- URLGetter -- prevent UnicodeDecodeError exception caused by subprocess
errors
argument remaining undefined (https://github.com/autopkg/autopkg/pull/850, thanks to @vmiller) - PkgCopier -- check to ensure file being copied is a pkg (https://github.com/autopkg/autopkg/pull/864, thanks to @jazzace)
- Typo fix in docstring (https://github.com/autopkg/autopkg/pull/956, thanks to @eltociear)
- Added end-to-end test script to assist in AutoPkg development regression detection.