1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 20:10:08 +02:00

🏗 Read release manifest

This commit is contained in:
2023-02-02 01:04:20 +01:00
parent 57c90c216f
commit 69ff907f4a
4 changed files with 63 additions and 37 deletions

View File

@ -0,0 +1,14 @@
//
// UpdateManifest.swift
// PHP Monitor
//
// Created by Nico Verbruggen on 02/02/2023.
// Copyright © 2023 Nico Verbruggen. All rights reserved.
//
import Foundation
struct ReleaseManifest: Codable {
let url: String
let sha256: String
}