1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-07 05:10:06 +01:00

🐛 Adjusted for new Homebrew JSON output (#235)

This commit is contained in:
2023-02-13 17:30:01 +01:00
parent 67a91e1211
commit 5fc159ae5a
3 changed files with 84 additions and 66 deletions

View File

@@ -8,8 +8,6 @@
import Foundation
struct HomebrewPackage: Decodable {
let name: String
let full_name: String
let aliases: [String]
let installed: [HomebrewInstalled]