Skip to content

Commit

Permalink
Package.swift binary update
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed Jan 29, 2024
1 parent 6730864 commit ae7b3b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import PackageDescription
let useLocalBinary = false

// URL and checksum of prebuilt rust Core
let binaryUrl = "https://github.com/tesseract-one/Tesseract.swift/releases/download/0.5.3/Tesseract-Core.bin.zip"
let binaryChecksum = "acba60da93798d4a2d828bc16bdffea6d72bb0a52b3a65c8d16f439dd0ac66e3"
let binaryUrl = "https://github.com/tesseract-one/Tesseract.swift/releases/download/0.5.4/Tesseract-Core.bin.zip"
let binaryChecksum = "b410c809f3aab8adbc6e95f1610db15bced11988b65dc5e093ab42a312129987"

// Package description
let package = Package(
Expand Down

0 comments on commit ae7b3b1

Please sign in to comment.