feat: added formula for v0.2.0

This commit is contained in:
github-actions[bot] 2023-11-08 22:12:39 +00:00
parent c91781ba92
commit d0b254c3de

View file

@ -15,14 +15,14 @@ class Keyweave < Formula
url "https://github.com/bartvdbraak/keyweave/releases/download/v0.2.0/keyweave-x86_64-apple-darwin.tar.xz"
sha256 "d88f646619d69f088fb2a1c223c7b1cf6199659fd593abc475851ddee866d4e9"
end
elsif OS.linux?
elif OS.linux?
if Hardware::CPU.arm?
if Hardware::CPU.is_32_bit?
url "https://github.com/bartvdbraak/keyweave/releases/download/v0.2.0/keyweave-armv7-unknown-linux-gnueabihf.tar.xz"
sha256 "45863c6d3f34bb7727cd112a0adfc20b840f4f5c92def99b9e15bde20e2a32f8"
else
url "https://github.com/bartvdbraak/keyweave/releases/download/v0.2.0/keyweave-aarch64-unknown-linux-gnu.tar.xz"
sha256 "da415340276b6bc8f700e54cafdef23445973dba0d126065cf73135dff2c922d"
sha256 ""
end
else
if build.with?("with-gnu-libc")