mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-03 21:41:31 +00:00
Fix version conflict parsing
This commit is contained in:
@ -4,9 +4,8 @@
|
||||
*/
|
||||
|
||||
enum ApkVersionSpecification: Equatable, Hashable {
|
||||
case any
|
||||
case constraint(op: Operator, version: String)
|
||||
case conflict
|
||||
case any(invert: Bool)
|
||||
case constraint(invert: Bool, op: Operator, version: String)
|
||||
}
|
||||
|
||||
extension ApkVersionSpecification {
|
||||
|
Reference in New Issue
Block a user