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 Apr 13, 2024
1 parent 5f0416d commit 7a4f32d
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 a permanently free DeepL API client written in Golang."
homepage "https://github.com/OwO-Network/DeepLX"
version "0.9.1"
version "0.9.2"

if Hardware::CPU.arm?
url "https://github.com/OwO-Network/DeepLX/releases/download/v#{version}/deeplx_darwin_arm64"
sha256 "70c19388598d4779ab103707cd4495c27b99d6386c6377009998c567c6f06c45"
sha256 "a82a446c6e0cb846f9d1fe9eb5b3463260e2529a6132cea695c24074e0cebd65"
else
url "https://github.com/OwO-Network/DeepLX/releases/download/v#{version}/deeplx_darwin_amd64"
sha256 "252d18a9a73d090cb0eab9052532ce7d525d1261e64f7d276011b27535adcbe5"
sha256 "f8f26cf842a078746837a69e67c221323c2d4b8b757e79549841e566f992409e"
end

def install
Expand Down

0 comments on commit 7a4f32d

Please sign in to comment.