[AltServer] Updates AltPlugin to 1.5

This commit is contained in:
Riley Testut
2021-06-14 12:10:35 -07:00
parent 15a12da321
commit 6821cee443
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@@ -47,9 +47,9 @@ struct PluginVersion
sha256Hash: "070e9b7e1f74e7a6474d36253ab5a3623ff93892acc9e1043c3581f2ded12200",
version: "1.0")
static let v1_4 = PluginVersion(url: Bundle.main.url(forResource: "AltPlugin", withExtension: "zip")!,
sha256Hash: "0bad93932228dd8c1a53e12f6a33b7663fb1ac060bd0bd7d784bd8fe9d6ffd09",
version: "1.4")
static let v1_5 = PluginVersion(url: Bundle.main.url(forResource: "AltPlugin", withExtension: "zip")!,
sha256Hash: "6a9fe0927193b0639212a0f74f31390d8569ea4ef6d71112e9ebbaa3652d4f4f",
version: "1.5")
}
class PluginManager
@@ -75,7 +75,7 @@ class PluginManager
private var preferredVersion: PluginVersion {
if #available(macOS 11, *)
{
return .v1_4
return .v1_5
}
else
{