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 Oct 13, 2023
1 parent 8dd5a73 commit 836deff
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.1"
version "0.8.2"

if Hardware::CPU.arm?
url "https://github.com/OwO-Network/DeepLX/releases/download/v#{version}/deeplx_darwin_arm64"
sha256 "a2bc28c4e7a87289c4ed4d20b502f162b73291bb1d80571d2a96f7779545db45"
sha256 "206971bac9246ee2bab8bd32afc924391ea821ad5c9cbb52a08beb2c9493334d"
else
url "https://github.com/OwO-Network/DeepLX/releases/download/v#{version}/deeplx_darwin_amd64"
sha256 "48052575c828c3bb24a0c367f3921f12529eada9987a3e47d1741641e0996a9c"
sha256 "1957d1f10194aa8f534f5606bbfd72ec2bb0a4c80b1dc7aa5602476f77fa3668"
end

depends_on "daemon"
Expand Down

0 comments on commit 836deff

Please sign in to comment.