fpc-laz: Fix RuboCop Cask/ArrayAlphabetization offenses

This commit is contained in:
Issy Long
2024-01-20 14:46:00 +00:00
parent 44f33739e7
commit d91cff1dfb
+2 -2
View File
@@ -21,8 +21,8 @@ cask "fpc-laz" do
pkg "fpc-#{version.csv.first}-intelarm64-macosx.mpkg/Contents/Packages/fpc-#{version.csv.first}-intelarm64-macosx.pkg"
uninstall pkgutil: [
"org.freepascal.freePascalCompiler322.fpcinstintelarm64",
"org.freepascal.freePascalCompiler320.fpcinst386",
"org.freepascal.fpc",
"org.freepascal.freePascalCompiler320.fpcinst386",
"org.freepascal.freePascalCompiler322.fpcinstintelarm64",
]
end