Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
missuo authored and github-actions[bot] committed Nov 27, 2023
1 parent 299186d commit b16394f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/deeplx.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class Deeplx < Formula
desc "DeepLX is an permanently free DeepL API written in Golang."
homepage "https://github.com/OwO-Network/DeepLX"
version "0.8.3"
version "0.8.4"

if Hardware::CPU.arm?
url "https://github.com/OwO-Network/DeepLX/releases/download/v#{version}/deeplx_darwin_arm64"
sha256 "d5ce964761a991fb395596368e835dffe619593cd9452082fbbf36f7054264f4"
sha256 "25a44d8c309981de8b96563980d568d46b5da162b52afb929f43f59d1b4eef16"
else
url "https://github.com/OwO-Network/DeepLX/releases/download/v#{version}/deeplx_darwin_amd64"
sha256 "3e1c845848ceae36e59d23ecc0fd03e8cad65acab257887fd6377d58b3513c93"
sha256 "3e3e050b6c524412e30a75bee21a94b518bac36c90789595a2f1d720582b3c44"
end

depends_on "daemon"
Expand Down

0 comments on commit b16394f

Please sign in to comment.