mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2026-04-02 21:40:17 +00:00
first async refactor of fetch/index
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
public struct ApkIndexPackage: Hashable {
|
||||
public struct ApkIndexPackage: Hashable, Sendable {
|
||||
public let indexChecksum: ApkIndexDigest
|
||||
public let name: String
|
||||
public let version: String
|
||||
|
||||
Reference in New Issue
Block a user