mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-04 05:51:31 +00:00
Consolidate version stuff
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
public struct ApkIndexProvides: Hashable, Sendable {
|
||||
let name: String
|
||||
|
||||
init(requirement: ApkRequirement) {
|
||||
init(requirement: ApkVersionRequirement) {
|
||||
self.name = requirement.name
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user