From 600e71ef8e2a2f000155b3c0c6cdcb74b9b8cf1d Mon Sep 17 00:00:00 2001 From: Ash Date: Fri, 20 Sep 2024 16:12:01 -0700 Subject: [PATCH] change symlink --- Aliases/xiond | 2 +- Formula/xiond@10.0.0.rb | 5 +++++ Formula/xiond@11.0.0.rb | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 Formula/xiond@10.0.0.rb create mode 100644 Formula/xiond@11.0.0.rb diff --git a/Aliases/xiond b/Aliases/xiond index 7e9aac2..b1b93aa 120000 --- a/Aliases/xiond +++ b/Aliases/xiond @@ -1 +1 @@ -../Formula/xiond@9.0.0.rb \ No newline at end of file +../Formula/xiond@11.0.0.rb \ No newline at end of file diff --git a/Formula/xiond@10.0.0.rb b/Formula/xiond@10.0.0.rb new file mode 100644 index 0000000..83f1597 --- /dev/null +++ b/Formula/xiond@10.0.0.rb @@ -0,0 +1,5 @@ +require_relative "../lib/base" + +class XiondAT900 < XiondBase + init "10.0.0", "69778166e6b9fb7373891e0d6b98b5f2a6b61b6156e5008cdd09a4a3c9ab6c65" +end diff --git a/Formula/xiond@11.0.0.rb b/Formula/xiond@11.0.0.rb new file mode 100644 index 0000000..d34dfe2 --- /dev/null +++ b/Formula/xiond@11.0.0.rb @@ -0,0 +1,5 @@ +require_relative "../lib/base" + +class XiondAT900 < XiondBase + init "11.0.0", "a1e273a8cadadeabe2429d86f8a7f26ee4650cc7f81dec550f6e0f302ee54c92" +end