autopkg / hjuutilainen-recipes

Recipes for AutoPkg
MIT License
49 stars 74 forks source link

LibreOffice.download.recipe: confusing Description/Input #277

Closed gregneagle closed 3 months ago

gregneagle commented 4 months ago

The Description notes "The architecture (ARCH) can be 'x86-64' or 'aarch64'", yet the Input dict has a default ARCH of 'x86_64':

    <key>Input</key>
    <dict>
        <key>NAME</key>
        <string>LibreOffice</string>
        <key>RELEASE</key>
        <string>Latest</string>
        <key>ARCH</key>
        <string>x86_64</string>
    </dict>
hjuutilainen commented 3 months ago

Fixed description in the latest commit