Add openssl dependency to MacOS homebrew formula

This commit is contained in:
Federico Terzi 2019-09-30 23:52:07 +02:00
parent ca4ed6013c
commit 611819c106
3 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@ -329,7 +329,7 @@ dependencies = [
[[package]] [[package]]
name = "espanso" name = "espanso"
version = "0.2.2" version = "0.2.3"
dependencies = [ dependencies = [
"backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)", "backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "espanso" name = "espanso"
version = "0.2.2" version = "0.2.3"
authors = ["Federico Terzi <federicoterzi96@gmail.com>"] authors = ["Federico Terzi <federicoterzi96@gmail.com>"]
license = "GPL-3.0" license = "GPL-3.0"
description = "Cross-platform Text Expander written in Rust" description = "Cross-platform Text Expander written in Rust"

View File

@ -7,6 +7,7 @@ class Espanso < Formula
url "https://github.com/federico-terzi/espanso/releases/latest/download/espanso-mac.tar.gz" url "https://github.com/federico-terzi/espanso/releases/latest/download/espanso-mac.tar.gz"
sha256 "{{{release_hash}}}" sha256 "{{{release_hash}}}"
version "{{{app_version}}}" version "{{{app_version}}}"
depends_on "openssl@1.1"
def install def install
bin.install "espanso" bin.install "espanso"