This commit is contained in:
Hiddify
2024-01-17 01:57:26 +00:00
parent bdec397344
commit cefb3dafbc
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ on:
- '**.md' - '**.md'
- 'docs/**' - 'docs/**'
- '.github/**' - '.github/**'
- 'Package.swift'
- '!.github/workflows/release.yml' - '!.github/workflows/release.yml'
jobs: jobs:

View File

@@ -25,7 +25,8 @@ let package = Package(
.binaryTarget( .binaryTarget(
name: "Libcore", name: "Libcore",
url: packageURL, url: packageURL,
checksum: "2e893644b06b9705b05502cf26d7495645944a9d9308c150c2c2940f4a3ca20b" checksum: "0ad1d771f095f600d92d26fb425d654d6fb3175ef0b70fb1e68dfc4054ee4d39
"
) )
] ]
) )